diff --git a/src/cards/pack2_hunters.json b/src/cards/pack2_hunters.json index ff852f8..f15fa8b 100644 --- a/src/cards/pack2_hunters.json +++ b/src/cards/pack2_hunters.json @@ -19,6 +19,158 @@ "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" + } + ] } ] } \ No newline at end of file