82 lines
1.8 KiB
JSON
82 lines
1.8 KiB
JSON
[
|
|
{
|
|
"id": "bash",
|
|
"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+"
|
|
},
|
|
{
|
|
"id": "bash+",
|
|
"name": "Bash+",
|
|
"cost": 2,
|
|
"type": "attack",
|
|
"character": "ironclad",
|
|
"rarity": "starter",
|
|
"effects": [
|
|
{ "type": "hit", "value": 4 },
|
|
{ "type": "vulnerable", "value": 1 }
|
|
],
|
|
"keywords": [],
|
|
"description": "4 hit. Apply 1 Vulnerable.",
|
|
"upgraded": null
|
|
},
|
|
{
|
|
"id": "strike_r",
|
|
"name": "Strike",
|
|
"cost": 1,
|
|
"type": "attack",
|
|
"character": "ironclad",
|
|
"rarity": "starter",
|
|
"effects": [{ "type": "hit", "value": 1 }],
|
|
"keywords": [],
|
|
"description": "1 hit.",
|
|
"upgraded": "strike_r+",
|
|
"copies": 5
|
|
},
|
|
{
|
|
"id": "strike_r+",
|
|
"name": "Strike+",
|
|
"cost": 1,
|
|
"type": "attack",
|
|
"character": "ironclad",
|
|
"rarity": "starter",
|
|
"effects": [{ "type": "hit", "value": 2 }],
|
|
"keywords": [],
|
|
"description": "2 hit.",
|
|
"upgraded": null
|
|
},
|
|
{
|
|
"id": "defend_r",
|
|
"name": "Defend",
|
|
"cost": 1,
|
|
"type": "skill",
|
|
"character": "ironclad",
|
|
"rarity": "starter",
|
|
"effects": [{ "type": "block", "value": 1 }],
|
|
"keywords": [],
|
|
"description": "1 Block.",
|
|
"upgraded": "defend_r+",
|
|
"copies": 4
|
|
},
|
|
{
|
|
"id": "defend_r+",
|
|
"name": "Defend+",
|
|
"cost": 1,
|
|
"type": "skill",
|
|
"character": "ironclad",
|
|
"rarity": "starter",
|
|
"effects": [{ "type": "block", "value": 2 }],
|
|
"keywords": [],
|
|
"description": "2 Block. Can be given to any player.",
|
|
"upgraded": null
|
|
}
|
|
]
|