From e156d3a951ddc768aa6d1acce849f20edd775d6d Mon Sep 17 00:00:00 2001 From: Fhuris Date: Mon, 22 Apr 2024 13:43:04 +0200 Subject: [PATCH] add guild faction cards --- src/cards/pack1_faction_guild.json | 286 +++++++++++++++++++++++++++++ 1 file changed, 286 insertions(+) diff --git a/src/cards/pack1_faction_guild.json b/src/cards/pack1_faction_guild.json index 61a71a5..662a0ae 100644 --- a/src/cards/pack1_faction_guild.json +++ b/src/cards/pack1_faction_guild.json @@ -1,6 +1,7 @@ { "cards": [ { + "id": 28, "role": "market", "card_type": "champion", "faction": "blue", @@ -23,6 +24,291 @@ "mutex": 1 } ] + }, + { + "id": 15, + "role": "market", + "card_type": "champion", + "faction": "blue", + "name": "borg, ogre mercenary", + "cost": 6, + "defense": 6, + "guard": true, + "init_amount": 1, + "effects": [ + { + "effect": "damage", + "amount": 4, + "effect_type": "champion_action" + } + ] + }, + { + "id": 16, + "role": "market", + "card_type": "action", + "faction": "blue", + "name": "bribe", + "cost": 3, + "init_amount": 3, + "effects": [ + { + "effect": "gold", + "amount": 3 + }, + { + "effect": "stack_next_action_bought", + "amount": 1, + "effect_type": "faction_combo" + } + ] + }, + { + "id": 17, + "role": "market", + "card_type": "action", + "faction": "blue", + "name": "death threat", + "cost": 3, + "init_amount": 1, + "effects": [ + { + "effect": "damage", + "amount": 1 + }, + { + "effect": "draw", + "amount": 1 + }, + { + "effect": "stun", + "amount": 1, + "effect_type": "faction_combo" + } + ] + }, + { + "id": 18, + "role": "market", + "card_type": "action", + "faction": "blue", + "name": "deception", + "cost": 5, + "init_amount": 1, + "effects": [ + { + "effect": "gold", + "amount": 2 + }, + { + "effect": "draw", + "amount": 1 + }, + { + "effect": "play_next_card_bought", + "amount": 1, + "effect_type": "faction_combo" + } + ] + }, + { + "id": 19, + "role": "market", + "card_type": "action", + "faction": "blue", + "name": "fire bomb", + "cost": 8, + "init_amount": 1, + "effects": [ + { + "effect": "damage", + "amount": 8 + }, + { + "effect": "stun", + "amount": 1 + }, + { + "effect": "draw", + "amount": 1 + }, + { + "effect": "damage", + "amount": 5, + "effect_type": "suicide" + } + ] + }, + { + "id": 20, + "role": "market", + "card_type": "action", + "faction": "blue", + "name": "tit job", + "cost": 4, + "init_amount": 1, + "effects": [ + { + "effect": "damage", + "amount": 7 + }, + { + "effect": "stun", + "amount": 1, + "effect_type": "faction_combo" + } + ] + }, + { + "id": 21, + "role": "market", + "card_type": "action", + "faction": "blue", + "name": "intimidation", + "cost": 2, + "init_amount": 2, + "effects": [ + { + "effect": "damage", + "amount": 5 + }, + { + "effect": "gold", + "amount": 2, + "effect_type": "faction_combo" + } + ] + }, + { + "id": 22, + "role": "market", + "card_type": "champion", + "faction": "blue", + "name": "myros, guild mage", + "cost": 5, + "defense": 3, + "guard": true, + "init_amount": 1, + "effects": [ + { + "effect": "gold", + "amount": 3, + "effect_type": "champion_action" + }, + { + "effect": "damage", + "amount": 4, + "effect_type": "faction_combo" + } + ] + }, + { + "id": 23, + "role": "market", + "card_type": "champion", + "faction": "blue", + "name": "parov, the enforcer", + "cost": 5, + "defense": 5, + "guard": true, + "init_amount": 1, + "effects": [ + { + "effect": "damage", + "amount": 3, + "effect_type": "champion_action" + }, + { + "effect": "draw", + "amount": 1, + "effect_type": "faction_combo" + } + ] + }, + { + "id": 24, + "role": "market", + "card_type": "action", + "faction": "blue", + "name": "profit", + "cost": 1, + "init_amount": 3, + "effects": [ + { + "effect": "gold", + "amount": 2 + }, + { + "effect": "damage", + "amount": 4, + "effect_type": "faction_combo" + } + ] + }, + { + "id": 25, + "role": "market", + "card_type": "champion", + "faction": "blue", + "name": "rake, master assassin", + "cost": 7, + "defense": 7, + "guard": false, + "init_amount": 1, + "effects": [ + { + "effect": "damage", + "amount": 4, + "effect_type": "champion_action" + }, + { + "effect": "stun", + "amount": 1, + "effect_type": "champion_action" + } + ] + }, + { + "id": 26, + "role": "market", + "card_type": "champion", + "faction": "blue", + "name": "rasmus, the smuggler", + "cost": 4, + "defense": 5, + "guard": false, + "init_amount": 1, + "effects": [ + { + "effect": "gold", + "amount": 2, + "effect_type": "champion_action" + }, + { + "effect": "stack_next_card_bought", + "amount": 1, + "effect_type": "faction_combo" + } + ] + }, + { + "id": 27, + "role": "market", + "card_type": "action", + "faction": "blue", + "name": "smash and grab", + "cost": 6, + "init_amount": 1, + "effects": [ + { + "effect": "damage", + "amount": 6 + }, + { + "effect": "restack_discarded_card", + "amount": 1 + } + ] } ] } \ No newline at end of file