Compare commits
4
Commits
cc48d11ea1
...
09c81b9ede
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
09c81b9ede | ||
|
|
6c23a71c32 | ||
|
|
e32862e13c | ||
|
|
ad6f0964c8 |
+4
-37
@@ -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",
|
||||||
@@ -126,7 +89,11 @@
|
|||||||
"effect_type": "suicide",
|
"effect_type": "suicide",
|
||||||
"sub_effects": [
|
"sub_effects": [
|
||||||
{
|
{
|
||||||
|
<<<<<<< HEAD
|
||||||
|
"effect": "damage_player_champions",
|
||||||
|
=======
|
||||||
"effect": "damage_all_champions",
|
"effect": "damage_all_champions",
|
||||||
|
>>>>>>> cc48d11ea159396c60cca27a91e8c1c85db2319e
|
||||||
"amount": 4
|
"amount": 4
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
+235
-1
@@ -1,5 +1,239 @@
|
|||||||
{
|
{
|
||||||
"cards": [
|
"cards": [
|
||||||
|
{
|
||||||
|
"id": 125,
|
||||||
|
"role": "market",
|
||||||
|
"card_type": "champion",
|
||||||
|
"faction": "yellow",
|
||||||
|
"name": "Bjorn, the Centurion",
|
||||||
|
"cost": 5,
|
||||||
|
"defense": 4,
|
||||||
|
"guard": true,
|
||||||
|
"effects": [
|
||||||
|
{
|
||||||
|
"effect": "damage",
|
||||||
|
"amount": 3,
|
||||||
|
"effect_type": "champion_action",
|
||||||
|
"mutex": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"effect": "spawn_token",
|
||||||
|
"id": 154,
|
||||||
|
"effect_type": "champion_action",
|
||||||
|
"mutex": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 126,
|
||||||
|
"role": "market",
|
||||||
|
"card_type": "champion",
|
||||||
|
"faction": "green",
|
||||||
|
"name": "Bloodfang",
|
||||||
|
"cost": 5,
|
||||||
|
"defense": 5,
|
||||||
|
"guard": false,
|
||||||
|
"effects": [
|
||||||
|
{
|
||||||
|
"effect": "gold",
|
||||||
|
"amount": 2,
|
||||||
|
"effect_type": "champion_action",
|
||||||
|
"mutex": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"effect": "discard",
|
||||||
|
"sub_effect": [
|
||||||
|
{
|
||||||
|
"effect": "damage",
|
||||||
|
"amount": 6
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"effect_type": "champion_action",
|
||||||
|
"mutex": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 127,
|
||||||
|
"role": "market",
|
||||||
|
"card_type": "champion",
|
||||||
|
"faction": "blue",
|
||||||
|
"name": "Droga, Guild Enforcer",
|
||||||
|
"cost": 3,
|
||||||
|
"defense": 3,
|
||||||
|
"guard": false,
|
||||||
|
"effects": [
|
||||||
|
{
|
||||||
|
"effect": "gold",
|
||||||
|
"effect_type": "champion_action",
|
||||||
|
"mutex": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"effect": "stun_damaged",
|
||||||
|
"effect_type": "champion_action",
|
||||||
|
"mutex": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 128,
|
||||||
|
"role": "market",
|
||||||
|
"card_type": "champion",
|
||||||
|
"faction": "red",
|
||||||
|
"name": "Galok, the Vile",
|
||||||
|
"cost": 3,
|
||||||
|
"defense": 2,
|
||||||
|
"guard": false,
|
||||||
|
"effects": [
|
||||||
|
{
|
||||||
|
"effect": "damage",
|
||||||
|
"effect_type": "champion_action"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"effect": "sacrifice",
|
||||||
|
"sub_effect": [
|
||||||
|
{
|
||||||
|
"effect": "damage"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"effect_type": "champion_action"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 129,
|
||||||
|
"role": "market",
|
||||||
|
"card_type": "champion",
|
||||||
|
"faction": "green",
|
||||||
|
"name": "Gorg, Orc Shaman",
|
||||||
|
"cost": 3,
|
||||||
|
"defense": 3,
|
||||||
|
"guard": false,
|
||||||
|
"effects": [
|
||||||
|
{
|
||||||
|
"effect": "draw_and_discard",
|
||||||
|
"effect_type": "champion_action"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"effect": "damage",
|
||||||
|
"amount": 3,
|
||||||
|
"effect_type": "faction_combo"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 130,
|
||||||
|
"role": "market",
|
||||||
|
"card_type": "champion",
|
||||||
|
"faction": "red",
|
||||||
|
"name": "Kasha, the Awakener",
|
||||||
|
"cost": 3,
|
||||||
|
"defense": 3,
|
||||||
|
"guard": false,
|
||||||
|
"effects": [
|
||||||
|
{
|
||||||
|
"effect": "spawn_token",
|
||||||
|
"id": 155,
|
||||||
|
"effect_type": "champion_action"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 131,
|
||||||
|
"role": "market",
|
||||||
|
"card_type": "champion",
|
||||||
|
"faction": "blue",
|
||||||
|
"name": "Ren, Bounty Hunter",
|
||||||
|
"cost": 4,
|
||||||
|
"defense": 4,
|
||||||
|
"guard": false,
|
||||||
|
"effects": [
|
||||||
|
{
|
||||||
|
"effect": "damage",
|
||||||
|
"amount": 2,
|
||||||
|
"effect_type": "champion_action",
|
||||||
|
"mutex": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"effect": "stun_cheap",
|
||||||
|
"amount": 4,
|
||||||
|
"effect_type": "champion_action",
|
||||||
|
"mutex": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"effect": "gold",
|
||||||
|
"amount": 3,
|
||||||
|
"effect_type": "faction_and_stunned",
|
||||||
|
"nik": "stunned_champion"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 132,
|
||||||
|
"role": "market",
|
||||||
|
"card_type": "champion",
|
||||||
|
"faction": "yellow",
|
||||||
|
"name": "Valius, Fire Dragon",
|
||||||
|
"cost": 7,
|
||||||
|
"defense": 6,
|
||||||
|
"guard": false,
|
||||||
|
"effects": [
|
||||||
|
{
|
||||||
|
"effect": "damage_player",
|
||||||
|
"amount": 3,
|
||||||
|
"sub_effects": [
|
||||||
|
{
|
||||||
|
"effect": "damage_player_champions",
|
||||||
|
"amount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"effect_type": "champion_action"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"effect": "damage",
|
||||||
|
"amount": 4,
|
||||||
|
"effect_type": "faction_combo"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 154,
|
||||||
|
"role": "token",
|
||||||
|
"card_type": "champion",
|
||||||
|
"faction": "yellow",
|
||||||
|
"name": "Legionnaire",
|
||||||
|
"defense": 2,
|
||||||
|
"guard": true,
|
||||||
|
"effects": [
|
||||||
|
{
|
||||||
|
"effect": "damage",
|
||||||
|
"effect_type": "champion_action"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"effect_type": "suicide",
|
||||||
|
"on": "discard"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 155,
|
||||||
|
"role": "token",
|
||||||
|
"card_type": "champion",
|
||||||
|
"faction": "red",
|
||||||
|
"name": "Zombie",
|
||||||
|
"defense": 1,
|
||||||
|
"guard": false,
|
||||||
|
"effects": [
|
||||||
|
{
|
||||||
|
"effect": "damage",
|
||||||
|
"amount": 2,
|
||||||
|
"effect_type": "champion_action"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"effect_type": "suicide",
|
||||||
|
"on": "discard"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,42 @@
|
|||||||
|
{
|
||||||
|
"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",
|
||||||
|
"effect_type": "champion_action"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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