From e32862e13ce1a4e575dd3aaa078005c7ff438529 Mon Sep 17 00:00:00 2001 From: Fhuris Date: Tue, 6 Aug 2024 03:56:19 +0200 Subject: [PATCH] transfer from base 1 to other, base 2 completion --- pack6_promo_base1.json | 41 ++--------------------------------------- pack6_promo_other.json | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 39 deletions(-) create mode 100644 pack6_promo_other.json diff --git a/pack6_promo_base1.json b/pack6_promo_base1.json index 1fa6469..2368fb2 100644 --- a/pack6_promo_base1.json +++ b/pack6_promo_base1.json @@ -1,42 +1,5 @@ { "cards": [ - { - "id": 115, - "role": "market", - "card_type": "champion", - "faction": "base", - "name": "Captain Koska", - "cost": 4, - "defense": 4, - "guard": true, - "effects": [ - { - "effect": "damage", - "amount": 3, - "effect_type": "champion_action" - }, - { - "effect": "pick_faction" - } - ] - }, - { - "id": 116, - "role": "market", - "card_type": "action", - "faction": "base", - "name": "Contract Negotiation", - "cost": 1, - "effects": [ - { - "effect": "gold", - "amount": 2 - }, - { - "effect": "pick_faction" - } - ] - }, { "id": 117, "role": "market", @@ -121,7 +84,7 @@ "effect": "draw" }, { - "effect": "damage_player", + "effect": "damage_player",* "amount": 4, "effect_type": "suicide", "sub_effects": [ @@ -211,7 +174,7 @@ "amount": 4 }, { - "effect": "stack_next_champion_bought" + "effect": "stack_next_champion_bought"* }, { "effect": "draw", diff --git a/pack6_promo_other.json b/pack6_promo_other.json new file mode 100644 index 0000000..b15108d --- /dev/null +++ b/pack6_promo_other.json @@ -0,0 +1,41 @@ +{ + "cards": [ + { + "id": 115, + "role": "market", + "card_type": "champion", + "faction": "base", + "name": "Captain Koska", + "cost": 4, + "defense": 4, + "guard": true, + "effects": [ + { + "effect": "damage", + "amount": 3, + "effect_type": "champion_action" + }, + { + "effect": "pick_faction" + } + ] + }, + { + "id": 116, + "role": "market", + "card_type": "action", + "faction": "base", + "name": "Contract Negotiation", + "cost": 1, + "effects": [ + { + "effect": "gold", + "amount": 2 + }, + { + "effect": "pick_faction" + } + ] + } + ] +} \ No newline at end of file