35 lines
825 B
JSON
35 lines
825 B
JSON
{
|
|
"strike_r": {
|
|
"id": "strike_r",
|
|
"name": "Strike",
|
|
"cost": 1,
|
|
"type": "attack",
|
|
"effects": [{ "type": "hit", "value": 1 }],
|
|
"keywords": [],
|
|
"description": "1 hit.",
|
|
"image": "assets/images/ironclad/starter/1.png"
|
|
},
|
|
"defend_r": {
|
|
"id": "defend_r",
|
|
"name": "Defend",
|
|
"cost": 1,
|
|
"type": "skill",
|
|
"effects": [{ "type": "block", "value": 1 }],
|
|
"keywords": [],
|
|
"description": "1 Block.",
|
|
"image": "assets/images/ironclad/starter/2.png"
|
|
},
|
|
"bash": {
|
|
"id": "bash",
|
|
"name": "Bash",
|
|
"cost": 2,
|
|
"type": "attack",
|
|
"effects": [
|
|
{ "type": "hit", "value": 2 },
|
|
{ "type": "vulnerable", "value": 1 }
|
|
],
|
|
"keywords": [],
|
|
"description": "2 hit. Apply 1 Vulnerable.",
|
|
"image": "assets/images/ironclad/starter/0.png"
|
|
}
|
|
}
|