Compare commits

...
12 Commits
18 changed files with 1283 additions and 419 deletions
+10 -10
View File
@@ -2,7 +2,7 @@
"cards": [
{
"id": 68,
"role": "hunter",
"role": "market",
"card_type": "action",
"faction": "yellow",
"name": "Confiscate",
@@ -22,7 +22,7 @@
},
{
"id": 69,
"role": "hunter",
"role": "market",
"card_type": "action",
"faction": "red",
"name": "Demonic Cloud",
@@ -47,7 +47,7 @@
},
{
"id": 70,
"role": "hunter",
"role": "market",
"card_type": "action",
"faction": "green",
"name": "Pack’s Fury",
@@ -64,7 +64,7 @@
},
{
"id": 71,
"role": "hunter",
"role": "market",
"card_type": "action",
"faction": "blue",
"name": "Thrash",
@@ -84,7 +84,7 @@
},
{
"id": 72,
"role": "hunter",
"role": "market",
"card_type": "champion",
"faction": "yellow",
"name": "Andor, the Valiant",
@@ -109,12 +109,12 @@
},
{
"id": 73,
"role": "hunter",
"role": "market",
"card_type": "champion",
"faction": "red",
"name": "Fettered Imp",
"cost": 2,
"defense": 5,
"defense": 3,
"guard": true,
"init_amount": 2,
"effects": [
@@ -126,10 +126,10 @@
},
{
"id": 74,
"role": "hunter",
"role": "market",
"card_type": "champion",
"faction": "blue",
"name": "Lenka, the Hunter",
"name": "Lenka, the market",
"cost": 5,
"defense": 5,
"guard": false,
@@ -147,7 +147,7 @@
},
{
"id": 75,
"role": "hunter",
"role": "market",
"card_type": "champion",
"faction": "green",
"name": "Pathfinder",
+8 -8
View File
@@ -2,7 +2,7 @@
"cards": [
{
"id": 60,
"role": "traveler",
"role": "market",
"card_type": "action",
"faction": "blue",
"name": "Bounty Collection",
@@ -23,7 +23,7 @@
},
{
"id": 61,
"role": "traveler",
"role": "market",
"card_type": "action",
"faction": "green",
"name": "Daring Escape",
@@ -44,7 +44,7 @@
},
{
"id": 62,
"role": "traveler",
"role": "market",
"card_type": "action",
"faction": "yellow",
"name": "Fearless Charge",
@@ -70,7 +70,7 @@
},
{
"id": 63,
"role": "traveler",
"role": "market",
"card_type": "action",
"faction": "red",
"name": "Sway",
@@ -92,7 +92,7 @@
},
{
"id": 64,
"role": "traveler",
"role": "market",
"card_type": "champion",
"faction": "blue",
"name": "Con Artist",
@@ -117,7 +117,7 @@
},
{
"id": 65,
"role": "traveler",
"role": "market",
"card_type": "champion",
"faction": "red",
"name": "Olara, the Slayer",
@@ -141,7 +141,7 @@
},
{
"id": 66,
"role": "traveler",
"role": "market",
"card_type": "champion",
"faction": "green",
"name": "Pelleas, the Seeker",
@@ -164,7 +164,7 @@
},
{
"id": 67,
"role": "traveler",
"role": "market",
"card_type": "champion",
"faction": "yellow",
"name": "Veteran Squire",
+368
View File
@@ -0,0 +1,368 @@
{
"cards": [
{
"id": 76,
"role": "wizard",
"card_type": "champion",
"faction": "base",
"name": "Cat Familiar",
"defense": 2,
"guard": false,
"effects": [
{
"effect": "damage",
"mutex": 1
},
{
"effect": "gold",
"mutex": 1
},
{
"effect": "heal",
"mutex": 1
}
]
},
{
"id": 77,
"role": "wizard",
"card_type": "action",
"faction": "base",
"name": "Ignite",
"init_amount": 2,
"effects": [
{
"effect": "damage",
"amount": 2
}
]
},
{
"id": 78,
"role": "wizard",
"card_type": "item",
"faction": "base",
"name": "Spell Components",
"effects": [
{
"effect": "gold"
},
{
"effect": "cheaper_action"
}
]
},
{
"id": 79,
"role": "wizard",
"card_type": "item",
"faction": "base",
"name": "Fire Staff",
"effects": [
{
"effect": "damage"
},
{
"effect": "draw",
"effect_type": {
"id": "action_amount",
"amount": 2
}
}
]
},
{
"id": 56,
"role": "wizard",
"card_type": "item",
"faction": "base",
"name": "Gold",
"init_amount": 5,
"effects": [
{
"effect": "gold"
}
]
},
{
"id": 80,
"role": "thief",
"card_type": "item",
"faction": "base",
"name": "Throwing Knife",
"init_amount": 3,
"effects": [
{
"effect": "damage"
},
{
"effect": "damage",
"amount": 2,
"per": "other_knife_played"
}
]
},
{
"id": 56,
"role": "thief",
"card_type": "item",
"faction": "base",
"name": "Gold",
"init_amount": 5,
"effects": [
{
"effect": "gold"
}
]
},
{
"id": 59,
"role": "thief",
"card_type": "item",
"faction": "base",
"name": "Ruby",
"init_amount": 2,
"effects": [
{
"effect": "gold",
"amount": 2
}
]
},
{
"id": 81,
"role": "ranger",
"card_type": "item",
"faction": "base",
"name": "Black Arrow",
"init_amount": 2,
"effects": [
{
"effect": "damage"
},
{
"effect": "draw",
"effect_type": {
"id": "card_amount",
"card_id": 83
}
}
]
},
{
"id": 82,
"role": "ranger",
"card_type": "item",
"faction": "base",
"name": "Horn of Calling",
"effects": [
{
"effect": "gold"
},
{
"effect": "cheaper_champion"
}
]
},
{
"id": 83,
"role": "ranger",
"card_type": "item",
"faction": "base",
"name": "Hunting Bow",
"effects": [
{
"effect": "damage",
"amount": 2
}
]
},
{
"id": 56,
"role": "ranger",
"card_type": "item",
"faction": "base",
"name": "Gold",
"init_amount": 5,
"effects": [
{
"effect": "gold"
}
]
},
{
"id": 59,
"role": "ranger",
"card_type": "item",
"faction": "base",
"name": "Ruby",
"effects": [
{
"effect": "gold",
"amount": 2
}
]
},
{
"id": 84,
"role": "fighter",
"card_type": "item",
"faction": "base",
"name": "Longsword",
"effects": [
{
"effect": "damage",
"amount": 3
}
]
},
{
"id": 85,
"role": "fighter",
"card_type": "champion",
"faction": "base",
"name": "Shield Bearer",
"defense": 3,
"guard": true
},
{
"id": 86,
"role": "fighter",
"card_type": "item",
"faction": "base",
"name": "Throwing Axe",
"effects": [
{
"effect": "damage",
"amount": 2
},
{
"effect": "draw",
"effect_type": {
"id": "total_damage",
"amount": 7
}
}
]
},
{
"id": 56,
"role": "fighter",
"card_type": "item",
"faction": "base",
"name": "Gold",
"init_amount": 1,
"effects": [
{
"effect": "gold"
}
]
},
{
"id": 59,
"role": "fighter",
"card_type": "item",
"faction": "base",
"name": "Ruby",
"effects": [
{
"effect": "gold",
"amount": 2
}
]
},
{
"id": 87,
"role": "cleric",
"card_type": "champion",
"faction": "base",
"name": "Follower A",
"defense": 1,
"guard": true,
"effects": [
{
"effect": "damage"
}
]
},
{
"id": 88,
"role": "cleric",
"card_type": "champion",
"faction": "base",
"name": "Follower B",
"defense": 1,
"guard": true,
"effects": [
{
"effect": "damage"
}
]
},
{
"id": 89,
"role": "cleric",
"card_type": "item",
"faction": "base",
"name": "Spiked Mace",
"effects": [
{
"effect": "damage",
"amount": 2
}
]
},
{
"id": 90,
"role": "cleric",
"card_type": "item",
"faction": "base",
"name": "Prayer Beads",
"effects": [
{
"effect": "gold",
"amount": 2,
"sub_effects": [
{
"effect": "heal",
"amount": 5,
"effect_type": {
"id": "champion_amount",
"amount": 2
}
}
],
"mutex": 1
},
{
"effect": "heal",
"amount": 5,
"sub_effects": [
{
"effect": "gold",
"amount": 2,
"effect_type": {
"id": "champion_amount",
"amount": 2
}
}
],
"mutex": 1
}
]
},
{
"id": 56,
"role": "cleric",
"card_type": "item",
"faction": "base",
"name": "Gold",
"init_amount": 6,
"effects": [
{
"effect": "gold"
}
]
}
]
}
-97
View File
@@ -1,97 +0,0 @@
{
"cards": [
{
"id": 87,
"role": "cleric",
"card_type": "champion",
"faction": "base",
"name": "Follower A",
"defense": 1,
"guard": true,
"effects": [
{
"effect": "damage"
}
]
},
{
"id": 88,
"role": "cleric",
"card_type": "champion",
"faction": "base",
"name": "Follower B",
"defense": 1,
"guard": true,
"effects": [
{
"effect": "damage"
}
]
},
{
"id": 89,
"role": "cleric",
"card_type": "item",
"faction": "base",
"name": "Spiked Mace",
"effects": [
{
"effect": "damage",
"amount": 2
}
]
},
{
"id": 90,
"role": "cleric",
"card_type": "item",
"faction": "base",
"name": "Prayer Beads",
"effects": [
{
"effect": "gold",
"amount": 2,
"sub_effects": [
{
"effect": "heal",
"amount": 5,
"effect_type": {
"id": "champion_amount",
"amount": 2
}
}
],
"mutex": 1
},
{
"effect": "heal",
"amount": 5,
"sub_effects": [
{
"effect": "gold",
"amount": 2,
"effect_type": {
"id": "champion_amount",
"amount": 2
}
}
],
"mutex": 1
}
]
},
{
"id": 56,
"role": "cleric",
"card_type": "item",
"faction": "base",
"name": "Gold",
"init_amount": 6,
"effects": [
{
"effect": "gold"
}
]
}
]
}
-72
View File
@@ -1,72 +0,0 @@
{
"cards": [
{
"id": 84,
"role": "fighter",
"card_type": "item",
"faction": "base",
"name": "Longsword",
"effects": [
{
"effect": "damage",
"amount": 3
}
]
},
{
"id": 85,
"role": "fighter",
"card_type": "champion",
"faction": "base",
"name": "Shield Bearer",
"defense": 3,
"guard": true
},
{
"id": 86,
"role": "fighter",
"card_type": "item",
"faction": "base",
"name": "Throwing Axe",
"effects": [
{
"effect": "damage",
"amount": 2
},
{
"effect": "draw",
"effect_type": {
"id": "total_damage",
"amount": 7
}
}
]
},
{
"id": 56,
"role": "fighter",
"card_type": "item",
"faction": "base",
"name": "Gold",
"init_amount": 1,
"effects": [
{
"effect": "gold"
}
]
},
{
"id": 59,
"role": "fighter",
"card_type": "item",
"faction": "base",
"name": "Ruby",
"effects": [
{
"effect": "gold",
"amount": 2
}
]
}
]
}
-78
View File
@@ -1,78 +0,0 @@
{
"cards": [
{
"id": 81,
"role": "ranger",
"card_type": "item",
"faction": "base",
"name": "Black Arrow",
"init_amount": 2,
"effects": [
{
"effect": "damage"
},
{
"effect": "draw",
"effect_type": {
"id": "card_amount",
"card_id": 83
}
}
]
},
{
"id": 82,
"role": "ranger",
"card_type": "item",
"faction": "base",
"name": "Horn of Calling",
"effects": [
{
"effect": "gold"
},
{
"effect": "cheaper_champion"
}
]
},
{
"id": 83,
"role": "ranger",
"card_type": "item",
"faction": "base",
"name": "Hunting Bow",
"effects": [
{
"effect": "damage",
"amount": 2
}
]
},
{
"id": 56,
"role": "ranger",
"card_type": "item",
"faction": "base",
"name": "Gold",
"init_amount": 5,
"effects": [
{
"effect": "gold"
}
]
},
{
"id": 59,
"role": "ranger",
"card_type": "item",
"faction": "base",
"name": "Ruby",
"effects": [
{
"effect": "gold",
"amount": 2
}
]
}
]
}
-49
View File
@@ -1,49 +0,0 @@
{
"cards": [
{
"id": 80,
"role": "thief",
"card_type": "item",
"faction": "base",
"name": "Throwing Knife",
"init_amount": 3,
"effects": [
{
"effect": "damage"
},
{
"effect": "damage",
"amount": 2,
"per": "other_knife_played"
}
]
},
{
"id": 56,
"role": "thief",
"card_type": "item",
"faction": "base",
"name": "Gold",
"init_amount": 5,
"effects": [
{
"effect": "gold"
}
]
},
{
"id": 59,
"role": "thief",
"card_type": "item",
"faction": "base",
"name": "Ruby",
"init_amount": 2,
"effects": [
{
"effect": "gold",
"amount": 2
}
]
}
]
}
-88
View File
@@ -1,88 +0,0 @@
{
"cards": [
{
"id": 76,
"role": "wizard",
"card_type": "champion",
"faction": "base",
"name": "Cat Familiar",
"defense": 2,
"guard": false,
"effects": [
{
"effect": "damage",
"mutex": 1
},
{
"effect": "gold",
"mutex": 1
},
{
"effect": "heal",
"mutex": 1
}
]
},
{
"id": 77,
"role": "wizard",
"card_type": "action",
"faction": "base",
"name": "Ignite",
"init_amount": 2,
"effects": [
{
"effect": "damage",
"amount": 2
}
]
},
{
"id": 78,
"role": "wizard",
"card_type": "item",
"faction": "base",
"name": "Spell Components",
"effects": [
{
"effect": "gold"
},
{
"effect": "cheaper_action"
}
]
},
{
"id": 79,
"role": "wizard",
"card_type": "item",
"faction": "base",
"name": "Fire Staff",
"effects": [
{
"effect": "damage"
},
{
"effect": "draw",
"effect_type": {
"id": "action_amount",
"amount": 2
}
}
]
},
{
"id": 56,
"role": "wizard",
"card_type": "item",
"faction": "base",
"name": "Gold",
"init_amount": 5,
"effects": [
{
"effect": "gold"
}
]
}
]
}
+4 -1
View File
@@ -12,7 +12,7 @@
"mutex": 1
},
{
"effect": "sacrifice",
"effect": "sacrifice_in_hand",
"mutex": 1
}
]
@@ -90,6 +90,7 @@
"card_type": "item",
"faction": "base",
"name": "Sunstone Brooch",
"replace": 56,
"effects": [
{
"effect": "gold",
@@ -108,6 +109,7 @@
"card_type": "item",
"faction": "base",
"name": "Shiny Rock",
"replace": 56,
"effects": [
{
"effect": "gold",
@@ -147,6 +149,7 @@
"card_type": "item",
"faction": "base",
"name": "Ragged Blade",
"replace": 56,
"effects": [
{
"effect": "damage",
+6 -6
View File
@@ -2,7 +2,7 @@
"cards": [
{
"id": 109,
"role": "conquest",
"role": "market",
"card_type": "item",
"faction": "red",
"name": "Artek's Bones",
@@ -24,7 +24,7 @@
},
{
"id": 110,
"role": "conquest",
"role": "market",
"card_type": "item",
"faction": "base",
"name": "Cup of Quickening",
@@ -46,7 +46,7 @@
},
{
"id": 111,
"role": "conquest",
"role": "market",
"card_type": "item",
"faction": "green",
"name": "Kemlo's Ring",
@@ -63,7 +63,7 @@
},
{
"id": 112,
"role": "conquest",
"role": "market",
"card_type": "item",
"faction": "base",
"name": "Moonblade",
@@ -82,7 +82,7 @@
},
{
"id": 113,
"role": "conquest",
"role": "market",
"card_type": "item",
"faction": "yellow",
"name": "Scrivener's Quill",
@@ -108,7 +108,7 @@
},
{
"id": 114,
"role": "conquest",
"role": "market",
"card_type": "item",
"faction": "green",
"name": "Spellbinder",
+6 -6
View File
@@ -2,7 +2,7 @@
"cards": [
{
"id": 103,
"role": "discovery",
"role": "market",
"card_type": "item",
"faction": "red",
"name": "Decanter of Souls",
@@ -25,7 +25,7 @@
},
{
"id": 104,
"role": "discovery",
"role": "market",
"card_type": "item",
"faction": "base",
"name": "Dragon Shard",
@@ -43,7 +43,7 @@
},
{
"id": 105,
"role": "discovery",
"role": "market",
"card_type": "item",
"faction": "green",
"name": "Phoenix Plume",
@@ -68,7 +68,7 @@
},
{
"id": 106,
"role": "discovery",
"role": "market",
"card_type": "item",
"faction": "blue",
"name": "Shadow Tome",
@@ -89,7 +89,7 @@
},
{
"id": 107,
"role": "discovery",
"role": "market",
"card_type": "item",
"faction": "base",
"name": "Staff of Radiance",
@@ -111,7 +111,7 @@
},
{
"id": 108,
"role": "discovery",
"role": "market",
"card_type": "item",
"faction": "yellow",
"name": "Starlight Prison",
+64
View File
@@ -0,0 +1,64 @@
{
"cards": [
{
"id": 151,
"role": "market",
"card_type": "item",
"faction": "base",
"name": "Cloak of Night",
"cost": 3,
"effects": [
{
"effect": "draw_and_discard",
"amount": 2
},
{
"effect": "make_discard",
"on": "discard"
}
]
},
{
"id": 152,
"role": "market",
"card_type": "item",
"faction": "base",
"name": "Divining Wand",
"cost": 4,
"effects": [
{
"effect": "gold",
"amount": 2
},
{
"effect": "draw"
},
{
"effect": "stack_this_card",
"on": "buy"
}
]
},
{
"id": 153,
"role": "market",
"card_type": "item",
"faction": "base",
"name": "Shimmering Steel",
"cost": 4,
"effects": [
{
"effect": "damage",
"amount": 4
},
{
"effect": "pick_faction"
},
{
"effect": "this_card_in_hand",
"on": "buy"
}
]
}
]
}
-1
View File
@@ -1 +0,0 @@
{"cards":[]}
+190
View File
@@ -0,0 +1,190 @@
{
"cards": [
{
"id": 117,
"role": "market",
"card_type": "action",
"faction": "red",
"name": "Afterlife",
"cost": 3,
"init_amount": 2,
"effects": [
{
"effect": "gold",
"amount": 2
},
{
"effect": "restack_discarded_champion",
"effect_type": "faction_combo"
}
]
},
{
"id": 118,
"role": "market",
"card_type": "action",
"faction": "blue",
"name": "Crime Spree",
"cost": 7,
"effects": [
{
"effect": "gold",
"amount": 5
},
{
"effect": "damage",
"amount": 5
},
{
"effect": "restack_discarded_card",
"effect_type": "faction_combo"
},
{
"effect": "stun",
"effect_type": "suicide"
}
]
},
{
"id": 119,
"role": "market",
"card_type": "action",
"faction": "yellow",
"name": "Devotion",
"cost": 3,
"init_amount": 2,
"effects": [
{
"effect": "heal",
"amount": 4
},
{
"effect": "gold",
"per": "champion"
},
{
"effect": "draw",
"effect_type": "faction_combo"
}
]
},
{
"id": 120,
"role": "market",
"card_type": "action",
"faction": "yellow",
"name": "Dragon Fire",
"cost": 7,
"effects": [
{
"effect": "damage",
"amount": 7
},
{
"effect": "draw"
},
{
"effect": "damage_player",
"amount": 4,
"effect_type": "suicide",
"sub_effects": [
{
<<<<<<< HEAD
"effect": "damage_player_champions",
=======
"effect": "damage_all_champions",
>>>>>>> cc48d11ea159396c60cca27a91e8c1c85db2319e
"amount": 4
}
]
}
]
},
{
"id": 121,
"role": "market",
"card_type": "champion",
"faction": "green",
"name": "Mobia, Elf Lord",
"cost": 7,
"defense": 6,
"guard": true,
"effects": [
{
"effect": "gold",
"amount": 3,
"effect_type": "champion_action"
},
{
"effect": "draw",
"effect_type": "champion_action"
}
]
},
{
"id": 122,
"role": "market",
"card_type": "action",
"faction": "green",
"name": "Raiding Party",
"cost": 3,
"init_amount": 2,
"effects": [
{
"effect": "gold",
"amount": 2
},
{
"effect": "damage",
"amount": 4
},
{
"effect": "stun"
}
]
},
{
"id": 123,
"role": "market",
"card_type": "action",
"faction": "blue",
"name": "Robbery",
"cost": 2,
"init_amount": 2,
"effects": [
{
"effect": "gold"
},
{
"effect": "draw"
},
{
"effect": "damage",
"amount": 2,
"effect_type": "faction_combo"
}
]
},
{
"id": 124,
"role": "market",
"card_type": "action",
"faction": "red",
"name": "The Summoning",
"cost": 7,
"effects": [
{
"effect": "gold",
"amount": 4
},
{
"effect": "stack_next_champion_bought"
},
{
"effect": "draw",
"effect_type": "faction_combo"
}
]
}
]
}
+239
View File
@@ -0,0 +1,239 @@
{
"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_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
View File
@@ -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"
}
]
}
]
}
+42 -1
View File
@@ -1 +1,42 @@
{"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",
"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
View File
@@ -1 +0,0 @@
{"cards":[]}