add guild faction cards

This commit is contained in:
2024-04-22 13:43:04 +02:00
parent 1f4f39652d
commit e156d3a951
+286
View File
@@ -1,6 +1,7 @@
{ {
"cards": [ "cards": [
{ {
"id": 28,
"role": "market", "role": "market",
"card_type": "champion", "card_type": "champion",
"faction": "blue", "faction": "blue",
@@ -23,6 +24,291 @@
"mutex": 1 "mutex": 1
} }
] ]
},
{
"id": 15,
"role": "market",
"card_type": "champion",
"faction": "blue",
"name": "borg, ogre mercenary",
"cost": 6,
"defense": 6,
"guard": true,
"init_amount": 1,
"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",
"amount": 1,
"effect_type": "faction_combo"
}
]
},
{
"id": 17,
"role": "market",
"card_type": "action",
"faction": "blue",
"name": "death threat",
"cost": 3,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 1
},
{
"effect": "draw",
"amount": 1
},
{
"effect": "stun",
"amount": 1,
"effect_type": "faction_combo"
}
]
},
{
"id": 18,
"role": "market",
"card_type": "action",
"faction": "blue",
"name": "deception",
"cost": 5,
"init_amount": 1,
"effects": [
{
"effect": "gold",
"amount": 2
},
{
"effect": "draw",
"amount": 1
},
{
"effect": "play_next_card_bought",
"amount": 1,
"effect_type": "faction_combo"
}
]
},
{
"id": 19,
"role": "market",
"card_type": "action",
"faction": "blue",
"name": "fire bomb",
"cost": 8,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 8
},
{
"effect": "stun",
"amount": 1
},
{
"effect": "draw",
"amount": 1
},
{
"effect": "damage",
"amount": 5,
"effect_type": "suicide"
}
]
},
{
"id": 20,
"role": "market",
"card_type": "action",
"faction": "blue",
"name": "tit job",
"cost": 4,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 7
},
{
"effect": "stun",
"amount": 1,
"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,
"init_amount": 1,
"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,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 3,
"effect_type": "champion_action"
},
{
"effect": "draw",
"amount": 1,
"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,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 4,
"effect_type": "champion_action"
},
{
"effect": "stun",
"amount": 1,
"effect_type": "champion_action"
}
]
},
{
"id": 26,
"role": "market",
"card_type": "champion",
"faction": "blue",
"name": "rasmus, the smuggler",
"cost": 4,
"defense": 5,
"guard": false,
"init_amount": 1,
"effects": [
{
"effect": "gold",
"amount": 2,
"effect_type": "champion_action"
},
{
"effect": "stack_next_card_bought",
"amount": 1,
"effect_type": "faction_combo"
}
]
},
{
"id": 27,
"role": "market",
"card_type": "action",
"faction": "blue",
"name": "smash and grab",
"cost": 6,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 6
},
{
"effect": "restack_discarded_card",
"amount": 1
}
]
} }
] ]
} }