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