add vampire faction cards

This commit is contained in:
2024-04-20 08:07:02 +02:00
parent cdcffc5d77
commit 4e155e60d9
+259
View File
@@ -1,6 +1,7 @@
{
"cards": [
{
"id": 38,
"role": "market",
"card_type": "champion",
"faction": "red",
@@ -29,6 +30,7 @@
]
},
{
"id": 29,
"role": "market",
"card_type": "champion",
"faction": "red",
@@ -56,6 +58,263 @@
"effect_type": "faction_combo"
}
]
},
{
"id": 30,
"role": "market",
"card_type": "action",
"faction": "red",
"name": "dark energy",
"cost": 4,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 7
},
{
"effect": "draw",
"amount": 1,
"effect_type": "faction_combo"
}
]
},
{
"id": 31,
"role": "market",
"card_type": "action",
"faction": "red",
"name": "dark reward",
"cost": 5,
"init_amount": 1,
"effects": [
{
"effect": "gold",
"amount": 3
},
{
"effect": "sacrifice",
"amount": 1
},
{
"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",
"amount": 1
},
{
"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,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 3,
"effect_type": "champion_action"
},
{
"effect": "draw",
"amount": 1,
"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,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 3,
"effect_type": "champion_action"
},
{
"effect": "sacrifice",
"amount": 1,
"effect_type": "champion_action",
"sub_effects": [
{
"effect": "damage",
"amount": 3
}
]
}
]
},
{
"id": 37,
"role": "market",
"card_type": "action",
"faction": "red",
"name": "life drain",
"cost": 6,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 8
},
{
"effect": "sacrifice",
"amount": 1
},
{
"effect": "draw",
"amount": 1,
"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",
"amount": 1
},
{
"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,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 4,
"effect_type": "champion_action"
},
{
"effect": "sacrifice",
"amount": 1,
"effect_type": "champion_action"
},
{
"effect": "draw",
"amount": 1,
"effect_type": "faction_combo"
}
]
},
{
"id": 41,
"role": "market",
"card_type": "champion",
"faction": "red",
"name": "varrick, the necromancer",
"cost": 5,
"defense": 3,
"guard": false,
"init_amount": 1,
"effects": [
{
"effect": "restack_discarded_champion",
"amount": 1,
"effect_type": "champion_action"
},
{
"effect": "draw",
"amount": 1,
"effect_type": "faction_combo"
}
]
}
]
}