slaywithfriends/data/watcher_starter.json
2026-02-23 17:54:25 -05:00

112 lines
2.5 KiB
JSON

[
{
"id": "strike_p",
"name": "Strike",
"cost": 1,
"type": "attack",
"character": "watcher",
"rarity": "starter",
"effects": [{ "type": "hit", "value": 1 }],
"keywords": [],
"description": "1 hit.",
"upgraded": "strike_p+",
"copies": 4
},
{
"id": "strike_p+",
"name": "Strike+",
"cost": 1,
"type": "attack",
"character": "watcher",
"rarity": "starter",
"effects": [{ "type": "hit", "value": 2 }],
"keywords": [],
"description": "2 hit.",
"upgraded": null
},
{
"id": "defend_p",
"name": "Defend",
"cost": 1,
"type": "skill",
"character": "watcher",
"rarity": "starter",
"effects": [{ "type": "block", "value": 1 }],
"keywords": [],
"description": "1 Block.",
"upgraded": "defend_p+",
"copies": 4
},
{
"id": "defend_p+",
"name": "Defend+",
"cost": 1,
"type": "skill",
"character": "watcher",
"rarity": "starter",
"effects": [{ "type": "block", "value": 2 }],
"keywords": [],
"description": "2 Block. Can be given to any player.",
"upgraded": null
},
{
"id": "vigilance",
"name": "Vigilance",
"cost": 2,
"type": "skill",
"character": "watcher",
"rarity": "starter",
"effects": [
{ "type": "block", "value": 2 },
{ "type": "special", "description": "Enter Calm." }
],
"keywords": [],
"description": "2 Block. Enter Calm.",
"upgraded": "vigilance+"
},
{
"id": "vigilance+",
"name": "Vigilance+",
"cost": 1,
"type": "skill",
"character": "watcher",
"rarity": "starter",
"effects": [
{ "type": "block", "value": 3 },
{ "type": "special", "description": "Enter Calm." }
],
"keywords": [],
"description": "3 Block to any player. Enter Calm.",
"upgraded": null
},
{
"id": "eruption",
"name": "Eruption",
"cost": 2,
"type": "attack",
"character": "watcher",
"rarity": "starter",
"effects": [
{ "type": "hit", "value": 2 },
{ "type": "special", "description": "Enter Wrath." }
],
"keywords": [],
"description": "2 hit. Enter Wrath.",
"upgraded": "eruption+"
},
{
"id": "eruption+",
"name": "Eruption+",
"cost": 1,
"type": "attack",
"character": "watcher",
"rarity": "starter",
"effects": [
{ "type": "hit", "value": 2 },
{ "type": "special", "description": "Enter Wrath." }
],
"keywords": [],
"description": "2 hit. Enter Wrath.",
"upgraded": null
}
]