106 lines
2.4 KiB
JSON
106 lines
2.4 KiB
JSON
[
|
|
{
|
|
"id": "survivor",
|
|
"name": "Survivor",
|
|
"cost": 1,
|
|
"type": "skill",
|
|
"character": "silent",
|
|
"rarity": "starter",
|
|
"effects": [
|
|
{ "type": "block", "value": 2 },
|
|
{ "type": "discard", "value": 1 }
|
|
],
|
|
"keywords": [],
|
|
"description": "2 Block. Discard 1 card.",
|
|
"upgraded": "survivor+"
|
|
},
|
|
{
|
|
"id": "survivor+",
|
|
"name": "Survivor+",
|
|
"cost": 1,
|
|
"type": "skill",
|
|
"character": "silent",
|
|
"rarity": "starter",
|
|
"effects": [
|
|
{ "type": "block", "value": 3 },
|
|
{ "type": "discard", "value": 1 }
|
|
],
|
|
"keywords": [],
|
|
"description": "3 Block. Discard 1 card.",
|
|
"upgraded": null
|
|
},
|
|
{
|
|
"id": "neutralize",
|
|
"name": "Neutralize",
|
|
"cost": 0,
|
|
"type": "attack",
|
|
"character": "silent",
|
|
"rarity": "starter",
|
|
"effects": [{ "type": "hit", "value": 1 }, { "type": "weak", "value": 1 }],
|
|
"keywords": [],
|
|
"description": "1 hit. Apply 1 Weak.",
|
|
"upgraded": "neutralize+"
|
|
},
|
|
{
|
|
"id": "neutralize+",
|
|
"name": "Neutralize+",
|
|
"cost": 0,
|
|
"type": "attack",
|
|
"character": "silent",
|
|
"rarity": "starter",
|
|
"effects": [{ "type": "hit", "value": 2 }, { "type": "weak", "value": 1 }],
|
|
"keywords": [],
|
|
"description": "2 hit. Apply 1 Weak.",
|
|
"upgraded": null
|
|
},
|
|
{
|
|
"id": "strike_g",
|
|
"name": "Strike",
|
|
"cost": 1,
|
|
"type": "attack",
|
|
"character": "silent",
|
|
"rarity": "starter",
|
|
"effects": [{ "type": "hit", "value": 1 }],
|
|
"keywords": [],
|
|
"description": "1 hit.",
|
|
"upgraded": "strike_g+",
|
|
"copies": 5
|
|
},
|
|
{
|
|
"id": "strike_g+",
|
|
"name": "Strike+",
|
|
"cost": 1,
|
|
"type": "attack",
|
|
"character": "silent",
|
|
"rarity": "starter",
|
|
"effects": [{ "type": "hit", "value": 2 }],
|
|
"keywords": [],
|
|
"description": "2 hit.",
|
|
"upgraded": null
|
|
},
|
|
{
|
|
"id": "defend_g",
|
|
"name": "Defend",
|
|
"cost": 1,
|
|
"type": "skill",
|
|
"character": "silent",
|
|
"rarity": "starter",
|
|
"effects": [{ "type": "block", "value": 1 }],
|
|
"keywords": [],
|
|
"description": "1 Block.",
|
|
"upgraded": "defend_g+",
|
|
"copies": 5
|
|
},
|
|
{
|
|
"id": "defend_g+",
|
|
"name": "Defend+",
|
|
"cost": 1,
|
|
"type": "skill",
|
|
"character": "silent",
|
|
"rarity": "starter",
|
|
"effects": [{ "type": "block", "value": 2 }],
|
|
"keywords": [],
|
|
"description": "2 Block. Can be given to any player.",
|
|
"upgraded": null
|
|
}
|
|
]
|