From f9182924b22e45e951bb4399d41786b183a07769 Mon Sep 17 00:00:00 2001 From: Andrew Backes Date: Sun, 25 Oct 2020 13:55:39 -0500 Subject: [PATCH] Fix a couple HPs, converting int to string --- json/cards/Champions Path.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/json/cards/Champions Path.json b/json/cards/Champions Path.json index 52da5c56a..0308c1b5c 100644 --- a/json/cards/Champions Path.json +++ b/json/cards/Champions Path.json @@ -3101,7 +3101,7 @@ "subtype": "VMAX", "supertype": "Pokémon", "evolvesFrom": "Charizard V", - "hp": 330, + "hp": "330", "retreatCost": [ "Colorless", "Colorless", @@ -3159,7 +3159,7 @@ "subtype": "VMAX", "supertype": "Pokémon", "evolvesFrom": "Drednaw V", - "hp": 320, + "hp": "320", "retreatCost": [ "Colorless", "Colorless", @@ -3210,7 +3210,7 @@ "subtype": "VMAX", "supertype": "Pokémon", "evolvesFrom": "Gardevoir V", - "hp": 320, + "hp": "320", "retreatCost": [ "Colorless", "Colorless" @@ -3287,7 +3287,7 @@ "imageUrl": "https://images.pokemontcg.io/swsh35/79.png", "subtype": "Basic", "supertype": "Pokémon", - "hp": 220, + "hp": "220", "retreatCost": [ "Colorless", "Colorless",