transfer from base 1 to other, base 2 completion
This commit is contained in:
+2
-39
@@ -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",
|
||||||
|
|||||||
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user