Skip to content

Commit

Permalink
Fix a couple HPs, converting int to string
Browse files Browse the repository at this point in the history
  • Loading branch information
adback03 committed Oct 25, 2020
1 parent 42824b2 commit f918292
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions json/cards/Champions Path.json
Original file line number Diff line number Diff line change
Expand Up @@ -3101,7 +3101,7 @@
"subtype": "VMAX",
"supertype": "Pokémon",
"evolvesFrom": "Charizard V",
"hp": 330,
"hp": "330",
"retreatCost": [
"Colorless",
"Colorless",
Expand Down Expand Up @@ -3159,7 +3159,7 @@
"subtype": "VMAX",
"supertype": "Pokémon",
"evolvesFrom": "Drednaw V",
"hp": 320,
"hp": "320",
"retreatCost": [
"Colorless",
"Colorless",
Expand Down Expand Up @@ -3210,7 +3210,7 @@
"subtype": "VMAX",
"supertype": "Pokémon",
"evolvesFrom": "Gardevoir V",
"hp": 320,
"hp": "320",
"retreatCost": [
"Colorless",
"Colorless"
Expand Down Expand Up @@ -3287,7 +3287,7 @@
"imageUrl": "https://images.pokemontcg.io/swsh35/79.png",
"subtype": "Basic",
"supertype": "Pokémon",
"hp": 220,
"hp": "220",
"retreatCost": [
"Colorless",
"Colorless",
Expand Down

0 comments on commit f918292

Please sign in to comment.