Files
cards-gen/src/data/cards/pack1_base_necros.json
T
2024-07-01 01:42:33 +02:00

298 lines
8.0 KiB
JSON

{
"cards": [
{
"id": 38,
"role": "market",
"card_type": "champion",
"faction": "red",
"name": "Lys, the Unseen",
"cost": 6,
"defense": 5,
"guard": true,
"effects": [
{
"effect": "damage",
"amount": 2,
"effect_type": "champion_action"
},
{
"effect": "sacrifice",
"effect_type": "champion_action",
"sub_effects": [
{
"effect": "damage",
"amount": 2
}
]
}
]
},
{
"id": 29,
"role": "market",
"card_type": "champion",
"faction": "red",
"name": "Ass Priest",
"cost": 3,
"defense": 4,
"guard": false,
"init_amount": 2,
"effects": [
{
"effect": "gold",
"effect_type": "champion_action",
"mutex": 1
},
{
"effect": "damage",
"effect_type": "champion_action",
"mutex": 1
},
{
"effect": "damage",
"amount": 4,
"effect_type": "faction_combo"
}
]
},
{
"id": 30,
"role": "market",
"card_type": "action",
"faction": "red",
"name": "dark energy",
"cost": 4,
"effects": [
{
"effect": "damage",
"amount": 7
},
{
"effect": "draw",
"effect_type": "faction_combo"
}
]
},
{
"id": 31,
"role": "market",
"card_type": "action",
"faction": "red",
"name": "dark reward",
"cost": 5,
"effects": [
{
"effect": "gold",
"amount": 3
},
{
"effect": "sacrifice"
},
{
"effect": "damage",
"amount": 6,
"effect_type": "faction_combo"
}
]
},
{
"id": 32,
"role": "market",
"card_type": "champion",
"faction": "red",
"name": "death cultist",
"cost": 2,
"defense": 3,
"guard": true,
"init_amount": 2,
"effects": [
{
"effect": "damage",
"amount": 2,
"effect_type": "champion_action"
}
]
},
{
"id": 33,
"role": "market",
"card_type": "action",
"faction": "red",
"name": "death touch",
"cost": 1,
"init_amount": 3,
"effects": [
{
"effect": "damage",
"amount": 2
},
{
"effect": "sacrifice"
},
{
"effect": "damage",
"amount": 2,
"effect_type": "faction_combo"
}
]
},
{
"id": 34,
"role": "market",
"card_type": "champion",
"faction": "red",
"name": "rayla, endweaver",
"cost": 4,
"defense": 4,
"guard": false,
"effects": [
{
"effect": "damage",
"amount": 3,
"effect_type": "champion_action"
},
{
"effect": "draw",
"effect_type": "faction_combo"
}
]
},
{
"id": 35,
"role": "market",
"card_type": "action",
"faction": "red",
"name": "influence",
"cost": 2,
"init_amount": 3,
"effects": [
{
"effect": "gold",
"amount": 3
},
{
"effect": "damage",
"amount": 3,
"effect_type": "suicide"
}
]
},
{
"id": 36,
"role": "market",
"card_type": "champion",
"faction": "red",
"name": "krythos, master vampire",
"cost": "7",
"defense": 6,
"guard": false,
"effects": [
{
"effect": "damage",
"amount": 3,
"effect_type": "champion_action"
},
{
"effect": "sacrifice",
"effect_type": "champion_action",
"sub_effects": [
{
"effect": "damage",
"amount": 3
}
]
}
]
},
{
"id": 37,
"role": "market",
"card_type": "action",
"faction": "red",
"name": "life drain",
"cost": 6,
"effects": [
{
"effect": "damage",
"amount": 8
},
{
"effect": "sacrifice"
},
{
"effect": "draw",
"effect_type": "faction_combo"
}
]
},
{
"id": 39,
"role": "market",
"card_type": "action",
"faction": "red",
"name": "the rot",
"cost": 3,
"init_amount": 2,
"effects": [
{
"effect": "damage",
"amount": 4
},
{
"effect": "sacrifice"
},
{
"effect": "damage",
"amount": 3,
"effect_type": "faction_combo"
}
]
},
{
"id": 40,
"role": "market",
"card_type": "champion",
"faction": "red",
"name": "tyrannor, the devourer",
"cost": 8,
"defense": 6,
"guard": true,
"effects": [
{
"effect": "damage",
"amount": 4,
"effect_type": "champion_action"
},
{
"effect": "sacrifice",
"times": 2,
"effect_type": "champion_action"
},
{
"effect": "draw",
"effect_type": "faction_combo"
}
]
},
{
"id": 41,
"role": "market",
"card_type": "champion",
"faction": "red",
"name": "varrick, the necromancer",
"cost": 5,
"defense": 3,
"guard": false,
"effects": [
{
"effect": "restack_discarded_champion",
"effect_type": "champion_action"
},
{
"effect": "draw",
"effect_type": "faction_combo"
}
]
}
]
}