transfer from base 1 to other, base 2 completion

This commit is contained in:
2024-08-06 03:56:19 +02:00
parent ad6f0964c8
commit e32862e13c
2 changed files with 43 additions and 39 deletions
+2 -39
View File
@@ -1,42 +1,5 @@
{ {
"cards": [ "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, "id": 117,
"role": "market", "role": "market",
@@ -121,7 +84,7 @@
"effect": "draw" "effect": "draw"
}, },
{ {
"effect": "damage_player", "effect": "damage_player",*
"amount": 4, "amount": 4,
"effect_type": "suicide", "effect_type": "suicide",
"sub_effects": [ "sub_effects": [
@@ -211,7 +174,7 @@
"amount": 4 "amount": 4
}, },
{ {
"effect": "stack_next_champion_bought" "effect": "stack_next_champion_bought"*
}, },
{ {
"effect": "draw", "effect": "draw",
+41
View File
@@ -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"
}
]
}
]
}