Compare commits
9
Commits
feat/promo
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
65bf07d0d5 | ||
|
|
294206b949 | ||
|
|
5bb35e8ab2 | ||
|
|
1975eb1ecd | ||
|
|
09c81b9ede | ||
|
|
6c23a71c32 | ||
|
|
e32862e13c | ||
|
|
cc48d11ea1 | ||
|
|
ad6f0964c8 |
@@ -114,7 +114,7 @@
|
||||
"faction": "red",
|
||||
"name": "Fettered Imp",
|
||||
"cost": 2,
|
||||
"defense": 5,
|
||||
"defense": 3,
|
||||
"guard": true,
|
||||
"init_amount": 2,
|
||||
"effects": [
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@
|
||||
"mutex": 1
|
||||
},
|
||||
{
|
||||
"effect": "sacrifice",
|
||||
"effect": "sacrifice_in_hand",
|
||||
"mutex": 1
|
||||
}
|
||||
]
|
||||
|
||||
+6
-39
@@ -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",
|
||||
@@ -126,7 +89,11 @@
|
||||
"effect_type": "suicide",
|
||||
"sub_effects": [
|
||||
{
|
||||
"effect": "damage_all_champions",*
|
||||
<<<<<<< HEAD
|
||||
"effect": "damage_player_champions",
|
||||
=======
|
||||
"effect": "damage_all_champions",
|
||||
>>>>>>> cc48d11ea159396c60cca27a91e8c1c85db2319e
|
||||
"amount": 4
|
||||
}
|
||||
]
|
||||
@@ -211,7 +178,7 @@
|
||||
"amount": 4
|
||||
},
|
||||
{
|
||||
"effect": "stack_next_champion_bought"*
|
||||
"effect": "stack_next_champion_bought"
|
||||
},
|
||||
{
|
||||
"effect": "draw",
|
||||
|
||||
+229
-7
@@ -1,15 +1,237 @@
|
||||
{
|
||||
"cards": [
|
||||
{
|
||||
"id": ,
|
||||
"role": ,
|
||||
"card_type": ,
|
||||
"faction": ,
|
||||
"name": ,
|
||||
"cost": ,
|
||||
"id": 125,
|
||||
"role": "market",
|
||||
"card_type": "champion",
|
||||
"faction": "yellow",
|
||||
"name": "Bjorn, the Centurion",
|
||||
"cost": 5,
|
||||
"defense": 4,
|
||||
"guard": true,
|
||||
"effects": [
|
||||
{
|
||||
"effect":
|
||||
"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_combo",
|
||||
"condition": "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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
+346
-1
@@ -1 +1,346 @@
|
||||
{"cards":[]}
|
||||
{
|
||||
"cards": [
|
||||
{
|
||||
"id": 133,
|
||||
"role": "market",
|
||||
"card_type": "action",
|
||||
"faction": "yellow",
|
||||
"name": "Battle Fire",
|
||||
"cost": 5,
|
||||
"effects": [
|
||||
{
|
||||
"effect": "damage",
|
||||
"amount": 4
|
||||
},
|
||||
{
|
||||
"effect": "draw"
|
||||
},
|
||||
{
|
||||
"effect": "draw",
|
||||
"effect_type": "faction_combo"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 134,
|
||||
"role": "market",
|
||||
"card_type": "champion",
|
||||
"faction": "yellow",
|
||||
"name": "Reha, the Healer",
|
||||
"cost": 3,
|
||||
"defense": 4,
|
||||
"guard": false,
|
||||
"effects": [
|
||||
{
|
||||
"effect": "heal",
|
||||
"amount": 5,
|
||||
"effect_type": "champion_action",
|
||||
"condition": "locked_champion"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 135,
|
||||
"role": "market",
|
||||
"card_type": "champion",
|
||||
"faction": "yellow",
|
||||
"name": "Rickard, Imperial Archmage",
|
||||
"cost": 6,
|
||||
"defense": 6,
|
||||
"guard": true,
|
||||
"effects": [
|
||||
{
|
||||
"effect": "draw",
|
||||
"effect_type": "champion_action",
|
||||
"condition": "locked_champion"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 136,
|
||||
"role": "market",
|
||||
"card_type": "action",
|
||||
"faction": "yellow",
|
||||
"name": "Tithing",
|
||||
"cost": 1,
|
||||
"init_amount": 2,
|
||||
"effects": [
|
||||
{
|
||||
"effect": "gold",
|
||||
"amount": 2
|
||||
},
|
||||
{
|
||||
"effect": "heal",
|
||||
"amount": 2
|
||||
},
|
||||
{
|
||||
"effect": "damage",
|
||||
"amount": 2,
|
||||
"effect_type": "faction_combo"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 137,
|
||||
"role": "market",
|
||||
"card_type": "champion",
|
||||
"faction": "red",
|
||||
"name": "Asha, the Resurrectionist",
|
||||
"cost": 6,
|
||||
"defense": 5,
|
||||
"guard": true,
|
||||
"effects": [
|
||||
{
|
||||
"effect": "restack_discarded_champion",
|
||||
"effect_type": "champion_action",
|
||||
"condition": "locked_champion"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 138,
|
||||
"role": "market",
|
||||
"card_type": "action",
|
||||
"faction": "red",
|
||||
"name": "Dark Sign",
|
||||
"cost": 1,
|
||||
"init_amount": 2,
|
||||
"effects": [
|
||||
{
|
||||
"effect": "draw"
|
||||
},
|
||||
{
|
||||
"effect": "sacrifice_in_hand",
|
||||
"effect_type": "faction_combo"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 139,
|
||||
"card_type": "action",
|
||||
"faction": "red",
|
||||
"name": "Enthrall",
|
||||
"cost": 4,
|
||||
"effects": [
|
||||
{
|
||||
"effect": "gold",
|
||||
"amount": 3
|
||||
},
|
||||
{
|
||||
"effect": "sacrifice",
|
||||
"effect_type": "faction_combo"
|
||||
},
|
||||
{
|
||||
"effect": "damage",
|
||||
"amount": 6,
|
||||
"effect_type": "suicide"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 140,
|
||||
"card_type": "champion",
|
||||
"faction": "red",
|
||||
"name": "Julian, Blood Guardian",
|
||||
"cost": 3,
|
||||
"defense": 5,
|
||||
"guard": false,
|
||||
"effects": [
|
||||
{
|
||||
"effect": "sacrifice",
|
||||
"effect_type": "champion_action",
|
||||
"condition": "locked_champion"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 141,
|
||||
"card_type": "action",
|
||||
"faction": "green",
|
||||
"name": "Elven Fury",
|
||||
"cost": 6,
|
||||
"effects": [
|
||||
{
|
||||
"effect": "damage",
|
||||
"amount": 10
|
||||
},
|
||||
{
|
||||
"effect": "make_discard"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 142,
|
||||
"card_type": "action",
|
||||
"faction": "green",
|
||||
"name": "Elven War Song",
|
||||
"cost": 3,
|
||||
"init_amount": 2,
|
||||
"effects": [
|
||||
{
|
||||
"effect": "damage",
|
||||
"amount": 4
|
||||
},
|
||||
{
|
||||
"effect": "draw_and_discard"
|
||||
},
|
||||
{
|
||||
"effect": "make_discard",
|
||||
"effect_type": "faction_combo"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 143,
|
||||
"card_type": "champion",
|
||||
"faction": "green",
|
||||
"name": "Gornok Spinebreaker",
|
||||
"cost": 5,
|
||||
"defense": 5,
|
||||
"guard": false,
|
||||
"effects": [
|
||||
{
|
||||
"effect": "damage",
|
||||
"amount": 4,
|
||||
"effect_type": "champion_action"
|
||||
},
|
||||
{
|
||||
"effect": "stack_this_card",
|
||||
"on": "buy_faction_card",
|
||||
"condition": "in_discard"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 144,
|
||||
"card_type": "champion",
|
||||
"faction": "green",
|
||||
"name": "Gruber, the Wayfinder",
|
||||
"cost": 4,
|
||||
"defense": 5,
|
||||
"guard": true,
|
||||
"effects": [
|
||||
{
|
||||
"effect": "draw_and_discard",
|
||||
"effect_type": "champion_action",
|
||||
"condition": "locked_champion"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 145,
|
||||
"card_type": "champion",
|
||||
"faction": "green",
|
||||
"name": "Jase, Songweaver",
|
||||
"cost": 2,
|
||||
"defense": 3,
|
||||
"guard": false,
|
||||
"effects": [
|
||||
{
|
||||
"effect": "make_discard",
|
||||
"effect_type": "champion_action",
|
||||
"condition": "locked_champion"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 146,
|
||||
"card_type": "champion",
|
||||
"faction": "green",
|
||||
"name": "Wolf Lord",
|
||||
"cost": 3,
|
||||
"defense": 4,
|
||||
"guard": false,
|
||||
"init_amount": 2,
|
||||
"effects": [
|
||||
{
|
||||
"effect": "damage",
|
||||
"per": "card_of_same_faction",
|
||||
"effect_type": "champion_action"
|
||||
},
|
||||
{
|
||||
"effect": "gold",
|
||||
"per": "card_of_same_faction",
|
||||
"effect_type": "champion_action"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 147,
|
||||
"card_type": "champion",
|
||||
"faction": "blue",
|
||||
"name": "Davik, the Lender",
|
||||
"cost": 4,
|
||||
"defense": 4,
|
||||
"guard": true,
|
||||
"effects": [
|
||||
{
|
||||
"effect": "gold",
|
||||
"amount": 3,
|
||||
"effect_type": "champion_action",
|
||||
"condition": "locked_champion"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 148,
|
||||
"card_type": "champion",
|
||||
"faction": "blue",
|
||||
"name": "Illusionist",
|
||||
"cost": 3,
|
||||
"defense": 4,
|
||||
"guard": false,
|
||||
"init_amount": 2,
|
||||
"effects": [
|
||||
{
|
||||
"effect": "stack_next_card_bought",
|
||||
"effect_type": "champion_action"
|
||||
},
|
||||
{
|
||||
"effect": "damage",
|
||||
"amount": 2,
|
||||
"effect_type": "faction_combo"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 149,
|
||||
"card_type": "action",
|
||||
"faction": "blue",
|
||||
"name": "Scandal",
|
||||
"cost": 7,
|
||||
"effects": [
|
||||
{
|
||||
"effect": "draw",
|
||||
"amount": 2
|
||||
},
|
||||
{
|
||||
"effect": "stun",
|
||||
"effect_type": "faction_combo"
|
||||
},
|
||||
{
|
||||
"effect": "damage",
|
||||
"amount": 6,
|
||||
"effect_type": "suicide"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 150,
|
||||
"card_type": "champion",
|
||||
"faction": "blue",
|
||||
"name": "Teague, the Breaker",
|
||||
"cost": 5,
|
||||
"defense": 6,
|
||||
"guard": false,
|
||||
"effects": [
|
||||
{
|
||||
"effect": "damage",
|
||||
"amount": 5,
|
||||
"effect_type": "champion_action",
|
||||
"condition": "locked_champion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"cards":[]}
|
||||
Reference in New Issue
Block a user