complete hunters DLC

This commit is contained in:
2024-05-22 20:16:00 +02:00
parent 5e37c531b8
commit 80baef4535
+152
View File
@@ -19,6 +19,158 @@
"effect_type": "faction_combo" "effect_type": "faction_combo"
} }
] ]
},
{
"id": 69,
"role": "market",
"card_type": "action",
"faction": "red",
"name": "Demonic Cloud",
"cost": 7,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 7
},
{
"effect": "damage_all_champions",
"amount": 4
},
{
"effect": "draw"
},
{
"effect": "sacrifice",
"effect_type": "faction_combo"
}
]
},
{
"id": 70,
"role": "market",
"card_type": "action",
"faction": "green",
"name": "Pack’s Fury",
"cost": 7,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 7
},
{
"effect": "discard_x_and_draw_x"
}
]
},
{
"id": 71,
"role": "market",
"card_type": "action",
"faction": "blue",
"name": "Thrash",
"cost": 2,
"init_amount": 2,
"effects": [
{
"effect": "damage",
"amount": 4,
"mutex": 1
},
{
"effect": "stun",
"mutex": 1
}
]
},
{
"id": 72,
"role": "market",
"card_type": "champion",
"faction": "yellow",
"name": "Andor, the Valiant",
"cost": 6,
"defense": 5,
"guard": true,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 2,
"effect_type": "champion_action"
},
{
"effect": "draw",
"effect_type": "champion_action"
},
{
"effect": "prepare_another_champion",
"effect_type": "faction_combo"
}
]
},
{
"id": 73,
"role": "market",
"card_type": "champion",
"faction": "red",
"name": "Fettered Imp",
"cost": 2,
"defense": 5,
"guard": true,
"init_amount": 2,
"effects": [
{
"effect": "sacrifice",
"effect_type": "champion_action"
}
]
},
{
"id": 74,
"role": "market",
"card_type": "champion",
"faction": "blue",
"name": "Lenka, the Hunter",
"cost": 5,
"defense": 5,
"guard": false,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 4,
"effect_type": "champion_action"
},
{
"effect": "stun",
"effect_type": "faction_combo"
}
]
},
{
"id": 75,
"role": "market",
"card_type": "champion",
"faction": "green",
"name": "Pathfinder",
"cost": 3,
"defense": 4,
"guard": false,
"init_amount": 2,
"effects": [
{
"effect": "damage",
"amount": 2,
"effect_type": "champion_action"
},
{
"effect": "gold",
"amount": 2,
"effect_type": "faction_combo"
}
]
} }
] ]
} }