tyrants-edge/data/skirmish_decks.json

125 lines
3.7 KiB
JSON

[
{
"id": "sk_easy_imp_01",
"title": "Imperial Garrison",
"summary": "A straightforward Imperial force. Troopers strike from range while Guardians hold the line with counter attacks.",
"difficulty": "Easy",
"commander": "imp_cmd_1",
"cards": [
"imp_trooper_1", "imp_trooper_1", "imp_trooper_1",
"imp_guardian_1", "imp_guardian_1",
"imp_gunner_1", "imp_gunner_1"
]
},
{
"id": "sk_easy_raider_01",
"title": "Raider Warband",
"summary": "An aggressive raider force. Grunts grow stronger with berserk while Scouts jam the enemy's defenses.",
"difficulty": "Easy",
"commander": "raider_cmd_1",
"cards": [
"raider_grunt_1", "raider_grunt_1", "raider_grunt_1",
"raider_brute_1", "raider_brute_1",
"raider_scout_1", "raider_scout_1"
]
},
{
"id": "sk_medium_bt_01",
"title": "Blood Covenant",
"summary": "A vampiric force that drains enemy strength. Blood magic keeps your units alive while weakening foes.",
"difficulty": "Medium",
"commander": "bt_cmd_1",
"cards": [
"bt_thrall_1", "bt_thrall_1",
"bt_leech_1", "bt_leech_1",
"bt_initiate_1", "bt_initiate_1",
"bt_revenant_1",
"bt_bloodmage_1"
]
},
{
"id": "sk_medium_xeno_01",
"title": "Xeno Hive",
"summary": "An alien swarm that poisons and overwhelms. Carapace provides natural armor while venom eats through foes.",
"difficulty": "Medium",
"commander": "xeno_cmd_1",
"cards": [
"xeno_drone_1", "xeno_drone_1",
"xeno_spitter_1", "xeno_spitter_1",
"xeno_beetle_1", "xeno_beetle_1",
"xeno_mantis_1",
"xeno_guard_1"
]
},
{
"id": "sk_hard_right_01",
"title": "Righteous Crusade",
"summary": "A holy force of smite and fortification. Templars hack enemy defenses while Crusaders deliver divine punishment.",
"difficulty": "Hard",
"commander": "right_cmd_1",
"cards": [
"right_zealot_1", "right_zealot_1",
"right_crusader_1", "right_crusader_1",
"right_priest_1",
"right_warden_1",
"right_templar_1",
"right_purifier_1",
"right_inquisitor_1"
]
},
{
"id": "sk_hard_raider_01",
"title": "Raider Devastation",
"summary": "A brutal force of berserkers and reavers. Relentless aggression with pierce and berserk tears through defenses.",
"difficulty": "Hard",
"commander": "raider_cmd_2",
"cards": [
"raider_berserker_1", "raider_berserker_1",
"raider_scavenger_1", "raider_scavenger_1",
"raider_marauder_1",
"raider_defiler_1",
"raider_warlord_1",
"raider_reaver_1",
"raider_warbandbreaker_1"
]
},
{
"id": "sk_legendary_imp_01",
"title": "Imperial War Machine",
"summary": "The Empire's finest. A devastating combination of legendary war machines backed by elite support units.",
"difficulty": "Legendary",
"commander": "imp_cmd_3",
"cards": [
"imp_mech_1",
"imp_juggernaut_1",
"imp_praetorian_1",
"imp_warbanner_1",
"imp_sentinel_1",
"imp_dreadnought_1",
"imp_centurion_1",
"imp_orbital_1",
"imp_sniper_1",
"imp_shieldwall_1"
]
},
{
"id": "sk_legendary_bt_01",
"title": "Bloodthirsty Dominion",
"summary": "An ancient bloodthirsty horde. Blood pacts fuel devastating power while drain and siphon sustain the onslaught.",
"difficulty": "Legendary",
"commander": "bt_cmd_2",
"cards": [
"bt_bloodlord_1",
"bt_hemomancer_1",
"bt_crimsonguard_1",
"bt_hemorrhage_1",
"bt_archon_1",
"bt_crimson_fury_1",
"bt_blood_martyr_1",
"bt_sanguine_bastion_1",
"bt_harbinger_1",
"bt_revenant_1"
]
}
]