Chore : use submodules
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "src/data/cards-json"]
|
||||||
|
path = src/data/cards-json
|
||||||
|
url = git@git.legonzaur.fr:heronfief/cards-json.git
|
||||||
Submodule
+1
Submodule src/data/cards-json added at 78a7282785
@@ -1,75 +0,0 @@
|
|||||||
{
|
|
||||||
"cards": [
|
|
||||||
{
|
|
||||||
"id": 59,
|
|
||||||
"role": "personal",
|
|
||||||
"card_type": "item",
|
|
||||||
"faction": "base",
|
|
||||||
"name": "Ruby",
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"amount": 2
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 58,
|
|
||||||
"role": "personal",
|
|
||||||
"card_type": "item",
|
|
||||||
"faction": "base",
|
|
||||||
"name": "Dagger",
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 57,
|
|
||||||
"role": "personal",
|
|
||||||
"card_type": "item",
|
|
||||||
"faction": "base",
|
|
||||||
"name": "Shortsword",
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 2
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 56,
|
|
||||||
"role": "personal",
|
|
||||||
"card_type": "item",
|
|
||||||
"faction": "base",
|
|
||||||
"name": "Gold",
|
|
||||||
"init_amount": 7,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 55,
|
|
||||||
"role": "fire_gem",
|
|
||||||
"card_type": "item",
|
|
||||||
"faction": "base",
|
|
||||||
"name": "Fire Gem",
|
|
||||||
"cost": 2,
|
|
||||||
"init_amount": 16,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"amount": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 3,
|
|
||||||
"effect_type": "suicide"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,290 +0,0 @@
|
|||||||
{
|
|
||||||
"cards": [
|
|
||||||
{
|
|
||||||
"id": 28,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "blue",
|
|
||||||
"name": "Street Thug",
|
|
||||||
"cost": 3,
|
|
||||||
"defense": 4,
|
|
||||||
"guard": false,
|
|
||||||
"init_amount": 2,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"effect_type": "champion_action",
|
|
||||||
"mutex": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 2,
|
|
||||||
"effect_type": "champion_action",
|
|
||||||
"mutex": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 15,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "blue",
|
|
||||||
"name": "borg, ogre mercenary",
|
|
||||||
"cost": 6,
|
|
||||||
"defense": 6,
|
|
||||||
"guard": true,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 4,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 16,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "blue",
|
|
||||||
"name": "bribe",
|
|
||||||
"cost": 3,
|
|
||||||
"init_amount": 3,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"amount": 3
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "stack_next_action_bought",
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 17,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "blue",
|
|
||||||
"name": "death threat",
|
|
||||||
"cost": 3,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "stun",
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 18,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "blue",
|
|
||||||
"name": "deception",
|
|
||||||
"cost": 5,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"amount": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "play_next_card_bought",
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 19,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "blue",
|
|
||||||
"name": "fire bomb",
|
|
||||||
"cost": 8,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 8
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "stun"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 5,
|
|
||||||
"effect_type": "suicide"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 20,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "blue",
|
|
||||||
"name": "tit job",
|
|
||||||
"cost": 4,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 7
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "stun",
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 21,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "blue",
|
|
||||||
"name": "intimidation",
|
|
||||||
"cost": 2,
|
|
||||||
"init_amount": 2,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 5
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"amount": 2,
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 22,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "blue",
|
|
||||||
"name": "myros, guild mage",
|
|
||||||
"cost": 5,
|
|
||||||
"defense": 3,
|
|
||||||
"guard": true,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"amount": 3,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 4,
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 23,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "blue",
|
|
||||||
"name": "parov, the enforcer",
|
|
||||||
"cost": 5,
|
|
||||||
"defense": 5,
|
|
||||||
"guard": true,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 3,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw",
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 24,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "blue",
|
|
||||||
"name": "profit",
|
|
||||||
"cost": 1,
|
|
||||||
"init_amount": 3,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"amount": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 4,
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 25,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "blue",
|
|
||||||
"name": "rake, master assassin",
|
|
||||||
"cost": 7,
|
|
||||||
"defense": 7,
|
|
||||||
"guard": false,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 4,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "stun",
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 26,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "blue",
|
|
||||||
"name": "rasmus, the smuggler",
|
|
||||||
"cost": 4,
|
|
||||||
"defense": 5,
|
|
||||||
"guard": false,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"amount": 2,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "stack_next_card_bought",
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 27,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "blue",
|
|
||||||
"name": "smash and grab",
|
|
||||||
"cost": 6,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 6
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "restack_discarded_card"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,343 +0,0 @@
|
|||||||
{
|
|
||||||
"cards": [
|
|
||||||
{
|
|
||||||
"id": 1,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "yellow",
|
|
||||||
"name": "Arkus, Imperial Dragon",
|
|
||||||
"cost": 8,
|
|
||||||
"defense": 6,
|
|
||||||
"guard": true,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "draw",
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 5,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "heal",
|
|
||||||
"amount": 6,
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 2,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "yellow",
|
|
||||||
"name": "Close Ranks",
|
|
||||||
"cost": 3,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 5
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 2,
|
|
||||||
"per": "champion"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "heal",
|
|
||||||
"amount": 6,
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 3,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "yellow",
|
|
||||||
"name": "Command",
|
|
||||||
"cost": 5,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "draw"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 3
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"amount": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "heal",
|
|
||||||
"amount": 4
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 4,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "yellow",
|
|
||||||
"name": "Darian , War Mage",
|
|
||||||
"cost": 4,
|
|
||||||
"defense": 5,
|
|
||||||
"guard": false,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 3,
|
|
||||||
"effect_type": "champion_action",
|
|
||||||
"mutex": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "heal",
|
|
||||||
"amount": 4,
|
|
||||||
"effect_type": "champion_action",
|
|
||||||
"mutex": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 5,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "yellow",
|
|
||||||
"name": "Domination",
|
|
||||||
"cost": 7,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "heal",
|
|
||||||
"amount": 6
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 6
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "prepare",
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 6,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "yellow",
|
|
||||||
"name": "Cristov, the Just",
|
|
||||||
"cost": 5,
|
|
||||||
"defense": 5,
|
|
||||||
"guard": true,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 2,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "heal",
|
|
||||||
"amount": 3,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw",
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 7,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "yellow",
|
|
||||||
"name": "Kraka, High Priest",
|
|
||||||
"cost": 6,
|
|
||||||
"defense": 6,
|
|
||||||
"guard": false,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "heal",
|
|
||||||
"amount": 2,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw",
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "heal",
|
|
||||||
"amount": 2,
|
|
||||||
"effect_type": "faction_combo",
|
|
||||||
"per": "champion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 8,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "yellow",
|
|
||||||
"name": "Man-at-Arms",
|
|
||||||
"cost": 3,
|
|
||||||
"defense": 4,
|
|
||||||
"guard": true,
|
|
||||||
"init_amount": 2,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 2,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"per": "other_guard",
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 9,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "yellow",
|
|
||||||
"name": "Master Weyan",
|
|
||||||
"cost": 4,
|
|
||||||
"defense": 4,
|
|
||||||
"guard": true,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 3,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"per": "other_champion",
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 10,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "yellow",
|
|
||||||
"name": "Rally the Troops",
|
|
||||||
"cost": 4,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "heal",
|
|
||||||
"amount": 5
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 5
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "prepare",
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 11,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "yellow",
|
|
||||||
"name": "Recruit",
|
|
||||||
"cost": 2,
|
|
||||||
"init_amount": 3,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"amount": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "heal",
|
|
||||||
"amount": 3
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "heal",
|
|
||||||
"per": "champion"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 12,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "yellow",
|
|
||||||
"name": "Tits Priest",
|
|
||||||
"cost": 2,
|
|
||||||
"defense": 3,
|
|
||||||
"guard": false,
|
|
||||||
"init_amount": 2,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"effect_type": "champion_action",
|
|
||||||
"mutex": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "heal",
|
|
||||||
"effect_type": "champion_action",
|
|
||||||
"mutex": 1,
|
|
||||||
"per": "champion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 13,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "yellow",
|
|
||||||
"name": "Taxation",
|
|
||||||
"cost": 1,
|
|
||||||
"init_amount": 3,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"amount": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "heal",
|
|
||||||
"amount": 6,
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 14,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "yellow",
|
|
||||||
"name": "Word of Power",
|
|
||||||
"cost": 6,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "draw",
|
|
||||||
"amount": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "heal",
|
|
||||||
"amount": 5,
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 5,
|
|
||||||
"effect_type": "suicide"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,298 +0,0 @@
|
|||||||
{
|
|
||||||
"cards": [
|
|
||||||
{
|
|
||||||
"id": 38,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "red",
|
|
||||||
"name": "Lys, the Unseen",
|
|
||||||
"cost": 6,
|
|
||||||
"defense": 5,
|
|
||||||
"guard": true,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 2,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "sacrifice",
|
|
||||||
"effect_type": "champion_action",
|
|
||||||
"sub_effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 2
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 29,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "red",
|
|
||||||
"name": "Ass Priest",
|
|
||||||
"cost": 3,
|
|
||||||
"defense": 4,
|
|
||||||
"guard": false,
|
|
||||||
"init_amount": 2,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"effect_type": "champion_action",
|
|
||||||
"mutex": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"effect_type": "champion_action",
|
|
||||||
"mutex": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 4,
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 30,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "red",
|
|
||||||
"name": "dark energy",
|
|
||||||
"cost": 4,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 7
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw",
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 31,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "red",
|
|
||||||
"name": "dark reward",
|
|
||||||
"cost": 5,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"amount": 3
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "sacrifice"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 6,
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 32,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "red",
|
|
||||||
"name": "death cultist",
|
|
||||||
"cost": 2,
|
|
||||||
"defense": 3,
|
|
||||||
"guard": true,
|
|
||||||
"init_amount": 2,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 2,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 33,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "red",
|
|
||||||
"name": "death touch",
|
|
||||||
"cost": 1,
|
|
||||||
"init_amount": 3,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "sacrifice"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 2,
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 34,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "red",
|
|
||||||
"name": "rayla, endweaver",
|
|
||||||
"cost": 4,
|
|
||||||
"defense": 4,
|
|
||||||
"guard": false,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 3,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw",
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 35,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "red",
|
|
||||||
"name": "influence",
|
|
||||||
"cost": 2,
|
|
||||||
"init_amount": 3,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"amount": 3
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 3,
|
|
||||||
"effect_type": "suicide"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 36,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "red",
|
|
||||||
"name": "krythos, master vampire",
|
|
||||||
"cost": "7",
|
|
||||||
"defense": 6,
|
|
||||||
"guard": false,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 3,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "sacrifice",
|
|
||||||
"effect_type": "champion_action",
|
|
||||||
"sub_effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 3
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 37,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "red",
|
|
||||||
"name": "life drain",
|
|
||||||
"cost": 6,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 8
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "sacrifice"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw",
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 39,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "red",
|
|
||||||
"name": "the rot",
|
|
||||||
"cost": 3,
|
|
||||||
"init_amount": 2,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "sacrifice"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 3,
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 40,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "red",
|
|
||||||
"name": "tyrannor, the devourer",
|
|
||||||
"cost": 8,
|
|
||||||
"defense": 6,
|
|
||||||
"guard": true,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 4,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "sacrifice",
|
|
||||||
"times": 2,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw",
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 41,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "red",
|
|
||||||
"name": "varrick, the necromancer",
|
|
||||||
"cost": 5,
|
|
||||||
"defense": 3,
|
|
||||||
"guard": false,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "restack_discarded_champion",
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw",
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,291 +0,0 @@
|
|||||||
{
|
|
||||||
"cards": [
|
|
||||||
{
|
|
||||||
"id": 42,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "green",
|
|
||||||
"name": "broelyn, loreweaver",
|
|
||||||
"cost": 4,
|
|
||||||
"defense": 6,
|
|
||||||
"guard": false,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"amount": 2,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "make_discard",
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 43,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "green",
|
|
||||||
"name": "cron, the berserker",
|
|
||||||
"cost": 6,
|
|
||||||
"defense": 6,
|
|
||||||
"guard": false,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 5,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw",
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 44,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "green",
|
|
||||||
"name": "dire wolf",
|
|
||||||
"cost": 5,
|
|
||||||
"defense": 5,
|
|
||||||
"guard": true,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 3,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 4,
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 45,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "green",
|
|
||||||
"name": "elven curse",
|
|
||||||
"cost": 3,
|
|
||||||
"init_amount": 2,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 6
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "make_discard"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 3,
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 46,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "green",
|
|
||||||
"name": "elven gift",
|
|
||||||
"cost": 2,
|
|
||||||
"init_amount": 3,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"amount": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw_and_discard"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 4,
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 47,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "green",
|
|
||||||
"name": "grak, storm giant",
|
|
||||||
"cost": 8,
|
|
||||||
"defense": 7,
|
|
||||||
"guard": true,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 6,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw_and_discard",
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw_and_discard",
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 48,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "green",
|
|
||||||
"name": "nature's bounty",
|
|
||||||
"cost": 4,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"amount": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "make_discard",
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 4,
|
|
||||||
"effect_type": "suicide"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 49,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "green",
|
|
||||||
"name": "orc grunt",
|
|
||||||
"cost": 3,
|
|
||||||
"defense": 3,
|
|
||||||
"guard": true,
|
|
||||||
"init_amount": 2,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 2,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw",
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 50,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "green",
|
|
||||||
"name": "rampage",
|
|
||||||
"cost": 6,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 6
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw_and_discard",
|
|
||||||
"times": 2
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 51,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "green",
|
|
||||||
"name": "torgen rocksplitter",
|
|
||||||
"cost": 7,
|
|
||||||
"defense": 7,
|
|
||||||
"guard": true,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 4,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "make_discard",
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 52,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "green",
|
|
||||||
"name": "spark",
|
|
||||||
"cost": 1,
|
|
||||||
"init_amount": 3,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 3
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "make_discard"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 2,
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 53,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "green",
|
|
||||||
"name": "wolf form",
|
|
||||||
"cost": 5,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 8
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "make_discard"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "make_discard",
|
|
||||||
"effect_type": "suicide"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 54,
|
|
||||||
"role": "market",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "green",
|
|
||||||
"name": "wolf shaman",
|
|
||||||
"cost": 2,
|
|
||||||
"defense": 4,
|
|
||||||
"guard": false,
|
|
||||||
"init_amount": 2,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 2,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 1,
|
|
||||||
"per": "other_card_of_same_faction",
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,172 +0,0 @@
|
|||||||
{
|
|
||||||
"cards": [
|
|
||||||
{
|
|
||||||
"id": 68,
|
|
||||||
"role": "hunter",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "yellow",
|
|
||||||
"name": "Confiscate",
|
|
||||||
"cost": 3,
|
|
||||||
"init_amount": 2,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "buy_for_free",
|
|
||||||
"amount": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "heal",
|
|
||||||
"amount": 6,
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 69,
|
|
||||||
"role": "hunter",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "red",
|
|
||||||
"name": "Demonic Cloud",
|
|
||||||
"cost": 7,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 7
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage_all_champions",
|
|
||||||
"amount": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "sacrifice",
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 70,
|
|
||||||
"role": "hunter",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "green",
|
|
||||||
"name": "Pack’s Fury",
|
|
||||||
"cost": 7,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 7
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "discard_x_and_draw_x"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 71,
|
|
||||||
"role": "hunter",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "blue",
|
|
||||||
"name": "Thrash",
|
|
||||||
"cost": 2,
|
|
||||||
"init_amount": 2,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 4,
|
|
||||||
"mutex": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "stun",
|
|
||||||
"mutex": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 72,
|
|
||||||
"role": "hunter",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "yellow",
|
|
||||||
"name": "Andor, the Valiant",
|
|
||||||
"cost": 6,
|
|
||||||
"defense": 5,
|
|
||||||
"guard": true,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 2,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw",
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "prepare_another_champion",
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 73,
|
|
||||||
"role": "hunter",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "red",
|
|
||||||
"name": "Fettered Imp",
|
|
||||||
"cost": 2,
|
|
||||||
"defense": 5,
|
|
||||||
"guard": true,
|
|
||||||
"init_amount": 2,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "sacrifice",
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 74,
|
|
||||||
"role": "hunter",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "blue",
|
|
||||||
"name": "Lenka, the Hunter",
|
|
||||||
"cost": 5,
|
|
||||||
"defense": 5,
|
|
||||||
"guard": false,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 4,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "stun",
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 75,
|
|
||||||
"role": "hunter",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "green",
|
|
||||||
"name": "Pathfinder",
|
|
||||||
"cost": 3,
|
|
||||||
"defense": 4,
|
|
||||||
"guard": false,
|
|
||||||
"init_amount": 2,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 2,
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"amount": 2,
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,185 +0,0 @@
|
|||||||
{
|
|
||||||
"cards": [
|
|
||||||
{
|
|
||||||
"id": 60,
|
|
||||||
"role": "traveler",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "blue",
|
|
||||||
"name": "Bounty Collection",
|
|
||||||
"cost": 7,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"amount": 3
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "play_next_card_bought"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw",
|
|
||||||
"effect_type": "faction_combo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 61,
|
|
||||||
"role": "traveler",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "green",
|
|
||||||
"name": "Daring Escape",
|
|
||||||
"cost": 3,
|
|
||||||
"init_amount": 2,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "make_discard"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "restack_discarded_card"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw",
|
|
||||||
"effect_type": "suicide"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 62,
|
|
||||||
"role": "traveler",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "yellow",
|
|
||||||
"name": "Fearless Charge",
|
|
||||||
"cost": 8,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 5
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "heal",
|
|
||||||
"amount": 5
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw",
|
|
||||||
"amount": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "prepare_all_champions",
|
|
||||||
"effect_type": "suicide"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 63,
|
|
||||||
"role": "traveler",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "red",
|
|
||||||
"name": "Sway",
|
|
||||||
"cost": 3,
|
|
||||||
"init_amount": 2,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"amount": 3
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "cheaper_champions_passive"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "control_opposing_champion_passive",
|
|
||||||
"effect_type": "suicide"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 64,
|
|
||||||
"role": "traveler",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "blue",
|
|
||||||
"name": "Con Artist",
|
|
||||||
"cost": 2,
|
|
||||||
"defense": 2,
|
|
||||||
"guard": false,
|
|
||||||
"init_amount": 2,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 2,
|
|
||||||
"effect_type": "champion_action",
|
|
||||||
"mutex": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"per": "stunned_champion",
|
|
||||||
"effect_type": "champion_action",
|
|
||||||
"mutex": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 65,
|
|
||||||
"role": "traveler",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "red",
|
|
||||||
"name": "Olara, the Slayer",
|
|
||||||
"cost": 4,
|
|
||||||
"defense": 5,
|
|
||||||
"guard": false,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"amount": 2,
|
|
||||||
"effect_type": "champion_action",
|
|
||||||
"mutex": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "damage_all_champions",
|
|
||||||
"amount": 2,
|
|
||||||
"effect_type": "champion_action",
|
|
||||||
"mutex": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 66,
|
|
||||||
"role": "traveler",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "green",
|
|
||||||
"name": "Pelleas, the Seeker",
|
|
||||||
"cost": 5,
|
|
||||||
"defense": 4,
|
|
||||||
"guard": true,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 3,
|
|
||||||
"effect_type": "champion_action",
|
|
||||||
"mutex": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "restack_discarded_action",
|
|
||||||
"effect_type": "champion_action",
|
|
||||||
"mutex": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 67,
|
|
||||||
"role": "traveler",
|
|
||||||
"card_type": "champion",
|
|
||||||
"faction": "yellow",
|
|
||||||
"name": "Veteran Squire",
|
|
||||||
"cost": 3,
|
|
||||||
"defense": 3,
|
|
||||||
"guard": false,
|
|
||||||
"init_amount": 2,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 2,
|
|
||||||
"per": "champion_of_same_faction",
|
|
||||||
"effect_type": "champion_action"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -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
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -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
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -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
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,188 +0,0 @@
|
|||||||
{
|
|
||||||
"cards": [
|
|
||||||
{
|
|
||||||
"id": 91,
|
|
||||||
"role": "half-demon",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "red",
|
|
||||||
"name": "Demon Blood",
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"mutex": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "sacrifice",
|
|
||||||
"mutex": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 92,
|
|
||||||
"role": "half-demon",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "base",
|
|
||||||
"name": "Demonic Strength",
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "keep_in_hand",
|
|
||||||
"effect_type": {
|
|
||||||
"id": "faction_combo",
|
|
||||||
"faction": "red"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 93,
|
|
||||||
"role": "dwarf",
|
|
||||||
"card_type": "item",
|
|
||||||
"faction": "base",
|
|
||||||
"name": "Hammer",
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 3
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 94,
|
|
||||||
"role": "dwarf",
|
|
||||||
"card_type": "item",
|
|
||||||
"faction": "base",
|
|
||||||
"name": "Pick",
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 2,
|
|
||||||
"mutex": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "buy_gem_for_free",
|
|
||||||
"amount": 2,
|
|
||||||
"mutex": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 95,
|
|
||||||
"role": "elf",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "base",
|
|
||||||
"name": "Elven Grace",
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "cheaper_skills_passive"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 96,
|
|
||||||
"role": "elf",
|
|
||||||
"card_type": "item",
|
|
||||||
"faction": "base",
|
|
||||||
"name": "Sunstone Brooch",
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"mutex": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "heal",
|
|
||||||
"amount": 2,
|
|
||||||
"mutex": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 97,
|
|
||||||
"role": "ogre",
|
|
||||||
"card_type": "item",
|
|
||||||
"faction": "base",
|
|
||||||
"name": "Shiny Rock",
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold",
|
|
||||||
"amount": 2
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 98,
|
|
||||||
"role": "ogre",
|
|
||||||
"card_type": "item",
|
|
||||||
"faction": "base",
|
|
||||||
"name": "War Club",
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 5
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 99,
|
|
||||||
"role": "orc",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "base",
|
|
||||||
"name": "Bully",
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "buy_for_free",
|
|
||||||
"amount": 3
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 100,
|
|
||||||
"role": "orc",
|
|
||||||
"card_type": "item",
|
|
||||||
"faction": "base",
|
|
||||||
"name": "Ragged Blade",
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "damage",
|
|
||||||
"amount": 3
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 101,
|
|
||||||
"role": "smallfolk",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "base",
|
|
||||||
"name": "Burgle",
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "cheaper_card_if_higher_price"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "draw"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 102,
|
|
||||||
"role": "smallfolk",
|
|
||||||
"card_type": "action",
|
|
||||||
"faction": "base",
|
|
||||||
"name": "Friendly Banter",
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"effect": "gold"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"effect": "pick_faction"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -18,7 +18,7 @@ with open("src/data/heron_skin.json", encoding="utf-8") as f:
|
|||||||
all_skin_data: SkinFile = json.load(f)
|
all_skin_data: SkinFile = json.load(f)
|
||||||
|
|
||||||
cards: list[Card] = []
|
cards: list[Card] = []
|
||||||
for p in Path("src/data/cards").glob("*.json"):
|
for p in Path("src/data/cards-json").glob("*.json"):
|
||||||
with open(p, encoding="utf-8") as f:
|
with open(p, encoding="utf-8") as f:
|
||||||
temp: list[Card] = json.load(f)["cards"]
|
temp: list[Card] = json.load(f)["cards"]
|
||||||
cards.extend(temp)
|
cards.extend(temp)
|
||||||
@@ -215,12 +215,23 @@ for card_data in cards:
|
|||||||
d.append(dw.Rectangle(x=1, y=65, width=x_width - 2, height=200))
|
d.append(dw.Rectangle(x=1, y=65, width=x_width - 2, height=200))
|
||||||
d.append(
|
d.append(
|
||||||
dw.Image(
|
dw.Image(
|
||||||
x=border_width_x, y=65, width=x_width-(border_width_x*2), height=200, path=card_skin_data["image_path"]
|
x=border_width_x,
|
||||||
|
y=65,
|
||||||
|
width=x_width - (border_width_x * 2),
|
||||||
|
height=200,
|
||||||
|
path=card_skin_data["image_path"],
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
d.append(dw.Rectangle(x=2, y=65 - 1, width=border_width_x - 2, height=200 + 2))
|
d.append(dw.Rectangle(x=2, y=65 - 1, width=border_width_x - 2, height=200 + 2))
|
||||||
# d.append(dw.Rectangle(x=0, y=65+1, width=1, height=200+2, fill='white'))
|
# d.append(dw.Rectangle(x=0, y=65+1, width=1, height=200+2, fill='white'))
|
||||||
d.append(dw.Rectangle(x=x_width-border_width_x, y=65-1, width=border_width_x-2, height=200+2))
|
d.append(
|
||||||
|
dw.Rectangle(
|
||||||
|
x=x_width - border_width_x,
|
||||||
|
y=65 - 1,
|
||||||
|
width=border_width_x - 2,
|
||||||
|
height=200 + 2,
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
# Draw effects
|
# Draw effects
|
||||||
effects = card_data.get("effects")
|
effects = card_data.get("effects")
|
||||||
|
|||||||
Reference in New Issue
Block a user