Update starter-ironclad.json with extracted data and image paths

This commit is contained in:
Jared Miller 2026-02-23 18:54:09 -05:00
parent 429e1bbc2a
commit 8a9439ed74
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

View file

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