diff --git a/src/cards/pack2_travelers.json b/src/cards/pack2_travelers.json new file mode 100644 index 0000000..fd1374e --- /dev/null +++ b/src/cards/pack2_travelers.json @@ -0,0 +1,199 @@ +{ + "cards": [ + { + "id": 60, + "role": "market", + "card_type": "action", + "faction": "blue", + "name": "Bounty Collection", + "cost": 7, + "init_amount": 1, + "effects": [ + { + "effect": "gold", + "amount": 3 + }, + { + "effect": "play_next_card_bought", + "amount": 1 + }, + { + "effect": "draw", + "amount": 1, + "effect_type": "faction_combo" + } + ] + }, + { + "id": 61, + "role": "market", + "card_type": "action", + "faction": "green", + "name": "Daring Escape", + "cost": 3, + "init_amount": 2, + "effects": [ + { + "effect": "discard", + "amount": 1 + }, + { + "effect": "restack_discarded_card", + "amount": 1 + }, + { + "effect": "draw", + "amount": 1, + "effect_type": "suicide" + } + ] + }, + { + "id": 62, + "role": "market", + "card_type": "action", + "faction": "yellow", + "name": "Fearless Charge", + "cost": 8, + "init_amount": 1, + "effects": [ + { + "effect": "damage", + "amount": 5 + }, + { + "effect": "heal", + "amount": 5 + }, + { + "effect": "draw", + "amount": 2 + }, + { + "effect": *prepare_all_champions*, + "amount": 1, + "effect_type": "suicide" + } + ] + }, + { + "id": 63, + "role": "market", + "card_type": "action", + "faction": "red", + "name": "Sway", + "cost": 3, + "init_amount": 2, + "effects": [ + { + "effect": "gold", + "amount": 3 + }, + { + "effect":*gold_less_for_champion_purchase*, + "amount": 1 + }, + { + "effect":*control_opposing_champion*, + "amount": 1, + "effect_type": "suicide" + } + ] + }, + { + "id": 64, + "role": "market", + "card_type": "champion", + "faction": "blue", + "name": "Con Artist", + "cost": 2, + "defense": 2, + "guard": false, + "init_amount": 2, + "effects": [ + { + "effect": "damage", + "amount": 2, + "effect_type": "champion_action", + "mutex": 1 + }, + { + "effect": "gold", + "amount": 1, + "times":*per_stunned_champion*, + "effect_type": "champion_action", + "mutex": 1 + } + ] + }, + { + "id": 65, + "role": "market", + "card_type": "champion", + "faction": "red", + "name": "Olara, the Slayer", + "cost": 4, + "defense": 5, + "guard": false, + "init_amount": 1, + "effects": [ + { + "effect": "gold", + "amount": 2, + "effect_type": "champion_action", + "mutex": 1 + }, + { + "effect":*damage_all_champions*, + "amount": 2, + "effect_type": "champion_action", + "mutex": 1 + } + ] + }, + { + "id": 66, + "role": "market", + "card_type": "champion", + "faction": "green", + "name": "Pelleas, the Seeker", + "cost": 5, + "defense": 4, + "guard": true, + "init_amount": 1, + "effects": [ + { + "effect": "damage", + "amount": 3, + "effect_type": "champion_action", + "mutex": 1 + }, + { + "effect":*restack_discarded_action*, + "amount": 1, + "effect_type": "champion_action", + "mutex": 1 + } + ] + }, + { + "id": 67, + "role": "market", + "card_type": "champion", + "faction": "yellow", + "name": "Veteran Squire", + "cost": 3, + "defense": 3, + "guard": false, + "init_amount": 2, + "effects": [ + { + "effect": "damage", + "amount": 2, + "times":*per_champion_of_same_faction*, + "effect_type": "champion_action" + } + ] + } + ] +} \ No newline at end of file