Skip to content

Commit

Permalink
Run full file cleanup on recently edit files - sorts keys and formats…
Browse files Browse the repository at this point in the history
… json
  • Loading branch information
adback03 committed Jan 28, 2019
1 parent 14deb13 commit c8bdf48
Show file tree
Hide file tree
Showing 19 changed files with 6,919 additions and 6,520 deletions.
3,536 changes: 1,817 additions & 1,719 deletions json/cards/DP Black Star Promos.json

Large diffs are not rendered by default.

31 changes: 11 additions & 20 deletions json/cards/Deoxys.json
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,6 @@
"supertype": "Pokémon",
"evolvesFrom": "Poochyena",
"hp": "70",
"convertedRetreatCost": 0,
"number": "12",
"artist": "Naoyo Kimura",
"rarity": "Rare Holo",
Expand Down Expand Up @@ -685,7 +684,6 @@
"type": "Poké-Body"
},
"hp": "70",
"convertedRetreatCost": 0,
"number": "13",
"artist": "Katsura Tabata",
"rarity": "Rare Holo",
Expand Down Expand Up @@ -740,7 +738,6 @@
"type": "Poké-Body"
},
"hp": "50",
"convertedRetreatCost": 0,
"number": "14",
"artist": "Yukiko Baba",
"rarity": "Rare Holo",
Expand Down Expand Up @@ -1238,7 +1235,6 @@
"supertype": "Pokémon",
"evolvesFrom": "Goldeen",
"hp": "70",
"convertedRetreatCost": 0,
"number": "24",
"artist": "Atsuko Nishida",
"rarity": "Rare",
Expand Down Expand Up @@ -1510,7 +1506,6 @@
"type": "Poké-Body"
},
"hp": "70",
"convertedRetreatCost": 0,
"number": "29",
"artist": "Yuka Morii",
"rarity": "Rare",
Expand Down Expand Up @@ -1621,7 +1616,6 @@
"type": "Poké-Body"
},
"hp": "70",
"convertedRetreatCost": 0,
"number": "31",
"artist": "Sachiko Adachi",
"rarity": "Uncommon",
Expand Down Expand Up @@ -2035,7 +2029,6 @@
"type": "Poké-Body"
},
"hp": "60",
"convertedRetreatCost": 0,
"number": "39",
"artist": "Mitsuhiro Arita",
"rarity": "Uncommon",
Expand Down Expand Up @@ -2563,7 +2556,6 @@
"supertype": "Pokémon",
"evolvesFrom": "Taillow",
"hp": "70",
"convertedRetreatCost": 0,
"number": "49",
"artist": "Midori Harada",
"rarity": "Uncommon",
Expand Down Expand Up @@ -4611,7 +4603,6 @@
"type": "Poké-Power"
},
"hp": "130",
"convertedRetreatCost": 0,
"number": "96",
"artist": "Ryo Ueda",
"rarity": "Rare Holo EX",
Expand Down Expand Up @@ -5086,7 +5077,6 @@
"level": "ex",
"evolvesFrom": "Carvanha",
"hp": "100",
"convertedRetreatCost": 0,
"number": "104",
"artist": "Hikaru Koike",
"rarity": "Rare Holo EX",
Expand Down Expand Up @@ -5335,25 +5325,24 @@
{
"id": "ex8-108",
"name": "Rocket's Raikou ex",
"nationalPokedexNumber": 243,
"imageUrl": "https://images.pokemontcg.io/ex8/108.png",
"imageUrlHiRes": "https://images.pokemontcg.io/ex8/108_hires.png",
"types": [
"Darkness"
],
"supertype": "Pokémon",
"subtype": "Basic",
"supertype": "Pokémon",
"hp": "100",
"retreatCost": [
"Colorless",
"Colorless"
],
"convertedRetreatCost": 2,
"number": "108",
"artist": "Ryo Ueda",
"rarity": "Rare Holo EX",
"series": "EX",
"set": "Deoxys",
"setCode": "ex8",
"types": [
"Darkness"
],
"attacks": [
{
"name": "Thunderous Blow",
Expand All @@ -5363,15 +5352,17 @@
"Colorless",
"Colorless"
],
"damage": "40+"
"damage": "40+",
"convertedEnergyCost": 3
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "x2"
"value": "×2"
}
],
"artist": "Ryo Ueda"
"imageUrlHiRes": "https://images.pokemontcg.io/ex8/108_hires.png",
"nationalPokedexNumber": 243
}
]
]
22 changes: 12 additions & 10 deletions json/cards/Dragon Vault.json
Original file line number Diff line number Diff line change
Expand Up @@ -945,14 +945,9 @@
{
"id": "dv1-21",
"name": "Kyurem",
"nationalPokedexNumber": 646,
"imageUrl": "https://images.pokemontcg.io/dv1/21.png",
"imageUrlHiRes": "https://images.pokemontcg.io/dv1/21_hires.png",
"types": [
"Dragon"
],
"supertype": "Pokémon",
"subtype": "Basic",
"supertype": "Pokémon",
"hp": "130",
"retreatCost": [
"Colorless",
Expand All @@ -964,6 +959,9 @@
"series": "Black & White",
"set": "Dragon Vault",
"setCode": "dv1",
"types": [
"Dragon"
],
"attacks": [
{
"name": "Dragon Claw",
Expand All @@ -973,7 +971,8 @@
"Colorless",
"Colorless"
],
"damage": "60"
"damage": "60",
"convertedEnergyCost": 3
},
{
"name": "Blizzard",
Expand All @@ -984,14 +983,17 @@
"Colorless",
"Colorless"
],
"damage": "90"
"damage": "90",
"convertedEnergyCost": 4
}
],
"weaknesses": [
{
"type": "Dragon",
"value": "×2"
}
]
],
"imageUrlHiRes": "https://images.pokemontcg.io/dv1/21_hires.png",
"nationalPokedexNumber": 646
}
]
]
Loading

0 comments on commit c8bdf48

Please sign in to comment.