diff --git a/data/starter-ironclad.json b/data/starter-ironclad.json index 50d8356..7ab9413 100644 --- a/data/starter-ironclad.json +++ b/data/starter-ironclad.json @@ -4,9 +4,13 @@ "name": "Strike", "cost": 1, "type": "attack", + "character": "ironclad", + "rarity": "starter", "effects": [{ "type": "hit", "value": 1 }], "keywords": [], "description": "1 hit.", + "upgraded": "strike_r+", + "copies": 5, "image": "assets/images/ironclad/starter/1.png" }, "defend_r": { @@ -14,9 +18,13 @@ "name": "Defend", "cost": 1, "type": "skill", + "character": "ironclad", + "rarity": "starter", "effects": [{ "type": "block", "value": 1 }], "keywords": [], "description": "1 Block.", + "upgraded": "defend_r+", + "copies": 4, "image": "assets/images/ironclad/starter/2.png" }, "bash": { @@ -24,12 +32,15 @@ "name": "Bash", "cost": 2, "type": "attack", + "character": "ironclad", + "rarity": "starter", "effects": [ { "type": "hit", "value": 2 }, { "type": "vulnerable", "value": 1 } ], "keywords": [], "description": "2 hit. Apply 1 Vulnerable.", + "upgraded": "bash+", "image": "assets/images/ironclad/starter/0.png" } }