7 factions already implemented: - Norther Realms - Nilfgaard Empire - Scoia'Tael - Monsters - Skellige - Redenia - Toussaint In progress: - Velen To do: - Witchers - Wild Hunt
9604 lines
298 KiB
JavaScript
9604 lines
298 KiB
JavaScript
/*
|
||
* Original cards from The Witcher 3
|
||
*/
|
||
|
||
var default_cards = {
|
||
"spe_decoy": {
|
||
"name": "Decoy",
|
||
"deck": "special",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "decoy",
|
||
"filename": "decoy",
|
||
"count": "3",
|
||
"quote": "When you run out of peasants, decoys also make decent arrow fodder."
|
||
},
|
||
"spe_frost": {
|
||
"name": "Biting Frost",
|
||
"deck": "weather",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "frost",
|
||
"filename": "frost",
|
||
"count": "3",
|
||
"quote": "Best part about frost - bodies of the fallen don't rot so quickly."
|
||
},
|
||
"ntr_ciri": {
|
||
"name": "Cirilla Fiona Elen Riannon",
|
||
"deck": "neutral",
|
||
"row": "close",
|
||
"strength": "15",
|
||
"ability": "hero",
|
||
"filename": "ciri",
|
||
"count": "1",
|
||
"quote": "Know when fairy tales cease to be tales? When people start believing in them."
|
||
},
|
||
"spe_clear": {
|
||
"name": "Clear Weather",
|
||
"deck": "weather",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "clear",
|
||
"filename": "clear",
|
||
"count": "2",
|
||
"quote": "The sun' shinin', Dromle! The sun's shinin'! Maybe there's hope left after all..."
|
||
},
|
||
"spe_horn": {
|
||
"name": "Commander's Horn",
|
||
"deck": "special",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "horn",
|
||
"filename": "horn",
|
||
"count": "3",
|
||
"quote": "Plus one to morale, minus three to hearing."
|
||
},
|
||
"ntr_mysterious_elf": {
|
||
"name": "Avallach'h",
|
||
"deck": "neutral",
|
||
"row": "close",
|
||
"strength": "0",
|
||
"ability": "hero spy",
|
||
"filename": "mysterious_elf",
|
||
"count": "1",
|
||
"quote": "You humans have... unusual tastes."
|
||
},
|
||
"ntr_dandelion": {
|
||
"name": "Dandelion",
|
||
"deck": "neutral",
|
||
"row": "close",
|
||
"strength": "2",
|
||
"ability": "horn",
|
||
"filename": "dandelion",
|
||
"count": "1",
|
||
"quote": "Dandelion, you're a cynic, a lecher, a whoremonger, a liar - and my best friend."
|
||
},
|
||
"ntr_emiel": {
|
||
"name": "Emiel Regis Rohellec Terzieff",
|
||
"deck": "neutral",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "emiel",
|
||
"count": "1",
|
||
"quote": "Men, the polites ones at least, would call me a monster. A blood-drinking freak."
|
||
},
|
||
"ntr_geralt": {
|
||
"name": "Geralt of Rivia",
|
||
"deck": "neutral",
|
||
"row": "close",
|
||
"strength": "15",
|
||
"ability": "hero",
|
||
"filename": "geralt",
|
||
"count": "1",
|
||
"quote": "If that's what it takes to save the world, it's better to let that world die."
|
||
},
|
||
"spe_fog": {
|
||
"name": "Impenetrable Fog",
|
||
"deck": "weather",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "fog",
|
||
"filename": "fog",
|
||
"count": "3",
|
||
"quote": "A good commander's dream... a bad one's horror."
|
||
},
|
||
"spe_scorch": {
|
||
"name": "Scorch",
|
||
"deck": "special",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "scorch",
|
||
"filename": "scorch",
|
||
"count": "3",
|
||
"quote": "Pillars of flame turn the mightiest to ash. All others tremble in shock and awe."
|
||
},
|
||
"spe_rain": {
|
||
"name": "Torrential Rain",
|
||
"deck": "weather",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "rain",
|
||
"filename": "rain",
|
||
"count": "2",
|
||
"quote": "Even the rain in this land smells like piss."
|
||
},
|
||
"ntr_triss": {
|
||
"name": "Triss Merigold",
|
||
"deck": "neutral",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "hero",
|
||
"filename": "triss",
|
||
"count": "1",
|
||
"quote": "I can take care of myself. Trust me."
|
||
},
|
||
"ntr_vesemir": {
|
||
"name": "Vesemir",
|
||
"deck": "neutral",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "vesemir",
|
||
"count": "1",
|
||
"quote": "If you're to be hanged, ask for water. Anything can happen before they fetch it."
|
||
},
|
||
"ntr_villen": {
|
||
"name": "Villentretenmerth",
|
||
"deck": "neutral",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "scorch_c",
|
||
"filename": "villen",
|
||
"count": "1",
|
||
"quote": "Also calls himself Borkh Three Jackdaws... he's not the best at names."
|
||
},
|
||
"ntr_yennefer": {
|
||
"name": "Yennefer of Vengerberg",
|
||
"deck": "neutral",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "hero medic",
|
||
"filename": "yennefer",
|
||
"count": "1",
|
||
"quote": "Magic is Chaos, Art and Science. It is a curse, a blessing and a progression."
|
||
},
|
||
"ntr_zoltan": {
|
||
"name": "Zoltan Chivay",
|
||
"deck": "neutral",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "zoltan",
|
||
"count": "1",
|
||
"quote": "Life without old mates and booze is like a woman without a rump."
|
||
},
|
||
"ntr_olgierd": {
|
||
"name": "Olgierd von Everec",
|
||
"deck": "neutral",
|
||
"row": "agile",
|
||
"strength": "6",
|
||
"ability": "morale",
|
||
"filename": "olgierd",
|
||
"count": "1",
|
||
"quote": "At least you now know I don't easily lose my head."
|
||
},
|
||
"ntr_gaunter_odimm": {
|
||
"name": "Gaunter O'Dimm",
|
||
"id": 1,
|
||
"deck": "neutral",
|
||
"row": "siege",
|
||
"strength": "2",
|
||
"ability": "muster",
|
||
"filename": "gaunter_odimm",
|
||
"count": "1",
|
||
"target": "ntr_gaunter_odimm",
|
||
"quote": "He always grants exactly what you wish for. That's the problem."
|
||
},
|
||
"ntr_gaunter_odimm_darkness": {
|
||
"name": "Gaunter O'Dimm - Darkness",
|
||
"id": 2,
|
||
"deck": "neutral",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "gaunter_odimm_darkness",
|
||
"count": "3",
|
||
"target": "ntr_gaunter_odimm",
|
||
"quote": "Fear not the shadows, but the light."
|
||
},
|
||
"ntr_cow": {
|
||
"name": "Cow",
|
||
"deck": "neutral",
|
||
"row": "ranged",
|
||
"strength": "0",
|
||
"ability": "avenger",
|
||
"filename": "cow",
|
||
"count": "1",
|
||
"target": "ntr_chort",
|
||
"quote": "Mooo!"
|
||
},
|
||
"ntr_chort": {
|
||
"name": "Bovine Defense Force",
|
||
"deck": "neutral",
|
||
"row": "close",
|
||
"strength": "8",
|
||
"ability": "",
|
||
"filename": "chort",
|
||
"count": "0",
|
||
"quote": "Grrrrr!"
|
||
},
|
||
"nr_foltest_king": {
|
||
"name": "Foltest - King of Temeria",
|
||
"deck": "realms",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "foltest_king",
|
||
"filename": "foltest_king",
|
||
"count": "1",
|
||
"quote": "It is natural and beautiful that a man should love his sister."
|
||
},
|
||
"nr_foltest_lord": {
|
||
"name": "Foltest - Lord Commander of the North",
|
||
"deck": "realms",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "foltest_lord",
|
||
"filename": "foltest_lord",
|
||
"count": "1",
|
||
"quote": "Sod advisors and their schemes. I place my trust in my soldiers' blades."
|
||
},
|
||
"nr_foltest_siegemaster": {
|
||
"name": "Foltest - The Siegemaster",
|
||
"deck": "realms",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "foltest_siegemaster",
|
||
"filename": "foltest_siegemaster",
|
||
"count": "1",
|
||
"quote": "A well-aimed ballista razes not just the enemy's wall, but his morale as well."
|
||
},
|
||
"nr_foltest_steelforged": {
|
||
"name": "Foltest - The Steel-Forged",
|
||
"deck": "realms",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "foltest_steelforged",
|
||
"filename": "foltest_steelforged",
|
||
"count": "1",
|
||
"quote": "A beautiful day for battle"
|
||
},
|
||
"nr_foltest_son_of_medell": {
|
||
"name": "Foltest - Son of Medell",
|
||
"deck": "realms",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "foltest_son",
|
||
"filename": "foltest_son_of_medell",
|
||
"count": "1",
|
||
"quote": "Dammit, I rule this land and I refuse to creep around its corners."
|
||
},
|
||
"nr_ballista": {
|
||
"name": "Ballista",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "ballista",
|
||
"count": "1",
|
||
"quote": "'Usually we give 'em female names.' 'Like Jenny?' 'More like Bertha.'"
|
||
},
|
||
"nr_blue_stripes_1": {
|
||
"name": "Blue Stripes Commando",
|
||
"id": 1,
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "bond",
|
||
"filename": "blue_stripes_1",
|
||
"count": "1",
|
||
"target": "nr_blue_stripes",
|
||
"quote": "I'd do anything for Temeria. Mostly, though, I kill for her."
|
||
},
|
||
"nr_blue_stripes_2": {
|
||
"name": "Blue Stripes Commando",
|
||
"id": 2,
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "bond",
|
||
"filename": "blue_stripes_2",
|
||
"count": "1",
|
||
"target": "nr_blue_stripes",
|
||
"quote": "I'd do anything for Temeria. Mostly, though, I kill for her."
|
||
},
|
||
"nr_blue_stripes_3": {
|
||
"name": "Blue Stripes Commando",
|
||
"id": 3,
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "bond",
|
||
"filename": "blue_stripes_3",
|
||
"count": "1",
|
||
"target": "nr_blue_stripes",
|
||
"quote": "I'd do anything for Temeria. Mostly, though, I kill for her."
|
||
},
|
||
"nr_catapult_1": {
|
||
"name": "Catapult",
|
||
"id": 1,
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "8",
|
||
"ability": "bond",
|
||
"filename": "catapult_1",
|
||
"count": "1",
|
||
"target": "nr_catapult",
|
||
"quote": "The gods help those who have better catapults."
|
||
},
|
||
"nr_catapult_2": {
|
||
"name": "Catapult",
|
||
"id": 2,
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "8",
|
||
"ability": "bond",
|
||
"filename": "catapult_2",
|
||
"count": "1",
|
||
"target": "nr_catapult",
|
||
"quote": "The gods help those who have better catapults."
|
||
},
|
||
"nr_crinfrid_1": {
|
||
"name": "Crinfrid Reavers Dragon Hunter",
|
||
"id": 1,
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "bond",
|
||
"filename": "crinfrid_1",
|
||
"count": "1",
|
||
"target": "nr_crinfrid",
|
||
"quote": "Haven't had much luck with monsters of late, so we enlisted."
|
||
},
|
||
"nr_crinfrid_2": {
|
||
"name": "Crinfrid Reavers Dragon Hunter",
|
||
"id": 2,
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "bond",
|
||
"filename": "crinfrid_2",
|
||
"count": "1",
|
||
"target": "nr_crinfrid",
|
||
"quote": "Haven't had much luck with monsters of late, so we enlisted."
|
||
},
|
||
"nr_crinfrid_3": {
|
||
"name": "Crinfrid Reavers Dragon Hunter",
|
||
"id": 3,
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "bond",
|
||
"filename": "crinfrid_3",
|
||
"count": "1",
|
||
"target": "nr_crinfrid",
|
||
"quote": "Haven't had much luck with monsters of late, so we enlisted."
|
||
},
|
||
"nr_dethmold": {
|
||
"name": "Dethmold",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "dethmold",
|
||
"count": "1",
|
||
"quote": "I conce made a prisoner vomit his own entrails... Ah, good times..."
|
||
},
|
||
"nr_banner_nurse": {
|
||
"name": "Dun Banner Medic",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "5",
|
||
"ability": "medic",
|
||
"filename": "banner_nurse",
|
||
"count": "1",
|
||
"quote": "Stitch red to red, white to white, and everything will be all right."
|
||
},
|
||
"nr_esterad": {
|
||
"name": "Esterad Thyssen",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "esterad",
|
||
"count": "1",
|
||
"quote": "Like all Thyssen men, he was tall, powerfully built and criminally handsome"
|
||
},
|
||
"nr_natalis": {
|
||
"name": "John Natalis",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "natalis",
|
||
"count": "1",
|
||
"quote": "That square should bear the names of my soldiers, of the dead. Not mine."
|
||
},
|
||
"nr_kaedwen_siege": {
|
||
"name": "Kaedweni Siege Expert",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "1",
|
||
"ability": "morale",
|
||
"filename": "kaedwen_siege",
|
||
"count": "1",
|
||
"quote": "'You gotta recalibrate the arm by five degrees.' 'Do what by the what now?'"
|
||
},
|
||
"nr_kaedwen_siege_1": {
|
||
"name": "Kaedweni Siege Expert",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "1",
|
||
"ability": "morale",
|
||
"filename": "kaedwen_siege_1",
|
||
"count": "1",
|
||
"quote": "'You gotta recalibrate the arm by five degrees.' 'Do what by the what now?'"
|
||
},
|
||
"nr_kaedwen_siege_2": {
|
||
"name": "Kaedweni Siege Expert",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "1",
|
||
"ability": "morale",
|
||
"filename": "kaedwen_siege_2",
|
||
"count": "1",
|
||
"quote": "'You gotta recalibrate the arm by five degrees.' 'Do what by the what now?'"
|
||
},
|
||
"nr_keira": {
|
||
"name": "Keira Metz",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "keira",
|
||
"count": "1",
|
||
"quote": "If I'm to die today, I wish to look smashing for the occasion."
|
||
},
|
||
"nr_philippa": {
|
||
"name": "Philippa Eilhart",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "philippa",
|
||
"count": "1",
|
||
"quote": "Soon the power of kings will wither, and the Lodge shall seize its rightful place."
|
||
},
|
||
"nr_poor_infantry_1": {
|
||
"name": "Poor Fucking Infantry",
|
||
"id": 1,
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "1",
|
||
"ability": "bond",
|
||
"filename": "poor_infantry_1",
|
||
"count": "1",
|
||
"target": "nr_poor_infantry",
|
||
"quote": "I's a war veteran! ... spare me a crown?"
|
||
},
|
||
"nr_poor_infantry_2": {
|
||
"name": "Poor Fucking Infantry",
|
||
"id": 2,
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "1",
|
||
"ability": "bond",
|
||
"filename": "poor_infantry_2",
|
||
"count": "1",
|
||
"target": "nr_poor_infantry",
|
||
"quote": "I's a war veteran! ... spare me a crown?"
|
||
},
|
||
"nr_poor_infantry_3": {
|
||
"name": "Poor Fucking Infantry",
|
||
"id": 3,
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "1",
|
||
"ability": "bond",
|
||
"filename": "poor_infantry_3",
|
||
"count": "1",
|
||
"target": "nr_poor_infantry",
|
||
"quote": "I's a war veteran! ... spare me a crown?"
|
||
},
|
||
"nr_stennis": {
|
||
"name": "Prince Stennis",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "spy",
|
||
"filename": "stennis",
|
||
"count": "1",
|
||
"quote": "He ploughin' wears the golden armor. Golden. 'Course he's an arsehole."
|
||
},
|
||
"nr_redania": {
|
||
"name": "Redanian Foot Soldier",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "1",
|
||
"ability": "",
|
||
"filename": "redania",
|
||
"count": "1",
|
||
"quote": "I've bled for Redania! I've killed for Redania... Dammit, I've even raped for Redania!"
|
||
},
|
||
"nr_redania_1": {
|
||
"name": "Redanian Foot Soldier",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "1",
|
||
"ability": "",
|
||
"filename": "redania_1",
|
||
"count": "1",
|
||
"quote": "I've bled for Redania! I've killed for Redania... Dammit, I've even raped for Redania!"
|
||
},
|
||
"nr_sheldon": {
|
||
"name": "Sheldon Skaggs",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "sheldon",
|
||
"count": "1",
|
||
"quote": "I was there, on the front lines! Right where the fightin' was the thickest!"
|
||
},
|
||
"nr_siege_tower": {
|
||
"name": "Siege Tower",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "siege_tower",
|
||
"count": "1",
|
||
"quote": "I love the clamor of siege towers in the morning. Sounds like victory."
|
||
},
|
||
"nr_siegfried": {
|
||
"name": "Siegfried of Denesle",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "siegfried",
|
||
"count": "1",
|
||
"quote": "We're on the same side, witcher. You'll realize this one day."
|
||
},
|
||
"nr_dijkstra": {
|
||
"name": "Sigismund Dijkstra",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "spy",
|
||
"filename": "dijkstra",
|
||
"count": "1",
|
||
"quote": "Gwent's like politics, just more honest."
|
||
},
|
||
"nr_sheala": {
|
||
"name": "Síle de Tansarville",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "sheala",
|
||
"count": "1",
|
||
"quote": "The Lodge lacks humility. Our lust for power may yet be our undoing."
|
||
},
|
||
"nr_thaler": {
|
||
"name": "Thaler",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "1",
|
||
"ability": "spy",
|
||
"filename": "thaler",
|
||
"count": "1",
|
||
"quote": "Fuck off! We aren't all ploughin' philanderers. Some of us have depth..."
|
||
},
|
||
"nr_sabrina": {
|
||
"name": "Sabrina Glevissig",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "sabrina",
|
||
"count": "1",
|
||
"quote": "The Daughter of the Kaedweni Wilderness."
|
||
},
|
||
"nr_vernon": {
|
||
"name": "Vernon Roche",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "vernon",
|
||
"count": "1",
|
||
"quote": "A partiot... and a real son of a bitch."
|
||
},
|
||
"nr_ves": {
|
||
"name": "Ves",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "ves",
|
||
"count": "1",
|
||
"quote": "Better to live one day as a king than a whole life as a beggar."
|
||
},
|
||
"nr_yarpen": {
|
||
"name": "Yarpen Zigrin",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "2",
|
||
"ability": "",
|
||
"filename": "yarpen",
|
||
"count": "1",
|
||
"quote": "The world belongs to whoever's best at crackin' skulls and impregnatin' lasses."
|
||
},
|
||
"nr_trebuchet": {
|
||
"name": "Trebuchet",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "trebuchet",
|
||
"count": "1",
|
||
"quote": "Castle won't batter itself down, now will it? Get them trebuchets rollin'!"
|
||
},
|
||
"nr_trebuchet_1": {
|
||
"name": "Trebuchet",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "trebuchet_1",
|
||
"count": "1",
|
||
"quote": "Castle won't batter itself down, now will it? Get them trebuchets rollin'!"
|
||
},
|
||
"ne_emhyr_imperial": {
|
||
"name": "Emhyr var Emreis - His Imperial Majesty",
|
||
"deck": "nilfgaard",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "emhyr_imperial",
|
||
"filename": "emhyr_imperial",
|
||
"count": "1",
|
||
"quote": "The skies wept when my Pavetta died. They will not weep for me."
|
||
},
|
||
"ne_emhyr_emperor": {
|
||
"name": "Emhyr var Emreis - Emperor of Nilfgaard",
|
||
"deck": "nilfgaard",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "emhyr_emperor",
|
||
"filename": "emhyr_emperor",
|
||
"count": "1",
|
||
"quote": "Your motives do not interest me. Only results."
|
||
},
|
||
"ne_emhyr_whiteflame": {
|
||
"name": "Emhyr var Emreis - the White Flame",
|
||
"deck": "nilfgaard",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "emhyr_whiteflame",
|
||
"filename": "emhyr_whiteflame",
|
||
"count": "1",
|
||
"quote": "A sword is but one of many tools at a ruler's disposal."
|
||
},
|
||
"ne_emhyr_relentless": {
|
||
"name": "Emhyr var Emreis - The Relentless",
|
||
"deck": "nilfgaard",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "emhyr_relentless",
|
||
"filename": "emhyr_relentless",
|
||
"count": "1",
|
||
"quote": "They do not call me the Patient. Take care they do not call you the Headless."
|
||
},
|
||
"ne_emhyr_invader_of_the_north": {
|
||
"name": "Emhyr var Emreis - Invader of the North",
|
||
"deck": "nilfgaard",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "emhyr_invader",
|
||
"filename": "emhyr_invader_of_the_north",
|
||
"count": "1",
|
||
"quote": "Emperors command multitudes, yet cannot control two things: their time and their hearts."
|
||
},
|
||
"ne_albrich": {
|
||
"name": "Albrich",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "2",
|
||
"ability": "",
|
||
"filename": "albrich",
|
||
"count": "1",
|
||
"quote": "A fireball? Of course. Whatever Your Imperial Majesty whishes."
|
||
},
|
||
"ne_assire": {
|
||
"name": "Assire var Anahid",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "assire",
|
||
"count": "1",
|
||
"quote": "Nilfgaardian mages do have a choice, servile submission, or the gallows."
|
||
},
|
||
"ne_black_archer": {
|
||
"name": "Black Infantry Archer",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "",
|
||
"filename": "black_archer",
|
||
"count": "1",
|
||
"quote": "I aim for the knee. Always."
|
||
},
|
||
"ne_black_archer_1": {
|
||
"name": "Black Infantry Archer",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "",
|
||
"filename": "black_archer_1",
|
||
"count": "1",
|
||
"quote": "I aim for the knee. Always."
|
||
},
|
||
"ne_cahir": {
|
||
"name": "Cahir Mawr Dyffryn aep Ceallach",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "cahir",
|
||
"count": "1",
|
||
"quote": "His eyes flashed under his winged helmet. Fire gleamed from his sword's blade."
|
||
},
|
||
"ne_cynthia": {
|
||
"name": "Cynthia",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "cynthia",
|
||
"count": "1",
|
||
"quote": "Cynthia's talents can be deadly. She needs a tight leash."
|
||
},
|
||
"ne_archer_support": {
|
||
"name": "Etolian Auxiliary Archers",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "1",
|
||
"ability": "medic",
|
||
"filename": "archer_support",
|
||
"count": "1",
|
||
"quote": "Double or nothing, aim for his cock"
|
||
},
|
||
"ne_archer_support_1": {
|
||
"name": "Etolian Auxiliary Archers",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "1",
|
||
"ability": "medic",
|
||
"filename": "archer_support_1",
|
||
"count": "1",
|
||
"quote": "Double or nothing, aim for his cock"
|
||
},
|
||
"ne_fringilla": {
|
||
"name": "Fringilla Vigo",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "fringilla",
|
||
"count": "1",
|
||
"quote": "Magic is the highest good. It transcends all borders and divisions."
|
||
},
|
||
"ne_heavy_zerri": {
|
||
"name": "Heavy Zerrikanian Fire Scorpion",
|
||
"deck": "nilfgaard",
|
||
"row": "siege",
|
||
"strength": "10",
|
||
"ability": "",
|
||
"filename": "heavy_zerri",
|
||
"count": "1",
|
||
"quote": "Not the best for taking cities, but great for razing them to the ground."
|
||
},
|
||
"ne_impera_brigade_1": {
|
||
"name": "Impera Brigade Guard",
|
||
"id": 1,
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "bond",
|
||
"filename": "impera_brigade_1",
|
||
"count": "1",
|
||
"target": "ne_impera_brigade",
|
||
"quote": "The Impera Brigade never surrenders. Ever."
|
||
},
|
||
"ne_impera_brigade_2": {
|
||
"name": "Impera Brigade Guard",
|
||
"id": 2,
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "bond",
|
||
"filename": "impera_brigade_2",
|
||
"count": "1",
|
||
"target": "ne_impera_brigade",
|
||
"quote": "The Impera Brigade never surrenders. Ever."
|
||
},
|
||
"ne_impera_brigade_3": {
|
||
"name": "Impera Brigade Guard",
|
||
"id": 3,
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "bond",
|
||
"filename": "impera_brigade_3",
|
||
"count": "1",
|
||
"target": "ne_impera_brigade",
|
||
"quote": "The Impera Brigade never surrenders. Ever."
|
||
},
|
||
"ne_impera_brigade_4": {
|
||
"name": "Impera Brigade Guard",
|
||
"id": 4,
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "bond",
|
||
"filename": "impera_brigade_4",
|
||
"count": "1",
|
||
"target": "ne_impera_brigade",
|
||
"quote": "The Impera Brigade never surrenders. Ever."
|
||
},
|
||
"ne_letho": {
|
||
"name": "Letho of Gulet",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "letho",
|
||
"count": "1",
|
||
"quote": "Witchers never die in the beds."
|
||
},
|
||
"ne_menno": {
|
||
"name": "Menno Coehoorn",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero medic",
|
||
"filename": "menno",
|
||
"count": "1",
|
||
"quote": "I'll take an attentive reconnaissance unit over a fine cavalry brigade any day."
|
||
},
|
||
"ne_morteisen": {
|
||
"name": "Morteisen",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "",
|
||
"filename": "morteisen",
|
||
"count": "1",
|
||
"quote": "No Nordling pikemen or dwarven spearbearers can hope to best trained cavalary."
|
||
},
|
||
"ne_moorvran": {
|
||
"name": "Morvran Voorhis",
|
||
"deck": "nilfgaard",
|
||
"row": "siege",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "moorvran",
|
||
"count": "1",
|
||
"quote": "Summer sun reflecting in the quiet waters of Alba - that's Nilfgaard to me."
|
||
},
|
||
"ne_nauzicaa_1": {
|
||
"name": "Nausicaa Cavalry Rider",
|
||
"id": 1,
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "bond",
|
||
"filename": "nauzicaa_1",
|
||
"count": "1",
|
||
"target": "ne_nauzicaa",
|
||
"quote": "The Emperor will teach the North discipline."
|
||
},
|
||
"ne_nauzicaa_2": {
|
||
"name": "Nausicaa Cavalry Rider",
|
||
"id": 2,
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "bond",
|
||
"filename": "nauzicaa_2",
|
||
"count": "1",
|
||
"target": "ne_nauzicaa",
|
||
"quote": "The Emperor will teach the North discipline."
|
||
},
|
||
"ne_nauzicaa_3": {
|
||
"name": "Nausicaa Cavalry Rider",
|
||
"id": 3,
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "bond",
|
||
"filename": "nauzicaa_3",
|
||
"count": "1",
|
||
"target": "ne_nauzicaa",
|
||
"quote": "The Emperor will teach the North discipline."
|
||
},
|
||
"ne_puttkammer": {
|
||
"name": "Puttkammer",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "3",
|
||
"ability": "",
|
||
"filename": "puttkammer",
|
||
"count": "1",
|
||
"quote": "Learned a lot at Braibant Military Academy. How to scrub potatoes, for instance."
|
||
},
|
||
"ne_rainfarn": {
|
||
"name": "Rainfarn",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "rainfarn",
|
||
"count": "1",
|
||
"quote": "You'll die as painfully as the pathetic traitor Windhalm did."
|
||
},
|
||
"ne_renuald": {
|
||
"name": "Renuald aep Matsen",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "morale",
|
||
"filename": "renuald",
|
||
"count": "1",
|
||
"quote": "They say the Impera fear nothing. Untrue. Renuald scares them shitless."
|
||
},
|
||
"ne_rotten": {
|
||
"name": "Rotten Mangonel",
|
||
"deck": "nilfgaard",
|
||
"row": "siege",
|
||
"strength": "3",
|
||
"ability": "",
|
||
"filename": "rotten",
|
||
"count": "1",
|
||
"quote": "The rotten smell brings back childhood memories."
|
||
},
|
||
"ne_shilard": {
|
||
"name": "Shilard Fitz-Oesterlen",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "spy",
|
||
"filename": "shilard",
|
||
"count": "1",
|
||
"quote": "Warfare is mere sound and fury - diplomacy is what truly shapes history."
|
||
},
|
||
"ne_siege_engineer": {
|
||
"name": "Siege Engineer",
|
||
"deck": "nilfgaard",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "siege_engineer",
|
||
"count": "1",
|
||
"quote": "Wielded correctly, a protactor can be a deadly weapon."
|
||
},
|
||
"ne_siege_support": {
|
||
"name": "Siege Technician",
|
||
"deck": "nilfgaard",
|
||
"row": "siege",
|
||
"strength": "0",
|
||
"ability": "medic",
|
||
"filename": "siege_support",
|
||
"count": "1",
|
||
"quote": "I never miss twice."
|
||
},
|
||
"ne_stefan": {
|
||
"name": "Stefan Skellen",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "9",
|
||
"ability": "spy",
|
||
"filename": "stefan",
|
||
"count": "1",
|
||
"quote": "My mark scards the face of our future empress. That is my proudest achievement."
|
||
},
|
||
"ne_sweers": {
|
||
"name": "Sweers",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "2",
|
||
"ability": "",
|
||
"filename": "sweers",
|
||
"count": "1",
|
||
"quote": "And hands off the girl! Whatever we may be, we're not savages."
|
||
},
|
||
"ne_tibor": {
|
||
"name": "Tibor Eggebracht",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "tibor",
|
||
"count": "1",
|
||
"quote": "Albaaaa! Forward!! Alba! Long live the Emperor!"
|
||
},
|
||
"ne_vanhemar": {
|
||
"name": "Vanhemar",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "vanhemar",
|
||
"count": "1",
|
||
"quote": "For a fire mage, he's not very... flamboyant."
|
||
},
|
||
"ne_vattier": {
|
||
"name": "Vattier de Rideaux",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "spy",
|
||
"filename": "vattier",
|
||
"count": "1",
|
||
"quote": "There's never been a problem a well-planned assassination couldn't solve."
|
||
},
|
||
"ne_vreemde": {
|
||
"name": "Vreemde",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "vreemde",
|
||
"count": "1",
|
||
"quote": "Discipline is the Empire's deadliest weapon."
|
||
},
|
||
"ne_young_emissary_1": {
|
||
"name": "Young Emissary",
|
||
"id": 1,
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "bond",
|
||
"filename": "young_emissary_1",
|
||
"count": "1",
|
||
"target": "ne_young_emissary",
|
||
"quote": "If I acquit myself well, perhaps next they'll post me somewhere more civilized."
|
||
},
|
||
"ne_young_emissary_2": {
|
||
"name": "Young Emissary",
|
||
"id": 2,
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "bond",
|
||
"filename": "young_emissary_2",
|
||
"count": "1",
|
||
"target": "ne_young_emissary",
|
||
"quote": "If I acquit myself well, perhaps next they'll post me somewhere more civilized."
|
||
},
|
||
"ne_zerri": {
|
||
"name": "Zerrikanian Fire Scorpion",
|
||
"deck": "nilfgaard",
|
||
"row": "siege",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "zerri",
|
||
"count": "1",
|
||
"quote": "The Zerrikanian Desert used to be a lush garden. Then these came along."
|
||
},
|
||
"mo_eredin_commander": {
|
||
"name": "Eredin - Commander of the Red Riders",
|
||
"deck": "monsters",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "eredin_commander",
|
||
"filename": "eredin_commander",
|
||
"count": "1",
|
||
"quote": "Go on. Show me your spins, pirouettes and feints. I want to watch."
|
||
},
|
||
"mo_eredin_bringer_of_death": {
|
||
"name": "Eredin - Bringer of Death",
|
||
"deck": "monsters",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "eredin_bringer_of_death",
|
||
"filename": "eredin_bringer_of_death",
|
||
"count": "1",
|
||
"quote": "It is unavoidable."
|
||
},
|
||
"mo_eredin_destroyer": {
|
||
"name": "Eredin - Destroyer of Worlds",
|
||
"deck": "monsters",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "eredin_destroyer",
|
||
"filename": "eredin_destroyer",
|
||
"count": "1",
|
||
"quote": "I've long awaited this..."
|
||
},
|
||
"mo_eredin_king": {
|
||
"name": "Eredin - King of the Wild Hunt",
|
||
"deck": "monsters",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "eredin_king",
|
||
"filename": "eredin_king",
|
||
"count": "1",
|
||
"quote": "Have some dignity. You know how this will end."
|
||
},
|
||
"mo_eredin_the_treacherous": {
|
||
"name": "Eredin Bréacc Glas - The Treacherous",
|
||
"deck": "monsters",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "eredin_treacherous",
|
||
"filename": "eredin_the_treacherous",
|
||
"count": "1",
|
||
"quote": "I'm enjoying this. You are my toy."
|
||
},
|
||
"mo_arachas": {
|
||
"name": "Arachas ",
|
||
"id": 1,
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "arachas",
|
||
"count": "1",
|
||
"target": "mo_arachas",
|
||
"quote": "Ugly - nature's way of saying 'Stay the fuck away'"
|
||
},
|
||
"mo_arachas_1": {
|
||
"name": "Arachas ",
|
||
"id": 2,
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "arachas_1",
|
||
"count": "1",
|
||
"target": "mo_arachas",
|
||
"quote": "Ugly - nature's way of saying 'Stay the fuck away'"
|
||
},
|
||
"mo_arachas_2": {
|
||
"name": "Arachas ",
|
||
"id": 3,
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "arachas_2",
|
||
"count": "1",
|
||
"target": "mo_arachas",
|
||
"quote": "Ugly - nature's way of saying 'Stay the fuck away'"
|
||
},
|
||
"mo_arachas_behemoth": {
|
||
"name": "Arachas- Behemoth",
|
||
"id": 4,
|
||
"deck": "monsters",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "muster",
|
||
"filename": "arachas_behemoth",
|
||
"count": "1",
|
||
"target": "mo_arachas",
|
||
"quote": "Like a cross between a crab, a spider... and a ploughin' moutain."
|
||
},
|
||
"mo_botchling": {
|
||
"name": "Botchling",
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "avenger",
|
||
"filename": "botchling",
|
||
"count": "1",
|
||
"target": "mo_lubberkin",
|
||
"quote": "Admit your mistakes and bury them proper - else they'll come back to haunt you."
|
||
},
|
||
"mo_celaeno_harpy": {
|
||
"name": "Celaeno Harpy",
|
||
"deck": "monsters",
|
||
"row": "agile",
|
||
"strength": "2",
|
||
"ability": "",
|
||
"filename": "celaeno_harpy",
|
||
"count": "1",
|
||
"quote": "Common harpies feed on carrion. Calaeno harpies... they feed on dreams."
|
||
},
|
||
"mo_cockatrice": {
|
||
"name": "Cockatrice",
|
||
"deck": "monsters",
|
||
"row": "ranged",
|
||
"strength": "2",
|
||
"ability": "",
|
||
"filename": "cockatrice",
|
||
"count": "1",
|
||
"quote": "Born of an egg laid by a cockerel... if you believe such peasant drivel."
|
||
},
|
||
"mo_witch_velen": {
|
||
"name": "Crone - Brewess",
|
||
"id": 1,
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "muster",
|
||
"filename": "witch_velen",
|
||
"count": "1",
|
||
"target": "mo_witch_velen",
|
||
"quote": "We'll cut you up, boy. A fina broth you will make."
|
||
},
|
||
"mo_witch_velen_1": {
|
||
"name": "Crone - Weavess",
|
||
"id": 2,
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "muster",
|
||
"filename": "witch_velen_1",
|
||
"count": "1",
|
||
"target": "mo_witch_velen",
|
||
"quote": "I sense your pain. I see your fear..."
|
||
},
|
||
"mo_witch_velen_2": {
|
||
"name": "Crone - Whispess",
|
||
"id": 3,
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "muster",
|
||
"filename": "witch_velen_2",
|
||
"count": "1",
|
||
"target": "mo_witch_velen",
|
||
"quote": "I'l be your best - and last."
|
||
},
|
||
"mo_draug": {
|
||
"name": "Draug",
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "draug",
|
||
"count": "1",
|
||
"quote": "Some men cannot admit defeat. Some keep fighting from beyond the grave."
|
||
},
|
||
"mo_earth_elemental": {
|
||
"name": "Earth Elemental",
|
||
"deck": "monsters",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "earth_elemental",
|
||
"count": "1",
|
||
"quote": "How to fight an earth elemental? You don't. You run. Fast as you can."
|
||
},
|
||
"mo_endrega": {
|
||
"name": "Endrega",
|
||
"deck": "monsters",
|
||
"row": "ranged",
|
||
"strength": "2",
|
||
"ability": "",
|
||
"filename": "endrega",
|
||
"count": "1",
|
||
"quote": "The nest! Take out the nest, or the bastard'll just keep coming!"
|
||
},
|
||
"mo_fiend": {
|
||
"name": "Fiend",
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "fiend",
|
||
"count": "1",
|
||
"quote": "A fiend looks like a deer. An enormous, evil deer."
|
||
},
|
||
"mo_fire_elemental": {
|
||
"name": "Fire Elemental",
|
||
"deck": "monsters",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "fire_elemental",
|
||
"count": "1",
|
||
"quote": "Fire is so delightful."
|
||
},
|
||
"mo_fogling": {
|
||
"name": "Foglet",
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "2",
|
||
"ability": "",
|
||
"filename": "fogling",
|
||
"count": "1",
|
||
"quote": "Fog creeps on little cat feet. Foglets creep over the bodies of their victims."
|
||
},
|
||
"mo_forktail": {
|
||
"name": "Forktail",
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "forktail",
|
||
"count": "1",
|
||
"quote": "Fork tail.. Bah! Fuckers' tails're more like cleavers."
|
||
},
|
||
"mo_frightener": {
|
||
"name": "Frightener",
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "frightener",
|
||
"count": "1",
|
||
"quote": "'What have I done?' the mage cried out, frightened of his own creation."
|
||
},
|
||
"mo_gargoyle": {
|
||
"name": "Gargoyle",
|
||
"deck": "monsters",
|
||
"row": "ranged",
|
||
"strength": "2",
|
||
"ability": "",
|
||
"filename": "gargoyle",
|
||
"count": "1",
|
||
"quote": "Ancient sculptors' nightmarish fantasies brought to life by bored mages."
|
||
},
|
||
"mo_ghoul": {
|
||
"name": "Ghoul",
|
||
"id": 1,
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "1",
|
||
"ability": "muster",
|
||
"filename": "ghoul",
|
||
"count": "1",
|
||
"target": "mo_ghoul",
|
||
"quote": "If ghouls are part of the Circle of Life... then it's a damn vicious circle."
|
||
},
|
||
"mo_ghoul_1": {
|
||
"name": "Ghoul",
|
||
"id": 2,
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "1",
|
||
"ability": "muster",
|
||
"filename": "ghoul_1",
|
||
"count": "1",
|
||
"target": "mo_ghoul",
|
||
"quote": "If ghouls are part of the Circle of Life... then it's a damn vicious circle."
|
||
},
|
||
"mo_ghoul_2": {
|
||
"name": "Ghoul",
|
||
"id": 3,
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "1",
|
||
"ability": "muster",
|
||
"filename": "ghoul_2",
|
||
"count": "1",
|
||
"target": "mo_ghoul",
|
||
"quote": "If ghouls are part of the Circle of Life... then it's a damn vicious circle."
|
||
},
|
||
"mo_gravehag": {
|
||
"name": "Grave Hag",
|
||
"deck": "monsters",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "gravehag",
|
||
"count": "1",
|
||
"quote": "Their long tongues're for slurping marrow - and whipping prey."
|
||
},
|
||
"mo_gryffin": {
|
||
"name": "Griffin",
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "gryffin",
|
||
"count": "1",
|
||
"quote": "Griffins like to toy with their prey. Eat 'em alive, piece by piece."
|
||
},
|
||
"mo_harpy": {
|
||
"name": "Harpy",
|
||
"deck": "monsters",
|
||
"row": "agile",
|
||
"strength": "2",
|
||
"ability": "",
|
||
"filename": "harpy",
|
||
"count": "1",
|
||
"quote": "There are many species of harpy, and all are klepmaniacs."
|
||
},
|
||
"mo_frost_giant": {
|
||
"name": "Ice Giant",
|
||
"deck": "monsters",
|
||
"row": "siege",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "frost_giant",
|
||
"count": "1",
|
||
"quote": "Fled one time in my life. From the Ice Giant. And I'm not a bit ashamed."
|
||
},
|
||
"mo_imlerith": {
|
||
"name": "Imlerith",
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "imlerith",
|
||
"count": "1",
|
||
"quote": "Ladd nahw! Kill them! Litter the earth with their entrails!"
|
||
},
|
||
"mo_kayran": {
|
||
"name": "Kayran",
|
||
"deck": "monsters",
|
||
"row": "agile",
|
||
"strength": "8",
|
||
"ability": "hero morale",
|
||
"filename": "kayran",
|
||
"count": "1",
|
||
"quote": "Kill a kayran? Simple. Take your best sword... then sell it and hire a witcher."
|
||
},
|
||
"mo_leshen": {
|
||
"name": "Leshen",
|
||
"deck": "monsters",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "leshen",
|
||
"count": "1",
|
||
"quote": "We never hunt in these woods. Not even if it means the whole village starves."
|
||
},
|
||
"mo_nekker": {
|
||
"name": "Nekker",
|
||
"id": 1,
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "2",
|
||
"ability": "muster",
|
||
"filename": "nekker",
|
||
"count": "1",
|
||
"target": "mo_nekker",
|
||
"quote": "Damn things are almost cute, if you ignore the whole vicious killer aspect."
|
||
},
|
||
"mo_nekker_1": {
|
||
"name": "Nekker",
|
||
"id": 1,
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "2",
|
||
"ability": "muster",
|
||
"filename": "nekker_1",
|
||
"count": "1",
|
||
"target": "mo_nekker",
|
||
"quote": "Damn things are almost cute, if you ignore the whole vicious killer aspect."
|
||
},
|
||
"mo_nekker_2": {
|
||
"name": "Nekker",
|
||
"id": 3,
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "2",
|
||
"ability": "muster",
|
||
"filename": "nekker_2",
|
||
"count": "1",
|
||
"target": "mo_nekker",
|
||
"quote": "Damn things are almost cute, if you ignore the whole vicious killer aspect."
|
||
},
|
||
"mo_mighty_maiden": {
|
||
"name": "Plague Maiden",
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "mighty_maiden",
|
||
"count": "1",
|
||
"quote": "The sick rave about a boil-pocked woman surrounded by herds of rabid rats..."
|
||
},
|
||
"mo_bruxa": {
|
||
"name": "Vampire - Bruxa",
|
||
"id": 1,
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "bruxa",
|
||
"count": "1",
|
||
"target": "mo_vampire",
|
||
"quote": "A vile, bloodthirsty, man-eating hag. Kind of like my mother-in-law."
|
||
},
|
||
"mo_ekkima": {
|
||
"name": "Vampire - Ekimmara",
|
||
"id": 2,
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "ekkima",
|
||
"count": "1",
|
||
"target": "mo_vampire",
|
||
"quote": "Who would think overgrown bats would have a taste for gaudy jewelry?"
|
||
},
|
||
"mo_fleder": {
|
||
"name": "Vampire - Fleder",
|
||
"id": 3,
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "fleder",
|
||
"count": "1",
|
||
"target": "mo_vampire",
|
||
"quote": "Higher vampieres embrace their victims. Fleders rim them to shreds."
|
||
},
|
||
"mo_garkain": {
|
||
"name": "Vampire - Garkain",
|
||
"id": 4,
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "garkain",
|
||
"count": "1",
|
||
"target": "mo_vampire",
|
||
"quote": "Blood-drinkers and corpse-eaters so foul their very ugliness paralyses foes."
|
||
},
|
||
"mo_katakan": {
|
||
"name": "Vampire - Katakan",
|
||
"id": 5,
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "muster",
|
||
"filename": "katakan",
|
||
"count": "1",
|
||
"target": "mo_vampire",
|
||
"quote": "Drinking the blood of the Continent since the Conjunction."
|
||
},
|
||
"mo_werewolf": {
|
||
"name": "Werewolf",
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "werewolf",
|
||
"count": "1",
|
||
"quote": "Wolves aren't as bad as they say. Werewolves, though - they're worse."
|
||
},
|
||
"mo_wyvern": {
|
||
"name": "Wyvern",
|
||
"deck": "monsters",
|
||
"row": "ranged",
|
||
"strength": "2",
|
||
"ability": "",
|
||
"filename": "wyvern",
|
||
"count": "1",
|
||
"quote": "Imagine a cross between a winged snake and a nightmare. Wyverns are worse."
|
||
},
|
||
"mo_toad": {
|
||
"name": "Toad",
|
||
"deck": "monsters",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "scorch_c",
|
||
"filename": "toad",
|
||
"count": "1",
|
||
"quote": "Big. Bad. Ugly. Squats in the sewers."
|
||
},
|
||
"sc_francesca_queen": {
|
||
"name": "Francesca Findabair - Queen of Dol Blathanna",
|
||
"deck": "scoiatael",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "francesca_queen",
|
||
"filename": "francesca_queen",
|
||
"count": "1",
|
||
"quote": "Ash shall fertilize the soil. By spring, the valley shall bloom once more."
|
||
},
|
||
"sc_francesca_beautiful": {
|
||
"name": "Francesca Findabair - the Beautiful",
|
||
"deck": "scoiatael",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "francesca_beautiful",
|
||
"filename": "francesca_beautiful",
|
||
"count": "1",
|
||
"quote": "The Elder Races have forgotten more than humans can ever hope to know."
|
||
},
|
||
"sc_francesca_daisy": {
|
||
"name": "Francesca Findabair - Daisy of the Valley",
|
||
"deck": "scoiatael",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "francesca_daisy",
|
||
"filename": "francesca_daisy",
|
||
"count": "1",
|
||
"quote": "Do not let my beauty distract your aim."
|
||
},
|
||
"sc_francesca_pureblood": {
|
||
"name": "Francesca Findabair - Pureblood Elf",
|
||
"deck": "scoiatael",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "francesca_pureblood",
|
||
"filename": "francesca_pureblood",
|
||
"count": "1",
|
||
"quote": "To live in peave, we first must kill. This is human oppression's cruel finale."
|
||
},
|
||
"sc_francesca_hope_of_the_aen_seidhe": {
|
||
"name": "Francesca Findabair - Hope of the Aen Seidhe",
|
||
"deck": "scoiatael",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "francesca_hope",
|
||
"filename": "francesca_hope_of_the_aen_seidhe",
|
||
"count": "1",
|
||
"quote": "Daede sian caente, Aen Seidhe en'allane ael coeden..."
|
||
},
|
||
"sc_ciaran": {
|
||
"name": "Ciaran aep Easnillien",
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "3",
|
||
"ability": "",
|
||
"filename": "ciaran",
|
||
"count": "1",
|
||
"quote": "The path to freedom is paved in blood not ink."
|
||
},
|
||
"sc_barclay": {
|
||
"name": "Barclay Els",
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "barclay",
|
||
"count": "1",
|
||
"quote": "Our mead smells like piss, do it? Easy to fix - I'll break your fuckin' nose!"
|
||
},
|
||
"sc_dennis": {
|
||
"name": "Dennis Cranmer",
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "dennis",
|
||
"count": "1",
|
||
"quote": "I know how to carry out orders, so you can shove you advice up your coal chute."
|
||
},
|
||
"sc_dol_archer": {
|
||
"name": "Dol Blathanna Archer",
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "dol_archer",
|
||
"count": "1",
|
||
"quote": "Take another step, dh'oine. You'd look better with an arrow between your eyes."
|
||
},
|
||
"sc_dol_infantry": {
|
||
"name": "Dol Blathanna Scout",
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "dol_infantry",
|
||
"count": "1",
|
||
"quote": "They track like hounds, run like deer and kill like cold-hearted bastards."
|
||
},
|
||
"sc_dol_infantry_1": {
|
||
"name": "Dol Blathanna Scout",
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "dol_infantry_1",
|
||
"count": "1",
|
||
"quote": "They track like hounds, run like deer and kill like cold-hearted bastards."
|
||
},
|
||
"sc_dol_infantry_2": {
|
||
"name": "Dol Blathanna Scout",
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "dol_infantry_2",
|
||
"count": "1",
|
||
"quote": "They track like hounds, run like deer and kill like cold-hearted bastards."
|
||
},
|
||
"sc_dwarf": {
|
||
"name": "Dwarven Skirmisher",
|
||
"id": 1,
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "dwarf",
|
||
"count": "1",
|
||
"target": "sc_dwarf",
|
||
"quote": "Worked a pickaxe all me life. Battleaxe won't be any trouble."
|
||
},
|
||
"sc_dwarf_1": {
|
||
"name": "Dwarven Skirmisher",
|
||
"id": 2,
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "dwarf_1",
|
||
"count": "1",
|
||
"target": "sc_dwarf",
|
||
"quote": "Worked a pickaxe all me life. Battleaxe won't be any trouble."
|
||
},
|
||
"sc_dwarf_2": {
|
||
"name": "Dwarven Skirmisher",
|
||
"id": 3,
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "dwarf_2",
|
||
"count": "1",
|
||
"target": "sc_dwarf",
|
||
"quote": "Worked a pickaxe all me life. Battleaxe won't be any trouble."
|
||
},
|
||
"sc_eithne": {
|
||
"name": "Eithné",
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "eithne",
|
||
"count": "1",
|
||
"quote": "The dryad queen has eyes of molten silver, and a heart of cold-forged steel."
|
||
},
|
||
"sc_elf_skirmisher": {
|
||
"name": "Elven Skirmisher",
|
||
"id": 1,
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "2",
|
||
"ability": "muster",
|
||
"filename": "elf_skirmisher",
|
||
"count": "1",
|
||
"target": "sc_elf_skirmisher",
|
||
"quote": "No matter what you may have heard, elves don't take human scalps. Too much lice."
|
||
},
|
||
"sc_elf_skirmisher_1": {
|
||
"name": "Elven Skirmisher",
|
||
"id": 2,
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "2",
|
||
"ability": "muster",
|
||
"filename": "elf_skirmisher_1",
|
||
"count": "1",
|
||
"target": "sc_elf_skirmisher",
|
||
"quote": "No matter what you may have heard, elves don't take human scalps. Too much lice."
|
||
},
|
||
"sc_elf_skirmisher_2": {
|
||
"name": "Elven Skirmisher",
|
||
"id": 3,
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "2",
|
||
"ability": "muster",
|
||
"filename": "elf_skirmisher_2",
|
||
"count": "1",
|
||
"target": "sc_elf_skirmisher",
|
||
"quote": "No matter what you may have heard, elves don't take human scalps. Too much lice."
|
||
},
|
||
"sc_filavandrel": {
|
||
"name": "Filavandrel aen Fidhail",
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "filavandrel",
|
||
"count": "1",
|
||
"quote": "Though we are now few and scattered, our hearts burn brighter than ever."
|
||
},
|
||
"sc_havekar_nurse": {
|
||
"name": "Havekar Healer",
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "0",
|
||
"ability": "medic",
|
||
"filename": "havekar_nurse",
|
||
"count": "1",
|
||
"quote": "Sure, I'll patch you up. Gonna cost you, though."
|
||
},
|
||
"sc_havekar_nurse_1": {
|
||
"name": "Havekar Healer",
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "0",
|
||
"ability": "medic",
|
||
"filename": "havekar_nurse_1",
|
||
"count": "1",
|
||
"quote": "Sure, I'll patch you up. Gonna cost you, though."
|
||
},
|
||
"sc_havekar_nurse_2": {
|
||
"name": "Havekar Healer",
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "0",
|
||
"ability": "medic",
|
||
"filename": "havekar_nurse_2",
|
||
"count": "1",
|
||
"quote": "Sure, I'll patch you up. Gonna cost you, though."
|
||
},
|
||
"sc_havekar_support": {
|
||
"name": "Havekar Smuggler",
|
||
"id": 1,
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "muster",
|
||
"filename": "havekar_support",
|
||
"count": "1",
|
||
"target": "sc_havekar_support",
|
||
"quote": "I fight for whoever's paying the best. Or whoever's easiest to rob."
|
||
},
|
||
"sc_havekar_support_1": {
|
||
"name": "Havekar Smuggler",
|
||
"id": 2,
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "muster",
|
||
"filename": "havekar_support_1",
|
||
"count": "1",
|
||
"target": "sc_havekar_support",
|
||
"quote": "I fight for whoever's paying the best. Or whoever's easiest to rob."
|
||
},
|
||
"sc_havekar_support_2": {
|
||
"name": "Havekar Smuggler",
|
||
"id": 3,
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "muster",
|
||
"filename": "havekar_support_2",
|
||
"count": "1",
|
||
"target": "sc_havekar_support",
|
||
"quote": "I fight for whoever's paying the best. Or whoever's easiest to rob."
|
||
},
|
||
"sc_ida": {
|
||
"name": "Ida Emean aep Sivney",
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "ida",
|
||
"count": "1",
|
||
"quote": "I am a Sage. My power lies in possessing knowledge. Not sharing it."
|
||
},
|
||
"sc_iorveth": {
|
||
"name": "Iorveth",
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "iorveth",
|
||
"count": "1",
|
||
"quote": "King or beggar, what's the difference? One dh'oine less."
|
||
},
|
||
"sc_isengrim": {
|
||
"name": "Isengrim Faoiltiarna",
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero morale",
|
||
"filename": "isengrim",
|
||
"count": "1",
|
||
"quote": "It dawns on them once they notice my scar: a realization of imminent death."
|
||
},
|
||
"sc_mahakam": {
|
||
"name": "Mahakaman Defender",
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "mahakam",
|
||
"count": "1",
|
||
"quote": "I'm telling ye, we're born for battle - we slash straight at their kneed!"
|
||
},
|
||
"sc_mahakam_1": {
|
||
"name": "Mahakaman Defender",
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "mahakam_1",
|
||
"count": "1",
|
||
"quote": "I'm telling ye, we're born for battle - we slash straight at their kneed!"
|
||
},
|
||
"sc_mahakam_2": {
|
||
"name": "Mahakaman Defender",
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "mahakam_2",
|
||
"count": "1",
|
||
"quote": "I'm telling ye, we're born for battle - we slash straight at their kneed!"
|
||
},
|
||
"sc_mahakam_3": {
|
||
"name": "Mahakaman Defender",
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "mahakam_3",
|
||
"count": "1",
|
||
"quote": "I'm telling ye, we're born for battle - we slash straight at their kneed!"
|
||
},
|
||
"sc_mahakam_4": {
|
||
"name": "Mahakaman Defender",
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "mahakam_4",
|
||
"count": "1",
|
||
"quote": "I'm telling ye, we're born for battle - we slash straight at their kneed!"
|
||
},
|
||
"sc_milva": {
|
||
"name": "Milva",
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "morale",
|
||
"filename": "milva",
|
||
"count": "1",
|
||
"quote": "With each arrow I loose, I think of my da. He'd be proud. I think."
|
||
},
|
||
"sc_riordain": {
|
||
"name": "Riordain",
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "1",
|
||
"ability": "",
|
||
"filename": "riordain",
|
||
"count": "1",
|
||
"quote": "Stare into their eyes, feast on their terror. Then go in for the kill."
|
||
},
|
||
"sc_saskia": {
|
||
"name": "Saesenthessis",
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "saskia",
|
||
"count": "1",
|
||
"quote": "Beautiful, pure, fierce - the perfect icon for a rebellion."
|
||
},
|
||
"sc_toruviel": {
|
||
"name": "Toruviel",
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "2",
|
||
"ability": "",
|
||
"filename": "toruviel",
|
||
"count": "1",
|
||
"quote": "I'd gladly kill you from up close, stare in your eyese... But you reek, human."
|
||
},
|
||
"sc_vrihedd_cadet": {
|
||
"name": "Vrihedd Brigade Recruit",
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "vrihedd_cadet",
|
||
"count": "1",
|
||
"quote": "Hatred burns brighter than any fire, and cuts deeper than any blade."
|
||
},
|
||
"sc_vrihedd_brigade": {
|
||
"name": "Vrihedd Brigade Veteran",
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "vrihedd_brigade",
|
||
"count": "1",
|
||
"quote": "'Vrihedd? What's that mean?' 'Trouble.'"
|
||
},
|
||
"sc_vrihedd_brigade_1": {
|
||
"name": "Vrihedd Brigade Veteran",
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "vrihedd_brigade_1",
|
||
"count": "1",
|
||
"quote": "'Vrihedd? What's that mean?' 'Trouble.'"
|
||
},
|
||
"sc_yaevinn": {
|
||
"name": "Yaevinn",
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "yaevinn",
|
||
"count": "1",
|
||
"quote": "We are drops of rain that together make a ferocious storm."
|
||
},
|
||
"sk_berserker": {
|
||
"name": "Berserker",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "berserker",
|
||
"filename": "berserker",
|
||
"count": "1",
|
||
"target": "sk_vildkaarl",
|
||
"quote": "Kill, crush, cleave!"
|
||
},
|
||
"sk_birna": {
|
||
"name": "Birna Bran",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "2",
|
||
"ability": "medic",
|
||
"filename": "birna",
|
||
"count": "1",
|
||
"quote": "Skellige must have a strong king. No matter what it takes."
|
||
},
|
||
"sk_blueboy": {
|
||
"name": "Blueboy Lugos",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "blueboy",
|
||
"count": "1",
|
||
"quote": "I'm damn near ready to puke from boredom."
|
||
},
|
||
"sk_cerys": {
|
||
"name": "Cerys",
|
||
"id": 4,
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero muster",
|
||
"filename": "cerys",
|
||
"count": "1",
|
||
"target": "sk_shield_maiden",
|
||
"quote": "They call me Sparrowhawk, know why? Because I eat rats like you for breakfast."
|
||
},
|
||
"sk_brokva_archer": {
|
||
"name": "Clan Brokvar Archer",
|
||
"deck": "skellige",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "brokva_archer",
|
||
"count": "2",
|
||
"quote": "So ye can hit a movin' target at two hundred paces. Me, too. In a storm."
|
||
},
|
||
"sk_dimun_pirate": {
|
||
"name": "Clan Dimun Pirate",
|
||
"deck": "skellige",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "scorch",
|
||
"filename": "dimun_pirate",
|
||
"count": "1",
|
||
"quote": "Can see the fear in their eyes. Fear o' me... fer o' Clan Dimun!"
|
||
},
|
||
"sk_shield_maiden_1": {
|
||
"name": "Clan Drummond Shield Maiden",
|
||
"id": 1,
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "bond",
|
||
"filename": "shield_maiden_1",
|
||
"count": "1",
|
||
"target": "sk_shield_maiden",
|
||
"quote": "They'll shatter on our shields like waves on a rocky shore."
|
||
},
|
||
"sk_shield_maiden_2": {
|
||
"name": "Clan Drummond Shield Maiden",
|
||
"id": 2,
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "bond",
|
||
"filename": "shield_maiden_2",
|
||
"count": "1",
|
||
"target": "sk_shield_maiden",
|
||
"quote": "They'll shatter on our shields like waves on a rocky shore."
|
||
},
|
||
"sk_shield_maiden_3": {
|
||
"name": "Clan Drummond Shield Maiden",
|
||
"id": 3,
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "bond",
|
||
"filename": "shield_maiden_3",
|
||
"count": "1",
|
||
"target": "sk_shield_maiden",
|
||
"quote": "They'll shatter on our shields like waves on a rocky shore."
|
||
},
|
||
"sk_heymaey": {
|
||
"name": "Clan Heymaey Skald",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "heymaey",
|
||
"count": "1",
|
||
"quote": "The deeds of Clan Haymaeu will go down in history."
|
||
},
|
||
"sk_tordarroch": {
|
||
"name": "Clan Tordarroch Armorsmith",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "tordarroch",
|
||
"count": "1",
|
||
"quote": "Ye're in for poundin'."
|
||
},
|
||
"sk_craite_warrior_1": {
|
||
"name": "Clan an Craite Warrior",
|
||
"id": 1,
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "bond",
|
||
"filename": "craite_warrior_1",
|
||
"count": "1",
|
||
"target": "sk_craite_warrior",
|
||
"quote": "I'll bring the an Craites such glory, bards'll go hoarse singin' me praises!"
|
||
},
|
||
"sk_craite_warrior_2": {
|
||
"name": "Clan an Craite Warrior",
|
||
"id": 2,
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "bond",
|
||
"filename": "craite_warrior_2",
|
||
"count": "1",
|
||
"target": "sk_craite_warrior",
|
||
"quote": "I'll bring the an Craites such glory, bards'll go hoarse singin' me praises!"
|
||
},
|
||
"sk_craite_warrior_3": {
|
||
"name": "Clan an Craite Warrior",
|
||
"id": 3,
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "bond",
|
||
"filename": "craite_warrior_3",
|
||
"count": "1",
|
||
"target": "sk_craite_warrior",
|
||
"quote": "I'll bring the an Craites such glory, bards'll go hoarse singin' me praises!"
|
||
},
|
||
"sk_donar": {
|
||
"name": "Donar an Hindar",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "donar",
|
||
"count": "1",
|
||
"quote": "I've gathered all the jarls together. Now make your case."
|
||
},
|
||
"sk_draig": {
|
||
"name": "Draig Bon-Dhu",
|
||
"deck": "skellige",
|
||
"row": "siege",
|
||
"strength": "2",
|
||
"ability": "horn",
|
||
"filename": "draig",
|
||
"count": "1",
|
||
"quote": "Hear ye now the tale of the heroic deeds of Clan an Craite."
|
||
},
|
||
"sk_ermion": {
|
||
"name": "Ermion",
|
||
"deck": "skellige",
|
||
"row": "ranged",
|
||
"strength": "8",
|
||
"ability": "hero mardroeme",
|
||
"filename": "ermion",
|
||
"count": "1",
|
||
"quote": "Only the ignorant dismiss the importance of myths."
|
||
},
|
||
"sk_hemdall": {
|
||
"name": "Hemdall",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "11",
|
||
"ability": "hero",
|
||
"filename": "hemdall",
|
||
"count": "1",
|
||
"quote": "When the time of the White Frost comes, Hemdall will sound the call for battle."
|
||
},
|
||
"sk_hjalmar": {
|
||
"name": "Hjalmar",
|
||
"deck": "skellige",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "hjalmar",
|
||
"count": "1",
|
||
"quote": "Instead of mournin' the fallen, let's drink to their memory!"
|
||
},
|
||
"sk_holger": {
|
||
"name": "Holger Blackhand",
|
||
"deck": "skellige",
|
||
"row": "siege",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "holger",
|
||
"count": "1",
|
||
"quote": "Now let's drink to Emperor of Nilfgaard - may his prick forever stay limp!"
|
||
},
|
||
"sk_kambi": {
|
||
"name": "Kambi",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "0",
|
||
"ability": "avenger",
|
||
"filename": "kambi",
|
||
"count": "1",
|
||
"target": "sk_hemdall",
|
||
"quote": "When the time comes, the cockerel Kambi shall crow and awaken Hemdall."
|
||
},
|
||
"sk_light_longship": {
|
||
"name": "Light Longship",
|
||
"id": 1,
|
||
"deck": "skellige",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "light_longship",
|
||
"count": "3",
|
||
"target": "sk_light_longship",
|
||
"quote": "Escape them? In the waters of Skellige? Good luck."
|
||
},
|
||
"sk_madman_lugos": {
|
||
"name": "Madman Lugos",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "madman_lugos",
|
||
"count": "1",
|
||
"quote": "WAAAAAAAGH!!!!"
|
||
},
|
||
"spe_mardroeme": {
|
||
"name": "Mardroeme",
|
||
"deck": "special skellige",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "mardroeme",
|
||
"filename": "mardroeme",
|
||
"count": "3",
|
||
"quote": "Eat enough of them, and the world will never be the same..."
|
||
},
|
||
"sk_olaf": {
|
||
"name": "Olaf",
|
||
"deck": "skellige",
|
||
"row": "agile",
|
||
"strength": "12",
|
||
"ability": "morale",
|
||
"filename": "olaf",
|
||
"count": "1",
|
||
"quote": "Many've tried to defeat Olaf. But wont' hear about it from them - they're dead."
|
||
},
|
||
"spe_storm": {
|
||
"name": "Skellige Storm",
|
||
"deck": "weather realms skellige",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "rain fog",
|
||
"filename": "storm",
|
||
"count": "3",
|
||
"quote": "This ain't no normal storm. This here's the wrath of the gods."
|
||
},
|
||
"sk_svanrige": {
|
||
"name": "Svanrige",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "svanrige",
|
||
"count": "1",
|
||
"quote": "The emperor also thought him an accidental king. At first."
|
||
},
|
||
"sk_vildkaarl": {
|
||
"name": "Transformed Vildkaarl",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "14",
|
||
"ability": "morale",
|
||
"filename": "vildkaarl",
|
||
"count": "0",
|
||
"quote": "Saw them fight once in my life... and once was enough."
|
||
},
|
||
"sk_young_vildkaarl": {
|
||
"name": "Transformed Young Vildkaarl",
|
||
"id": 1,
|
||
"deck": "skellige",
|
||
"row": "ranged",
|
||
"strength": "8",
|
||
"ability": "bond",
|
||
"filename": "young_vildkaarl",
|
||
"count": "0",
|
||
"target": "sk_young_vildkaarl",
|
||
"quote": "Rooaaar!"
|
||
},
|
||
"sk_udalryk": {
|
||
"name": "Udalryk",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "udalryk",
|
||
"count": "1",
|
||
"quote": "Haaaargh! After me, if ye've the bollocks!"
|
||
},
|
||
"sk_war_longship_1": {
|
||
"name": "War Longship",
|
||
"id": 1,
|
||
"deck": "skellige",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "bond",
|
||
"filename": "war_longship_1",
|
||
"count": "1",
|
||
"target": "sk_war_longship",
|
||
"quote": "They say Hemdall's heart swells whenever the longships sail out on a raid."
|
||
},
|
||
"sk_war_longship_2": {
|
||
"name": "War Longship",
|
||
"id": 2,
|
||
"deck": "skellige",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "bond",
|
||
"filename": "war_longship_2",
|
||
"count": "1",
|
||
"target": "sk_war_longship",
|
||
"quote": "They say Hemdall's heart swells whenever the longships sail out on a raid."
|
||
},
|
||
"sk_young_berserker": {
|
||
"name": "Young Berserker",
|
||
"deck": "skellige",
|
||
"row": "ranged",
|
||
"strength": "2",
|
||
"ability": "berserker",
|
||
"filename": "young_berserker",
|
||
"count": "3",
|
||
"target": "sk_young_vildkaarl",
|
||
"quote": "Want some?"
|
||
},
|
||
"sk_crach_an_craite": {
|
||
"name": "Crach an Craite",
|
||
"deck": "skellige",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "crach_an_craite",
|
||
"filename": "crach_an_craite",
|
||
"count": "0",
|
||
"quote": "A king's gotta be wise. A king's gotta command respect. A king's gotta have stones."
|
||
},
|
||
"sk_king_bran": {
|
||
"name": "King Bran",
|
||
"deck": "skellige",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "king_bran",
|
||
"filename": "king_bran",
|
||
"count": "0",
|
||
"quote": "No one can replace Bran. Though they're sure to try."
|
||
},
|
||
"sc_schirru": {
|
||
"name": "Schirru",
|
||
"deck": "scoiatael",
|
||
"row": "siege",
|
||
"strength": "8",
|
||
"ability": "scorch_c",
|
||
"filename": "schirru",
|
||
"count": "1",
|
||
"quote": "Time to look death in the face."
|
||
}
|
||
};
|
||
|
||
/*
|
||
* Custom new cards
|
||
*/
|
||
|
||
|
||
var ext_nr_cards = {
|
||
"nr_foltest_pride": {
|
||
"name": "Foltest's Pride",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "9",
|
||
"ability": "",
|
||
"filename": "foltest_pride",
|
||
"count": "1",
|
||
"quote": "As King Foltest likes to say, it's not size that count, but whether it gets the job done."
|
||
},
|
||
"nr_temerian_soldier_1": {
|
||
"name": "Temerian Foot Soldier",
|
||
"id": 1,
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "2",
|
||
"ability": "bond",
|
||
"filename": "temerian_soldier_1",
|
||
"count": "1",
|
||
"target": "nr_temerian_soldier",
|
||
"quote": "Temeria! Gods shed all grace on thee! And smite thy foes with horrid woes, for all eternity!"
|
||
},
|
||
"nr_temerian_soldier_2": {
|
||
"name": "Temerian Foot Soldier",
|
||
"id": 2,
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "2",
|
||
"ability": "bond",
|
||
"filename": "temerian_soldier_2",
|
||
"count": "1",
|
||
"target": "nr_temerian_soldier",
|
||
"quote": "Temeria! Gods shed all grace on thee! And smite thy foes with horrid woes, for all eternity!"
|
||
},
|
||
"nr_temerian_soldier_3": {
|
||
"name": "Temerian Foot Soldier",
|
||
"id": 3,
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "2",
|
||
"ability": "bond",
|
||
"filename": "temerian_soldier_3",
|
||
"count": "1",
|
||
"target": "nr_temerian_soldier",
|
||
"quote": "Temeria! Gods shed all grace on thee! And smite thy foes with horrid woes, for all eternity!"
|
||
},
|
||
"nr_reaver_scout": {
|
||
"name": "Reaver Scout",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "spy",
|
||
"filename": "reaver_scout",
|
||
"count": "1",
|
||
"quote": "Haven't had much luck with monsters of late, so we enlisted."
|
||
},
|
||
"nr_temerian_drummer": {
|
||
"name": "Temerian Drummer",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "1",
|
||
"ability": "horn",
|
||
"filename": "temerian_drummer",
|
||
"count": "1",
|
||
"quote": "Not the career he had in mind when he told mummy he wanted to be a musician."
|
||
},
|
||
"nr_stripes_scout": {
|
||
"name": "Blue Stripes Scout",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "spy",
|
||
"filename": "stripes_scout",
|
||
"count": "1",
|
||
"quote": "Blue Stripes and Scoia'Tael are similar in one regard - hatred fuels both."
|
||
},
|
||
"nr_tridam_infantry": {
|
||
"name": "Tridam Infantry",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "tridam_infantry",
|
||
"count": "1",
|
||
"quote": "Soldiers loyal to the old baron of Tridam left the city with Falibor..."
|
||
},
|
||
"nr_vandergrift": {
|
||
"name": "Vandergrift",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "9",
|
||
"ability": "hero",
|
||
"filename": "vandergrift",
|
||
"count": "1",
|
||
"quote": "What has that witch done?!"
|
||
},
|
||
"nr_kaedweni_siege_support_1": {
|
||
"name": "Kaedweni Siege Support",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "2",
|
||
"ability": "morale",
|
||
"filename": "kaedweni_siege_support_1",
|
||
"count": "1",
|
||
"quote": "I never miss twice."
|
||
},
|
||
"nr_kaedweni_siege_support_2": {
|
||
"name": "Kaedweni Siege Support",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "2",
|
||
"ability": "morale",
|
||
"filename": "kaedweni_siege_support_2",
|
||
"count": "1",
|
||
"quote": "I never miss twice."
|
||
},
|
||
"nr_henselt": {
|
||
"name": "Henselt",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "henselt",
|
||
"count": "1",
|
||
"quote": "King Henselt did not look like a thief, but, with all due respect, that's really what he was."
|
||
},
|
||
"nr_kaedweni_reinforcement": {
|
||
"name": "Kaedweni Reinforcement",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "3",
|
||
"ability": "medic",
|
||
"filename": "kaedweni_reinforcement",
|
||
"count": "1",
|
||
"quote": "Sound the retreat! Regroup! And wait for reinforcements!"
|
||
},
|
||
"nr_reinforced_ballista_1": {
|
||
"name": "Reinforced Ballista",
|
||
"id": 1,
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "4",
|
||
"ability": "bond",
|
||
"filename": "reinforced_ballista_1",
|
||
"count": "1",
|
||
"target": "nr_reinforced_ballista",
|
||
"quote": "Never manages to hit the same place twice, which might constitute a real problem."
|
||
},
|
||
"nr_reinforced_ballista_2": {
|
||
"name": "Reinforced Ballista",
|
||
"id": 2,
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "4",
|
||
"ability": "bond",
|
||
"filename": "reinforced_ballista_2",
|
||
"count": "1",
|
||
"target": "nr_reinforced_ballista",
|
||
"quote": "Never manages to hit the same place twice, which might constitute a real problem."
|
||
},
|
||
"nr_reinforced_trebuchet_1": {
|
||
"name": "Reinforced Trebuchet",
|
||
"id": 1,
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "5",
|
||
"ability": "bond",
|
||
"filename": "reinforced_trebuchet_1",
|
||
"count": "1",
|
||
"target": "nr_reinforced_trebuchet",
|
||
"quote": "Feel that? The earth trembles each time Big Bertha loose a stone."
|
||
},
|
||
"nr_reinforced_trebuchet_2": {
|
||
"name": "Reinforced Trebuchet",
|
||
"id": 2,
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "5",
|
||
"ability": "bond",
|
||
"filename": "reinforced_trebuchet_2",
|
||
"count": "1",
|
||
"target": "nr_reinforced_trebuchet",
|
||
"quote": "Feel that? The earth trembles each time Big Bertha loose a stone."
|
||
},
|
||
"nr_ban_ard_tutor": {
|
||
"name": "Ban Ard Tutor",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "ban_ard_tutor",
|
||
"count": "1",
|
||
"quote": "Ban Ard deserved a mention, for it is famous for the school of young adepts of the magical arts."
|
||
},
|
||
"nr_demavend": {
|
||
"name": "Demavend",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "demavend",
|
||
"count": "1",
|
||
"quote": "War's crux lies in winning, not in being persistent."
|
||
},
|
||
"nr_kaedweni_knight": {
|
||
"name": "Kaedweni Knight",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "kaedweni_knight",
|
||
"count": "1",
|
||
"quote": "Not every man in the Kaedweni army supports his king's politics..."
|
||
},
|
||
"nr_dun_banner_heavy_cavalry_1": {
|
||
"name": "Dun Banner Heavy Cavalry",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "dun_banner_heavy_cavalry_1",
|
||
"count": "1",
|
||
"quote": "Always wondered... how the blazes do those lads handle nature's call...?"
|
||
},
|
||
"nr_dun_banner_heavy_cavalry_2": {
|
||
"name": "Dun Banner Heavy Cavalry",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "dun_banner_heavy_cavalry_2",
|
||
"count": "1",
|
||
"quote": "Always wondered... how the blazes do those lads handle nature's call...?"
|
||
},
|
||
"nr_odrin": {
|
||
"name": "Odrin",
|
||
"deck": "realms",
|
||
"row": "agile",
|
||
"strength": "3",
|
||
"ability": "morale",
|
||
"filename": "odrin",
|
||
"count": "1",
|
||
"quote": "Drinkin' without Odrin is like rowin' without a paddle."
|
||
},
|
||
"nr_seltkirk": {
|
||
"name": "Seltkirk of Gulet",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "seltkirk",
|
||
"count": "1",
|
||
"quote": "Seltkirk of Gulet was Demavend champion, known as the invincible white knight."
|
||
},
|
||
"nr_kaedweni_sergeant": {
|
||
"name": "Kaedweni Sergeant",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "5",
|
||
"ability": "morale",
|
||
"filename": "kaedweni_sergeant",
|
||
"count": "1",
|
||
"quote": "Forward, you sorry sods! Or you'll see the Nilfgaardians are the least of your worries!"
|
||
},
|
||
"nr_queen_calanthe": {
|
||
"name": "Queen Calanthe: Lioness of Cintra",
|
||
"deck": "realms",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "queen_calanthe",
|
||
"filename": "queen_calanthe",
|
||
"count": "1",
|
||
"quote": "They call her the 'Lioness of Cintra'. And not without good reason."
|
||
},
|
||
"nr_viraxas": {
|
||
"name": "Viraxas",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "9",
|
||
"ability": "hero",
|
||
"filename": "viraxas",
|
||
"count": "1",
|
||
"quote": "Revenge is a dish that tastes best when served for two."
|
||
},
|
||
"nr_kerack_fleet_marine_1": {
|
||
"name": "Kerack Fleet: Marine",
|
||
"id": 1,
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "kerack_fleet_marine_1",
|
||
"count": "1",
|
||
"target": "nr_kerack_fleet",
|
||
"quote": "I spy with my little eye something that is... green. Oh, shite! That's a dryad!"
|
||
},
|
||
"nr_kerack_fleet_frigate": {
|
||
"name": "Kerack Fleet: Frigate",
|
||
"id": 2,
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "kerack_fleet_frigate",
|
||
"count": "1",
|
||
"target": "nr_kerack_fleet",
|
||
"quote": "'I should buy a boat' said a Kerackian cat once. Or so claims the drunken ballad."
|
||
},
|
||
"nr_kerack_fleet_marine_2": {
|
||
"name": "Kerack Fleet: Marine",
|
||
"id": 3,
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "kerack_fleet_marine_2",
|
||
"count": "1",
|
||
"target": "nr_kerack_fleet",
|
||
"quote": "I spy with my little eye something that is... green. Oh, shite! That's a dryad!"
|
||
},
|
||
"nr_vissegerd": {
|
||
"name": "Vissegerd",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "vissegerd",
|
||
"count": "1",
|
||
"quote": "I will raise Cintra from the ashes no matter how great the cost."
|
||
},
|
||
"nr_cintrian_royal_guard": {
|
||
"name": "Cintrian Royal Guard",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "cintra_slaughter",
|
||
"filename": "cintrian_royal_guard",
|
||
"count": "2",
|
||
"quote": "I will raise Cintra from the ashes no matter how great the cost."
|
||
},
|
||
"spe_slaughther_cintra_1": {
|
||
"name": "Slaughter of Cintra",
|
||
"deck": "special realms",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "cintra_slaughter",
|
||
"filename": "slaughter_cintra_1",
|
||
"count": "1",
|
||
"quote": "The battle of Cintra, which Nordlings call the Slaughter of Cintra because of the very cruel actions of the Nilfgaardian army."
|
||
},
|
||
"spe_slaughther_cintra_2": {
|
||
"name": "Slaughter of Cintra",
|
||
"deck": "special realms",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "cintra_slaughter",
|
||
"filename": "slaughter_cintra_2",
|
||
"count": "1",
|
||
"quote": "The battle of Cintra, which Nordlings call the Slaughter of Cintra because of the very cruel actions of the Nilfgaardian army."
|
||
},
|
||
"spe_slaughther_cintra_3": {
|
||
"name": "Slaughter of Cintra",
|
||
"deck": "special realms",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "cintra_slaughter",
|
||
"filename": "slaughter_cintra_3",
|
||
"count": "1",
|
||
"quote": "The battle of Cintra, which Nordlings call the Slaughter of Cintra because of the very cruel actions of the Nilfgaardian army."
|
||
},
|
||
"nr_eist_tuirseach": {
|
||
"name": "Eist Tuirseach",
|
||
"id": 4,
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero muster",
|
||
"filename": "eist_tuirseach",
|
||
"count": "1",
|
||
"target": "skellige_fleet",
|
||
"quote": "Skellige and Cintra shall stand ever together."
|
||
},
|
||
"nr_skellige_fleet_1": {
|
||
"name": "Skellige Raiders Fleet",
|
||
"id": 1,
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "3",
|
||
"ability": "morale",
|
||
"filename": "skellige_fleet_1",
|
||
"count": "1",
|
||
"target": "skellige_fleet",
|
||
"quote": "The islanders know that there is fertile soil on the other side of the sea..."
|
||
},
|
||
"nr_skellige_fleet_2": {
|
||
"name": "Skellige Raiders Fleet",
|
||
"id": 2,
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "3",
|
||
"ability": "morale",
|
||
"filename": "skellige_fleet_2",
|
||
"count": "1",
|
||
"target": "skellige_fleet",
|
||
"quote": "The islanders know that there is fertile soil on the other side of the sea..."
|
||
},
|
||
"nr_skellige_fleet_3": {
|
||
"name": "Skellige Raiders Fleet",
|
||
"id": 3,
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "3",
|
||
"ability": "morale",
|
||
"filename": "skellige_fleet_3",
|
||
"count": "1",
|
||
"target": "skellige_fleet",
|
||
"quote": "The islanders know that there is fertile soil on the other side of the sea..."
|
||
},
|
||
"nr_cintrian_knight": {
|
||
"name": "Cintrian Knight",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "cintra_slaughter",
|
||
"filename": "cintrian_knight",
|
||
"count": "2",
|
||
"quote": "For whom does the bell toll?"
|
||
},
|
||
"nr_roegner": {
|
||
"name": "Roegner de Salm",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "roegner",
|
||
"count": "1",
|
||
"quote": "Roegner de Salm was the son of a prince of Salm in Ebbing."
|
||
},
|
||
"nr_pavetta": {
|
||
"name": "Pavetta",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "pavetta",
|
||
"count": "1",
|
||
"quote": "They said the queen was prone to outbursts but I did not expect that..."
|
||
},
|
||
"nr_kistrin_verden": {
|
||
"name": "Kistrin of Verden",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "kistrin_verden",
|
||
"count": "1",
|
||
"quote": "Oh dammit. Kistrin? Prince Kistrin? The son of King Ervyll of Verden?"
|
||
},
|
||
"nr_sha": {
|
||
"name": "Sha",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "3",
|
||
"ability": "avenger",
|
||
"filename": "sha",
|
||
"count": "1",
|
||
"target": "nr_kraken",
|
||
"quote": "A noblewoman from beyond the seas."
|
||
},
|
||
"nr_kraken": {
|
||
"name": "Kraken",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "11",
|
||
"ability": "hero scorch",
|
||
"filename": "kraken",
|
||
"count": "1",
|
||
"quote": "'A kra-kraken?' 'Yes, a kraken' the witcher repeated."
|
||
},
|
||
"nr_egmund": {
|
||
"name": "Egmund",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "scorch_c",
|
||
"filename": "egmund",
|
||
"count": "1",
|
||
"quote": "Since father has never appreciated nor trusted Egmund, it was but a simple decision to betray him."
|
||
},
|
||
"nr_eylembert_tigg": {
|
||
"name": "Eylembert of Tigg",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "1",
|
||
"ability": "horn",
|
||
"filename": "eylembert_tigg",
|
||
"count": "1",
|
||
"quote": "'Coodcoodak!' murmured Calanthe. 'This will be fun.'"
|
||
},
|
||
"nr_young_ciri": {
|
||
"name": "Young Ciri",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "avenger",
|
||
"filename": "young_ciri",
|
||
"count": "1",
|
||
"target": "ntr_ciri",
|
||
"quote": "I'm not afraid at all!"
|
||
},
|
||
"nr_cintrian_peasants": {
|
||
"name": "Cintrian Peasants",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "cintra_slaughter",
|
||
"filename": "cintrian_peasants",
|
||
"count": "2",
|
||
"quote": "There's a time to reap, at time to sow ...and a time to die."
|
||
},
|
||
"nr_windhalm": {
|
||
"name": "Windhalm of Attre",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "windhalm",
|
||
"count": "1",
|
||
"quote": "Off with his head! But slowly, drag it out, put on a show for all to see."
|
||
},
|
||
"nr_queen_meve": {
|
||
"name": "Queen Meve",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero morale",
|
||
"filename": "queen_meve",
|
||
"count": "1",
|
||
"quote": "It's war you want? Then war you shall have! For Lyria and Rivia! For the North!"
|
||
},
|
||
"nr_prince_anseis": {
|
||
"name": "Prince Anseis",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "prince_anseis",
|
||
"count": "1",
|
||
"quote": "Come forth, coward, and your very own doom confront!"
|
||
},
|
||
"nr_nastrog_levecque": {
|
||
"name": "Nastrog Division: Levecque",
|
||
"id": 4,
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "nastrog_levecque",
|
||
"count": "1",
|
||
"target": "nastrog_division",
|
||
"quote": "Oh, what a clever girl, you are. Too clever."
|
||
},
|
||
"nr_nastrog_junghans": {
|
||
"name": "Nastrog Division: Junghans",
|
||
"id": 1,
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "nastrog_junghans",
|
||
"count": "1",
|
||
"target": "nastrog_division",
|
||
"quote": "Junghans, a forester, can read spoors like a book."
|
||
},
|
||
"nr_nastrog_brick": {
|
||
"name": "Nastrog Division: Brick",
|
||
"id": 2,
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "nastrog_brick",
|
||
"count": "1",
|
||
"target": "nastrog_division",
|
||
"quote": "Blood for blood, I say!"
|
||
},
|
||
"nr_nastrog_beady_eyes": {
|
||
"name": "Nastrog Division: Beady-eyes",
|
||
"id": 3,
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "nastrog_beady_eyes",
|
||
"count": "1",
|
||
"target": "nastrog_division",
|
||
"quote": "There aren't any witnesses. But we know what happened."
|
||
},
|
||
"nr_letande_lavet": {
|
||
"name": "Letande Lavet",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "scorch",
|
||
"filename": "letande_lavet",
|
||
"count": "1",
|
||
"quote": "Killing enemies is not the same as slaughtering your countrymen. The Butcher of Cidaris likes the latter. And he's good at it."
|
||
},
|
||
"nr_kerack_city_guard": {
|
||
"name": "Kerack City Guard",
|
||
"id": 1,
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "bond",
|
||
"filename": "kerack_city_guard",
|
||
"count": "2",
|
||
"target": "kerack_city_guard",
|
||
"quote": "Geralt thought there were no ugly women, but in the guardhouse of Kerack he felt compelled to revise this view."
|
||
},
|
||
"nr_rainfarn": {
|
||
"name": "Rainfarn of Attre",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "rainfarn",
|
||
"count": "1",
|
||
"quote": "When Cintra fell, Attre followed, leaving the defenders a choice: accept the Nilfgaardian leash or die."
|
||
},
|
||
"nr_falibor": {
|
||
"name": "Falibor",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "8",
|
||
"ability": "",
|
||
"filename": "falibor",
|
||
"count": "1",
|
||
"quote": "I shan't fail... I cannot fail. For the baron!"
|
||
},
|
||
"nr_black_rayla": {
|
||
"name": "Black Rayla",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "black_rayla",
|
||
"count": "1",
|
||
"quote": "Enough chit-chat, draw your weapon. You'll never take me alive."
|
||
},
|
||
"nr_lyrian_landsknecht": {
|
||
"name": "Lyrian Landsknecht",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "lyrian_landsknecht",
|
||
"count": "1",
|
||
"quote": "Back to the dust whence you came!"
|
||
},
|
||
"nr_lyrian_heavy_cavalry": {
|
||
"name": "Lyrian Heavy Cavalry",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "lyrian_heavy_cavalry",
|
||
"count": "1",
|
||
"quote": "Gods save the queen!"
|
||
},
|
||
"nr_poor_infantry_4": {
|
||
"name": "Poor Fucking Infantry",
|
||
"id": 4,
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "1",
|
||
"ability": "bond",
|
||
"filename": "poor_infantry_4",
|
||
"count": "1",
|
||
"target": "nr_poor_infantry",
|
||
"quote": "I's a war veteran! ... spare me a crown?"
|
||
},
|
||
"nr_poor_infantry_5": {
|
||
"name": "Poor Fucking Infantry",
|
||
"id": 5,
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "1",
|
||
"ability": "bond",
|
||
"filename": "poor_infantry_5",
|
||
"count": "1",
|
||
"target": "nr_poor_infantry",
|
||
"quote": "I's a war veteran! ... spare me a crown?"
|
||
},
|
||
"nr_poor_infantry_6": {
|
||
"name": "Poor Fucking Infantry",
|
||
"id": 6,
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "1",
|
||
"ability": "bond",
|
||
"filename": "poor_infantry_6",
|
||
"count": "1",
|
||
"target": "nr_poor_infantry",
|
||
"quote": "I's a war veteran! ... spare me a crown?"
|
||
},
|
||
"nr_dun_banner_light_cavalry": {
|
||
"name": "Dun Banner Light Cavalry",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "dun_banner_light_cavalry",
|
||
"count": "1",
|
||
"quote": "The true owners of those cloaks and beaver-skin caps might be elsewhere."
|
||
},
|
||
"nr_cintrian_envoy": {
|
||
"name": "Cintrian Envoy",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "spy",
|
||
"filename": "cintrian_envoy",
|
||
"count": "1",
|
||
"quote": "She thought service in the diplomatic corps would mean a quiet life behind a desk. She and her blistered feet were sorely mistaken."
|
||
},
|
||
"nr_freixenet": {
|
||
"name": "Freixenet",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "freixenet",
|
||
"count": "1",
|
||
"quote": "He was only meant to be a breeding stud to her. But int he end, they fell in love regardless."
|
||
},
|
||
"nr_dorregaray": {
|
||
"name": "Dorregaray of Vole",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "spy",
|
||
"filename": "dorregaray",
|
||
"count": "1",
|
||
"quote": "Like the witchers, Dorregaray is a monster aficionado, though he's developed his own classification system."
|
||
},
|
||
"nr_valdo_marx": {
|
||
"name": "Valdo Marx",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "2",
|
||
"ability": "horn",
|
||
"filename": "valdo_marx",
|
||
"count": "1",
|
||
"quote": "'Firstly, may Valdo Marx, the troubadour of Cidaris, die of apoplexy as soon as possible.' - Dandellion"
|
||
},
|
||
"nr_mousesack": {
|
||
"name": "Mousesack",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "medic",
|
||
"filename": "mousesack",
|
||
"count": "1",
|
||
"quote": "Only the ignorant dismiss the importance of myths."
|
||
},
|
||
"nr_isbel_hagge": {
|
||
"name": "Isbel of Hagge",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "isbel_hagge",
|
||
"count": "1",
|
||
"quote": "So much anger and suggering, for what?"
|
||
},
|
||
"nr_lyrian_arbalest": {
|
||
"name": "Lyrian Arbalest",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "lyrian_arbalest",
|
||
"count": "1",
|
||
"quote": "Arbalist at your command. Armour won't save them! One bolt's all I need..."
|
||
},
|
||
"nr_northern_wind": {
|
||
"name": "Northern Wind",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "3",
|
||
"ability": "scorch",
|
||
"filename": "northern_wind",
|
||
"count": "1",
|
||
"quote": "An unnatural fog enveloped Demavend's ship and his crew turned into icy sculptures."
|
||
},
|
||
"nr_aretuza_adept": {
|
||
"name": "Aretuza Adept",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "medic",
|
||
"filename": "aretuza_adept",
|
||
"count": "1",
|
||
"quote": "The adepts' every whim is catered to - the live like princesses at Aretuza."
|
||
},
|
||
"nr_blue_stripes_skirmisher_1": {
|
||
"name": "Blue Stripes Skirmisher",
|
||
"id": 1,
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "bond",
|
||
"filename": "blue_stripes_skirmisher_1",
|
||
"count": "1",
|
||
"target": "blue_stripes_skirmisher",
|
||
"quote": "What do you mean 'we're surrounded'? Bah! I feel sorry for those dogs."
|
||
},
|
||
"nr_blue_stripes_skirmisher_2": {
|
||
"name": "Blue Stripes Skirmisher",
|
||
"id": 2,
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "bond",
|
||
"filename": "blue_stripes_skirmisher_2",
|
||
"count": "1",
|
||
"target": "blue_stripes_skirmisher",
|
||
"quote": "What do you mean 'we're surrounded'? Bah! I feel sorry for those dogs."
|
||
},
|
||
"nr_blue_stripes_skirmisher_3": {
|
||
"name": "Blue Stripes Skirmisher",
|
||
"id": 3,
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "bond",
|
||
"filename": "blue_stripes_skirmisher_3",
|
||
"count": "1",
|
||
"target": "blue_stripes_skirmisher",
|
||
"quote": "What do you mean 'we're surrounded'? Bah! I feel sorry for those dogs."
|
||
},
|
||
"nr_ethain_cidaris": {
|
||
"name": "Ethain of Cidaris",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "ethain_cidaris",
|
||
"count": "1",
|
||
"quote": "Balads aren't just lively music and rhymes, but a way of spreading news, they are chronicle of humankind."
|
||
},
|
||
"nr_henry_attre": {
|
||
"name": "Henry var Attre",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "8",
|
||
"ability": "spy",
|
||
"filename": "henry_attre",
|
||
"count": "1",
|
||
"quote": "Edna and Rosa, I must attend to their needs, their well being."
|
||
},
|
||
"nr_ildiko_breckl": {
|
||
"name": "Ildiko Breckl",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "4",
|
||
"ability": "morale",
|
||
"filename": "ildiko_breckl",
|
||
"count": "1",
|
||
"quote": "The necklace was Ildiko's gift to king Belohun in honor of their impending marriage. By choking the old fool, it solved that problem."
|
||
},
|
||
"nr_king_belohun": {
|
||
"name": "King Belohun",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "king_belohun",
|
||
"count": "1",
|
||
"quote": "The king, quite rightly, didn't trust anyone. He also didn't believe anobody capable of outsmarting him. This proved a fatal assumption."
|
||
},
|
||
"nr_urcheon": {
|
||
"name": "Urcheon of Erlenwald",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "spy",
|
||
"filename": "urcheon",
|
||
"count": "1",
|
||
"quote": "This is how I look, which you well knew, Calanthe."
|
||
},
|
||
"nr_rivian_onager": {
|
||
"name": "Rivian Onager",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "rivian_onager",
|
||
"count": "1",
|
||
"quote": "For Riviaaa!"
|
||
},
|
||
"nr_reinforced_tower": {
|
||
"name": "Reinforced Tower",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "reinforced_tower",
|
||
"count": "1",
|
||
"quote": "The latest rage in assaults on walled cities."
|
||
},
|
||
"nr_battering_ram": {
|
||
"name": "Battering Ram",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "battering_ram",
|
||
"count": "1",
|
||
"quote": "The hulking siege engine rolled to the front, within few bashes the gates crashed open."
|
||
},
|
||
"nr_fake_ciri": {
|
||
"name": "Fake Ciri: Empress of Nilfgaard",
|
||
"deck": "realms",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "fake_ciri",
|
||
"filename": "fake_ciri",
|
||
"count": "1",
|
||
"quote": "It is a dull name. A name just right for somebody who's a nobody. As long as a am Cirilla Fiona I mean something."
|
||
},
|
||
"nr_radovid_stern": {
|
||
"name": "Radovid V: the Stern",
|
||
"deck": "realms",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "radovid_stern",
|
||
"filename": "radovid_stern",
|
||
"count": "1",
|
||
"quote": "They say chess teaches one ot think strategically. What a load of rubbish!"
|
||
},
|
||
"nr_radovid_ruthless": {
|
||
"name": "Radovid V: the Ruthless",
|
||
"deck": "realms",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "radovid_ruthless",
|
||
"filename": "radovid_ruthless",
|
||
"count": "1",
|
||
"quote": "A king should be merciless towards his enemies and generous to his friends."
|
||
},
|
||
"nr_redanian_elite": {
|
||
"name": "Redanian Elite",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "redanian_elite",
|
||
"count": "1",
|
||
"quote": "I'll die for Redania, I'll kill for Redania… I'll even eat worms for Redania!"
|
||
},
|
||
"nr_donimir_troy": {
|
||
"name": "Donimir of Troy",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "donimir_troy",
|
||
"count": "1",
|
||
"quote": "I fought twice at Sodden and lived. I think you can surmise I'm not so bad at this sword thing."
|
||
},
|
||
"nr_joachim_gratz": {
|
||
"name": "Joachim von Gratz",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "2",
|
||
"ability": "medic",
|
||
"filename": "joachim_gratz",
|
||
"count": "1",
|
||
"quote": "Chief surgeon at Vilmerius Hospital was a cool-headed doctor."
|
||
},
|
||
"nr_hedwig_malleore": {
|
||
"name": "Hedwig of Malleore",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "5",
|
||
"ability": "hero medic",
|
||
"filename": "hedwig_malleore",
|
||
"count": "1",
|
||
"quote": "Queen of Redania, mother of Radovid, figure-head to the Regency Council."
|
||
},
|
||
"nr_ewald_borsodi": {
|
||
"name": "Ewald Borsodi",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "ewald_borsodi",
|
||
"count": "1",
|
||
"quote": "I've crafted this plan for over a year, but now the time's come for action. Can I count on your help?"
|
||
},
|
||
"nr_horst_borsodi": {
|
||
"name": "Horst Borsodi",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "horst_borsodi",
|
||
"count": "1",
|
||
"quote": "My auction house is, above all, a gathering place for the elite of the elite."
|
||
},
|
||
"nr_flying_redanian": {
|
||
"name": "Flying Redanian",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "10",
|
||
"ability": "",
|
||
"filename": "flying_redanian",
|
||
"count": "1",
|
||
"quote": "Legend tells of a Redanian crew from generations past..."
|
||
},
|
||
"nr_redanian_knight": {
|
||
"name": "Redanian Knight",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "9",
|
||
"ability": "",
|
||
"filename": "redanian_knight",
|
||
"count": "1",
|
||
"quote": "For glory! For Radovid!"
|
||
},
|
||
"nr_shani": {
|
||
"name": "Shani",
|
||
"deck": "realms",
|
||
"row": "agile",
|
||
"strength": "2",
|
||
"ability": "medic",
|
||
"filename": "shani",
|
||
"count": "1",
|
||
"quote": "I'm a medic. I tend to know what I'm doing when I prescribe something."
|
||
},
|
||
"nr_milo_vanderbeck": {
|
||
"name": "Milo Vanderbeck",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "2",
|
||
"ability": "medic",
|
||
"filename": "milo_vanderbeck",
|
||
"count": "1",
|
||
"quote": "He's lying on my table. And to me, as I hum to myself, a duke's worth a jester."
|
||
},
|
||
"nr_vizimir": {
|
||
"name": "Vizimir the Just",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "vizimir",
|
||
"count": "1",
|
||
"quote": "Vizimir II, known as the Just, was the king of Redania and the son of Heribert."
|
||
},
|
||
"nr_marching_orders": {
|
||
"name": "Marching Orders",
|
||
"deck": "realms",
|
||
"row": "agile",
|
||
"strength": "1",
|
||
"ability": "horn",
|
||
"filename": "marching_orders",
|
||
"count": "1",
|
||
"quote": "We are but pawns in a game played by old men, sent to fight and die on their senile whims..."
|
||
},
|
||
"nr_eyck_denesle": {
|
||
"name": "Eyck of Denesle",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "11",
|
||
"ability": "hero",
|
||
"filename": "eyck_denesle",
|
||
"count": "1",
|
||
"quote": "The Good Book says the world is a garden which the gods once conferred upon man."
|
||
},
|
||
"nr_radovid_royal_guards": {
|
||
"name": "Radovid Royal Guards",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "8",
|
||
"ability": "",
|
||
"filename": "radovid_royal_guards",
|
||
"count": "1",
|
||
"quote": "They'll do anything for their king. They know what he'll do to them if they refuse."
|
||
},
|
||
"nr_redanian_archer": {
|
||
"name": "Redanian Archer",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "redanian_archer",
|
||
"count": "1",
|
||
"quote": "The last thing you'll hear is the twang of the bowstring being let go."
|
||
},
|
||
"nr_trollololo": {
|
||
"name": "Trollololo",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "8",
|
||
"ability": "",
|
||
"filename": "trollololo",
|
||
"count": "1",
|
||
"quote": "Join me King Ravodid army. Order got – guard boatses."
|
||
},
|
||
"nr_royal_decree": {
|
||
"name": "Royal Decree",
|
||
"deck": "realms",
|
||
"row": "siege",
|
||
"strength": "1",
|
||
"ability": "horn",
|
||
"filename": "royal_decree",
|
||
"count": "1",
|
||
"quote": "...do hereby decree the following..."
|
||
},
|
||
"nr_voymir": {
|
||
"name": "Voymir",
|
||
"deck": "realms",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "voymir",
|
||
"count": "1",
|
||
"quote": "Quietly, on tiptoes, no noise, no fuss. Through the back alleys. In Loxia and the port keep your mouth shut! Go!"
|
||
},
|
||
"nr_mage_infiltrator": {
|
||
"name": "Mage Infiltrator",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "8",
|
||
"ability": "spy",
|
||
"filename": "mage_infiltrator",
|
||
"count": "1",
|
||
"quote": "In her spare time, she likes playing practical jokes on others. Her favorite gag is switching footwraps and headwear."
|
||
},
|
||
"nr_queen_adalia": {
|
||
"name": "Queen Adalia",
|
||
"deck": "realms",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "hero medic",
|
||
"filename": "queen_adalia",
|
||
"count": "1",
|
||
"quote": "Queen Adalia of Cintra possessed the power to raise a drawbridge with a twitch of her brow."
|
||
}
|
||
};
|
||
|
||
var ext_ne_cards = {
|
||
"ne_vicovaro_medic": {
|
||
"name": "Vicovaro Medic",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "1",
|
||
"ability": "hero medic",
|
||
"filename": "vicovaro_medic",
|
||
"count": "1",
|
||
"quote": "Both war and plague always take men by surprise."
|
||
},
|
||
"ne_alba_pikeman_1": {
|
||
"name": "Alba Pikeman",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "hero",
|
||
"filename": "alba_pikeman_1",
|
||
"count": "1",
|
||
"quote": "Pledge your allegiance to our Emperor Emhyr van Emreis... or die."
|
||
},
|
||
"ne_alba_spearman": {
|
||
"name": "Alba Spearman",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "hero",
|
||
"filename": "alba_spearman",
|
||
"count": "1",
|
||
"quote": "Death and glory!"
|
||
},
|
||
"ne_nausicaa_brigade": {
|
||
"name": "Nausicaa Brigade",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "nausicaa_brigade",
|
||
"count": "1",
|
||
"quote": "They call us the Death's Heads. Care to find out why?"
|
||
},
|
||
"ne_imperial_golem": {
|
||
"name": "Imperial Golem",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "8",
|
||
"ability": "hero",
|
||
"filename": "imperial_golem",
|
||
"count": "1",
|
||
"quote": "The most powerful of Nilfgaard's mages have mastered the oart of creating golems."
|
||
},
|
||
"ne_daerlan_soldier": {
|
||
"name": "Daerlan Foot Soldier",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "daerlan_soldier",
|
||
"count": "1",
|
||
"quote": "Learned a lot at Braibant Military Academy. How to scrub potatoes, for instance."
|
||
},
|
||
"ne_hefty_helge": {
|
||
"name": "Hefty Helge",
|
||
"deck": "nilfgaard",
|
||
"row": "siege",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "hefty_helge",
|
||
"count": "1",
|
||
"quote": "Not the best for taking cities, but great for razing them to the ground."
|
||
},
|
||
"ne_slave_infantry_1": {
|
||
"name": "Slave Infantry",
|
||
"id": 1,
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "bond",
|
||
"filename": "slave_infantry_1",
|
||
"count": "1",
|
||
"target": "ne_slave_infantry",
|
||
"quote": "A free man's got a choice. A slave's choices are made for him."
|
||
},
|
||
"ne_slave_infantry_2": {
|
||
"name": "Slave Infantry",
|
||
"id": 2,
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "bond",
|
||
"filename": "slave_infantry_2",
|
||
"count": "1",
|
||
"target": "ne_slave_infantry",
|
||
"quote": "A free man's got a choice. A slave's choices are made for him."
|
||
},
|
||
"ne_magne_division": {
|
||
"name": "Magne Division",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "magne_division",
|
||
"count": "1",
|
||
"quote": "A garrison in this blasted waste is like a chastity belt on a grave hag."
|
||
},
|
||
"ne_emissary": {
|
||
"name": "Emissary",
|
||
"deck": "nilfgaard",
|
||
"row": "siege",
|
||
"strength": "10",
|
||
"ability": "spy",
|
||
"filename": "emissary",
|
||
"count": "1",
|
||
"quote": "But there's no justice in it! One does not kill the messenger!"
|
||
},
|
||
"ne_standard_bearer": {
|
||
"name": "Standard Bearer",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "1",
|
||
"ability": "horn",
|
||
"filename": "standard_bearer",
|
||
"count": "1",
|
||
"quote": "You shall defend this standard if it costs you your lives! Gloir aen Ard Feainn!"
|
||
},
|
||
"ne_deithwen_arbalest": {
|
||
"name": "Deithwen Arbalest",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "deithwen_arbalest",
|
||
"count": "1",
|
||
"quote": "I aim for the knees. Always."
|
||
},
|
||
"ne_guardian": {
|
||
"name": "The Guardian",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "guardian",
|
||
"count": "1",
|
||
"quote": "Stone fists to stop intruders armed with swords. Ironclad logic to stop those armed with lies."
|
||
},
|
||
"ne_nausicaa_standard_bearer": {
|
||
"name": "Nausicaa Standard Bearer",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "1",
|
||
"ability": "horn",
|
||
"filename": "nausicaa_standard_bearer",
|
||
"count": "1",
|
||
"quote": "The Emperor will teach the North discipline."
|
||
},
|
||
"ne_knight": {
|
||
"name": "Nilfgaardian Knight",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "knight",
|
||
"count": "1",
|
||
"quote": "Sons of noble houses, born in the City of the Golden Towers, form the elite backbone of the Imperial Army."
|
||
},
|
||
"ne_alba_armored_cavalry": {
|
||
"name": "Alba Armored Cavalry",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "alba_armored_cavalry",
|
||
"count": "1",
|
||
"quote": "The wedge of riders thundered into the phalanx with crushing momentum."
|
||
},
|
||
"ne_peter_saar_gwynleve": {
|
||
"name": "Peter Saar Gwynleve",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "9",
|
||
"ability": "hero",
|
||
"filename": "peter_saar_gwynleve",
|
||
"count": "1",
|
||
"quote": "These are not the hands of an Excellency, but of a farmer. So we speak peasant to peasant."
|
||
},
|
||
"ne_impera_brigade_5": {
|
||
"name": "Impera Brigade Guard",
|
||
"id": 5,
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "bond",
|
||
"filename": "impera_brigade_5",
|
||
"count": "1",
|
||
"target": "ne_impera_brigade",
|
||
"quote": "The Impera Brigade never surrenders. Ever."
|
||
},
|
||
"ne_jan_calveit": {
|
||
"name": "Jan Calveit",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "8",
|
||
"ability": "hero",
|
||
"filename": "jan_calveit",
|
||
"count": "1",
|
||
"quote": "To prepare for the future, it’s best to first know it."
|
||
},
|
||
"ne_bribery": {
|
||
"name": "Bribery",
|
||
"deck": "nilfgaard",
|
||
"row": "agile",
|
||
"strength": "10",
|
||
"ability": "spy",
|
||
"filename": "bribery",
|
||
"count": "1",
|
||
"quote": "In truth, the Nilfgaardian floren rules the world."
|
||
},
|
||
"ne_rot_tosser": {
|
||
"name": "Rot Tosser",
|
||
"deck": "nilfgaard",
|
||
"row": "siege",
|
||
"strength": "0",
|
||
"ability": "avenger",
|
||
"filename": "rot_tosser",
|
||
"count": "1",
|
||
"target": "ne_epidemic",
|
||
"quote": "Let historians debate whether spreading plague in a besieged city is ethical."
|
||
},
|
||
"ne_epidemic": {
|
||
"name": "Epidemic",
|
||
"deck": "nilfgaard",
|
||
"row": "siege",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "epidemic",
|
||
"count": "1",
|
||
"quote": "Epidemics respect no persons, no borders."
|
||
},
|
||
"ne_joachim_de_wett": {
|
||
"name": "Joachim de Wett",
|
||
"deck": "nilfgaard",
|
||
"row": "siege",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "joachim_de_wett",
|
||
"count": "1",
|
||
"quote": "To describe the manner in which Duke de Wett led the Verden Group as incompetent would be far too kind."
|
||
},
|
||
"ne_ardal_aep_dahy": {
|
||
"name": "Ardal aep Dahy",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "9",
|
||
"ability": "hero",
|
||
"filename": "ardal_aep_dahy",
|
||
"count": "1",
|
||
"quote": "In my home, in the civilized world, a general commands his forces. He does not rush and thrash about like some rabid hound."
|
||
},
|
||
"ne_cantarella": {
|
||
"name": "Cantarella",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero spy",
|
||
"filename": "cantarella",
|
||
"count": "1",
|
||
"quote": "Men require constant alluring. Mystique and refinement do the job quite well."
|
||
},
|
||
"ne_treason": {
|
||
"name": "Treason",
|
||
"deck": "nilfgaard",
|
||
"row": "siege",
|
||
"strength": "3",
|
||
"ability": "scorch",
|
||
"filename": "treason",
|
||
"count": "1",
|
||
"quote": "In Nilfgaard, trustful people are considered an endangered species."
|
||
},
|
||
"ne_usurper": {
|
||
"name": "Usurper",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "usurper",
|
||
"count": "1",
|
||
"quote": "Why should something as trivial as birth decide who rules over us?"
|
||
},
|
||
"ne_infiltrator": {
|
||
"name": "Infiltrator",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "8",
|
||
"ability": "hero",
|
||
"filename": "infiltrator",
|
||
"count": "1",
|
||
"quote": "You can run, but you'll never hide."
|
||
},
|
||
"ne_venendal_elite": {
|
||
"name": "Venendal Elite",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "venendal_elite",
|
||
"count": "1",
|
||
"quote": "Ebbing is famed for its top-notch mercenaries and light cavalry."
|
||
},
|
||
"ne_master_disguise": {
|
||
"name": "Master of Disguise",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "hero spy",
|
||
"filename": "master_disguise",
|
||
"count": "1",
|
||
"quote": "O Great Sun which dost in Heavens fly, save us from the lice which do so stubbornly infest our bloomers. "
|
||
},
|
||
"ne_fake_ciri": {
|
||
"name": "Fake Ciri",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "2",
|
||
"ability": "",
|
||
"filename": "fake_ciri",
|
||
"count": "1",
|
||
"quote": "A mock-princess, a mock-queen for Cintra. A mock-ruler for the mouth of the Yarra, future lifeblood of the empire."
|
||
},
|
||
"ne_imperial_diviner": {
|
||
"name": "Imperial Diviner",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "imperial_diviner",
|
||
"count": "1",
|
||
"quote": "All these signs can mean but one thing. The starts contend you shall be victorious today."
|
||
},
|
||
"ne_xarthisius": {
|
||
"name": "Xarthisius",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "xarthisius",
|
||
"count": "1",
|
||
"quote": "Astrology, hydromancy, haruspicy, ceromancy. Ovomancy, spodomancy, metroscopy, brontoscopy..."
|
||
},
|
||
"ne_impera_enforcers": {
|
||
"name": "Impera Enforcers",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "impera_enforcers",
|
||
"count": "1",
|
||
"quote": "Members of the emperor's fanatic body guard fight to the bitter end."
|
||
},
|
||
"ne_mangonel": {
|
||
"name": "Mangonel",
|
||
"deck": "nilfgaard",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "mangonel",
|
||
"count": "1",
|
||
"quote": "This model specializes in slinging corpses and ripe dung."
|
||
},
|
||
"ne_combat_engineer": {
|
||
"name": "Combat Engineer",
|
||
"deck": "nilfgaard",
|
||
"row": "siege",
|
||
"strength": "3",
|
||
"ability": "morale",
|
||
"filename": "combat_engineer",
|
||
"count": "1",
|
||
"quote": "Look at war. Man gets better at killing with each one."
|
||
},
|
||
"ne_affan_hillergrand": {
|
||
"name": "Affan Hillergrand",
|
||
"deck": "nilfgaard",
|
||
"row": "agile",
|
||
"strength": "3",
|
||
"ability": "horn",
|
||
"filename": "affan_hillergrand",
|
||
"count": "1",
|
||
"quote": "Jarre doesn't mention him in his books. Maybe he never heard of him. Maybe he heard too much."
|
||
},
|
||
"ne_fergus_emreis": {
|
||
"name": "Fergus var Emreis",
|
||
"deck": "nilfgaard",
|
||
"row": "siege",
|
||
"strength": "8",
|
||
"ability": "hero avenger",
|
||
"filename": "fergus_emreis",
|
||
"count": "1",
|
||
"target": "ne_dunny",
|
||
"quote": "Usurper demanded that the fallen emperor grant legitimacy to the coup, and when Fergus refused, his 13-year-old son, Emhyr, was tortured."
|
||
},
|
||
"ne_dunny": {
|
||
"name": "Dunny",
|
||
"deck": "nilfgaard",
|
||
"row": "siege",
|
||
"strength": "9",
|
||
"ability": "spy",
|
||
"filename": "dunny",
|
||
"count": "0",
|
||
"quote": "After the curse was lifted Duny claimed ignorance regarding its origin, or who was responsible. He was lying, of course."
|
||
},
|
||
"ne_glynnis_loernach": {
|
||
"name": "Glynnis aep Loernach",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "morale",
|
||
"filename": "glynnis_loernach",
|
||
"count": "1",
|
||
"quote": "She loved every soldier like a son. She cried for each one."
|
||
},
|
||
"ne_ard_feainn_crossbowman": {
|
||
"name": "Ard Feainn Crossbowman",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "scorch_c",
|
||
"filename": "ard_feainn_crossbowman",
|
||
"count": "1",
|
||
"quote": "Many thought that mounted crossbowmen wouldn't work. Until they saw them in action."
|
||
},
|
||
"ne_ard_feainn_light_cavalry": {
|
||
"name": "Ard Feainn Light Cavalry",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "ard_feainn_light_cavalry",
|
||
"count": "3",
|
||
"target": "ne_ard_feainn_light_cavalry",
|
||
"quote": "Light cavalry, heavy burden!"
|
||
},
|
||
"ne_ard_feainn_tortoise": {
|
||
"name": "Ard Feainn Tortoise",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "bond",
|
||
"filename": "ard_feainn_tortoise",
|
||
"count": "3",
|
||
"target": "ne_ard_feainn_tortoise",
|
||
"quote": "Close formation, clench your sphincters! Left, right, left, steady!"
|
||
},
|
||
"ne_ard_feainn_heavy_cavalry": {
|
||
"name": "Ard Feainn Heavy Cavalry",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "ard_feainn_heavy_cavalry",
|
||
"count": "1",
|
||
"target": "ne_ard_feainn_heavy_cavalry",
|
||
"quote": "When Emhyr declared that his cavalry would stomp his enemies into the mud, we thought he was speaking metaphorically. We were wrong."
|
||
},
|
||
"ne_ramon_tyrconnel": {
|
||
"name": "Ramon Tyrconnel",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "8",
|
||
"ability": "hero muster",
|
||
"filename": "ramon_tyrconnel",
|
||
"count": "1",
|
||
"target": "ne_ard_feainn_heavy_cavalry",
|
||
"quote": "Colonel Ramon Tyrconnel, the young commander of the Ard Feainn division, whistled softly, staring at a point somewhere off in the distance..;"
|
||
},
|
||
"ne_ffion_gaernel": {
|
||
"name": "Ffion var Gaernel",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "ffion_gaernel",
|
||
"count": "1",
|
||
"quote": "Everyone will die somehow. I'll die last."
|
||
},
|
||
"ne_vrygheff": {
|
||
"name": "Vrygheff",
|
||
"deck": "nilfgaard",
|
||
"row": "siege",
|
||
"strength": "9",
|
||
"ability": "hero scorch",
|
||
"filename": "vrygheff",
|
||
"count": "1",
|
||
"quote": "An eye for an eye only ends when the whole world's blind."
|
||
},
|
||
"ne_traheaern_vdyffir": {
|
||
"name": "Traheaern var Vdyffir",
|
||
"deck": "nilfgaard",
|
||
"row": "close",
|
||
"strength": "8",
|
||
"ability": "spy",
|
||
"filename": "traheaern_vdyffir",
|
||
"count": "1",
|
||
"quote": "The man leading the Nilfgaardians was clad in rich robes. He exuded pride... and the scent of musk."
|
||
},
|
||
"ne_spotter": {
|
||
"name": "Spotter",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "spy",
|
||
"filename": "spotter",
|
||
"count": "1",
|
||
"quote": "The North has nothing with which it could surprise us."
|
||
},
|
||
"ne_illusionist": {
|
||
"name": "Illusionist",
|
||
"deck": "nilfgaard",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "medic",
|
||
"filename": "illusionist",
|
||
"count": "1",
|
||
"quote": "When you are few, make them believe you are many. If they still attack, well... you were fucked either way."
|
||
},
|
||
"ne_imperial_practitioner": {
|
||
"name": "Imperial Practitioner",
|
||
"deck": "nilfgaard",
|
||
"row": "siege",
|
||
"strength": "3",
|
||
"ability": "medic",
|
||
"filename": "imperial_practitioner",
|
||
"count": "1",
|
||
"quote": "The body is a slab of wet clay. One need only use the correct tools to shape it into something... more."
|
||
}
|
||
};
|
||
|
||
var ext_mo_cards = {
|
||
"mo_golem": {
|
||
"name": "Golem",
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "golem",
|
||
"count": "1",
|
||
"quote": "Does not drink. Does not eat. Does walk, however. And fight."
|
||
},
|
||
"mo_geels": {
|
||
"name": "Ge'els",
|
||
"deck": "monsters",
|
||
"row": "siege",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "geels",
|
||
"count": "1",
|
||
"quote": "Paintings should convey emotion, not words."
|
||
},
|
||
"mo_ifrit_1": {
|
||
"name": "Ifrit",
|
||
"id": 1,
|
||
"deck": "monsters",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "muster",
|
||
"filename": "ifrit_1",
|
||
"count": "1",
|
||
"target": "mo_ifrit",
|
||
"quote": "Can't stand the heat? Then you don't stand a chance."
|
||
},
|
||
"mo_ifrit_2": {
|
||
"name": "Ifrit",
|
||
"id": 2,
|
||
"deck": "monsters",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "muster",
|
||
"filename": "ifrit_2",
|
||
"count": "1",
|
||
"target": "mo_ifrit",
|
||
"quote": "Can't stand the heat? Then you don't stand a chance."
|
||
},
|
||
"mo_wild_hunt_rider_1": {
|
||
"name": "Wild Hunt Rider",
|
||
"id": 1,
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "wild_hunt_rider_1",
|
||
"count": "1",
|
||
"target": "mo_wild_hunt_rider",
|
||
"quote": "First the buffalo horns atop their helms penetrate one's view, then the crest betwixt them."
|
||
},
|
||
"mo_wild_hunt_rider_2": {
|
||
"name": "Wild Hunt Rider",
|
||
"id": 2,
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "wild_hunt_rider_2",
|
||
"count": "1",
|
||
"target": "mo_wild_hunt_rider",
|
||
"quote": "First the buffalo horns atop their helms penetrate one's view, then the crest betwixt them."
|
||
},
|
||
"mo_wild_hunt_rider_3": {
|
||
"name": "Wild Hunt Rider",
|
||
"id": 3,
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "wild_hunt_rider_3",
|
||
"count": "1",
|
||
"target": "mo_wild_hunt_rider",
|
||
"quote": "First the buffalo horns atop their helms penetrate one's view, then the crest betwixt them."
|
||
},
|
||
"mo_nithral": {
|
||
"name": "Nithral",
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "nithral",
|
||
"count": "1",
|
||
"quote": "Eredin's personal cavalcade includes only the most brutal and most ferocious of the Aen Elle."
|
||
},
|
||
"mo_therazane": {
|
||
"name": "Therazane",
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "8",
|
||
"ability": "hero",
|
||
"filename": "therazane",
|
||
"count": "1",
|
||
"quote": "Fighting such a monster is no easy task."
|
||
},
|
||
"mo_naglfar": {
|
||
"name": "Naglfar",
|
||
"deck": "monsters",
|
||
"row": "siege",
|
||
"strength": "10",
|
||
"ability": "",
|
||
"filename": "naglfar",
|
||
"count": "1",
|
||
"quote": "Naglfar will wage the final battle of good and evil known as Ragh nar Roog."
|
||
},
|
||
"mo_caranthir": {
|
||
"name": "Caranthir Ar-Feiniel",
|
||
"deck": "monsters",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "caranthir",
|
||
"count": "1",
|
||
"quote": "Zirael! I await."
|
||
},
|
||
"mo_jotunn": {
|
||
"name": "Jotunnl",
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "jotunn",
|
||
"count": "1",
|
||
"quote": "Skellige legend claims the mighty and terrible Jotunn, King of Giants, reigned over the isles in ancient times."
|
||
},
|
||
"mo_old_speartip": {
|
||
"name": "Old Speartip",
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "old_speartip",
|
||
"count": "1",
|
||
"quote": "Old Speartip is one deep sleeper, wake him up and you'll sleep deeper."
|
||
},
|
||
"mo_navigator": {
|
||
"name": "Wild Hunt Navigator",
|
||
"deck": "monsters",
|
||
"row": "agile",
|
||
"strength": "5",
|
||
"ability": "hero",
|
||
"filename": "navigator",
|
||
"count": "1",
|
||
"quote": "For hundreds of years, Avallac'h tried to recreate the Elder Blood gene through back breeding."
|
||
},
|
||
"mo_cyclops": {
|
||
"name": "Cyclops",
|
||
"deck": "monsters",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "cyclops",
|
||
"count": "1",
|
||
"quote": "Don't stare at his eye, he hates that..."
|
||
},
|
||
"mo_ice_troll": {
|
||
"name": "Ice Troll",
|
||
"deck": "monsters",
|
||
"row": "siege",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "ice_troll",
|
||
"count": "1",
|
||
"quote": "Trolls come in many shapes, but always with about as much brains as a bucket of rusty nails."
|
||
},
|
||
"mo_morvudd": {
|
||
"name": "Morvudd",
|
||
"deck": "monsters",
|
||
"row": "agile",
|
||
"strength": "7",
|
||
"ability": "hero",
|
||
"filename": "morvudd",
|
||
"count": "1",
|
||
"quote": "An unusual fiend specimen found on Ard Skellig. Unusually picky in terms of food."
|
||
},
|
||
"mo_lamia_1": {
|
||
"name": "Lamia",
|
||
"id": 1,
|
||
"deck": "monsters",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "lamia_1",
|
||
"count": "1",
|
||
"target": "mo_lamia",
|
||
"quote": "The fool didn't hear the warning. He ran his ship straight into the rocks."
|
||
},
|
||
"mo_lamia_2": {
|
||
"name": "Lamia",
|
||
"id": 2,
|
||
"deck": "monsters",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "lamia_2",
|
||
"count": "1",
|
||
"target": "mo_lamia",
|
||
"quote": "The fool didn't hear the warning. He ran his ship straight into the rocks."
|
||
},
|
||
"mo_lamia_3": {
|
||
"name": "Lamia",
|
||
"id": 3,
|
||
"deck": "monsters",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "lamia_3",
|
||
"count": "1",
|
||
"target": "mo_lamia",
|
||
"quote": "The fool didn't hear the warning. He ran his ship straight into the rocks."
|
||
},
|
||
"mo_glustyworp": {
|
||
"name": "Glustyworp",
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "9",
|
||
"ability": "hero",
|
||
"filename": "glustyworp",
|
||
"count": "1",
|
||
"quote": "Two long, mantis-like forelimbs bristling with spikes shot out from the murk."
|
||
},
|
||
"mo_alghoul": {
|
||
"name": "Alghoul",
|
||
"id": 4,
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "muster",
|
||
"filename": "alghoul",
|
||
"count": "1",
|
||
"target": "mo_ghoul",
|
||
"quote": "A particularly large ghoul that is fattened and craves warm meat is called an alghoul."
|
||
},
|
||
"mo_archgriffin": {
|
||
"name": "Archgriffin",
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "9",
|
||
"ability": "hero",
|
||
"filename": "archgriffin",
|
||
"count": "1",
|
||
"quote": "It's a griffin, just more... griffiny."
|
||
},
|
||
"mo_alp": {
|
||
"name": "Alp",
|
||
"deck": "monsters",
|
||
"row": "agile",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "alp",
|
||
"count": "1",
|
||
"quote": "No other monster inspires so many myths and fallacies as the alp."
|
||
},
|
||
"mo_armoured_arachas": {
|
||
"name": "Armoured Arachas",
|
||
"deck": "monsters",
|
||
"row": "siege",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "armoured_arachas",
|
||
"count": "1",
|
||
"quote": "Like a cross between a crab, a spider... and a ploughin' mountain."
|
||
},
|
||
"mo_arachas_queen": {
|
||
"name": "Arachas Queen",
|
||
"deck": "monsters",
|
||
"row": "siege",
|
||
"strength": "8",
|
||
"ability": "hero avenger",
|
||
"filename": "arachas_queen",
|
||
"count": "1",
|
||
"target": "mo_arachas_drone",
|
||
"quote": "Her children inherited her beauty."
|
||
},
|
||
"mo_arachas_drone": {
|
||
"name": "Arachas Drone",
|
||
"id": 1,
|
||
"deck": "monsters",
|
||
"row": "siege",
|
||
"strength": "2",
|
||
"ability": "muster",
|
||
"filename": "arachas_drone",
|
||
"count": "4",
|
||
"target": "mo_arachas_drone_spawn",
|
||
"quote": "Ugly – nature's way of saying stay away."
|
||
},
|
||
"mo_dragon_fyresdal": {
|
||
"name": "Dragon of Fyresdal",
|
||
"deck": "monsters",
|
||
"row": "agile",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "dragon_fyresdal",
|
||
"count": "1",
|
||
"quote": "It's got scales, wings, claws.. A dragon's a dragon! No point gabbin', just go kill it!"
|
||
},
|
||
"mo_manticore": {
|
||
"name": "Imperial Manticore",
|
||
"deck": "monsters",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "manticore",
|
||
"count": "1",
|
||
"quote": "Thoug many have seen manticores, very few have lived to tell their tale."
|
||
},
|
||
"mo_manticore_venom": {
|
||
"name": "Manticore Venom",
|
||
"deck": "monsters",
|
||
"row": "siege",
|
||
"strength": "3",
|
||
"ability": "scorch_c",
|
||
"filename": "manticore_venom",
|
||
"count": "1",
|
||
"quote": "Kills quicker than you can recite the Emperor of Nilfgaard's title in full."
|
||
},
|
||
"mo_great_oak": {
|
||
"name": "The Great Oak",
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "great_oak",
|
||
"count": "1",
|
||
"quote": "The trees of Brokilon oft rustle amongst themselves, despairing of the ancient oak whose heart now rots with hatred."
|
||
},
|
||
"mo_striga": {
|
||
"name": "Striga",
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "striga",
|
||
"count": "1",
|
||
"quote": "She is filled with hatred towards all living beings."
|
||
},
|
||
"mo_noonwraith": {
|
||
"name": "Noonwraith",
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "noonwraith",
|
||
"count": "1",
|
||
"quote": "They are born of some horrible tragedy tied to ill-fated love."
|
||
},
|
||
"mo_vran_warrior": {
|
||
"name": "Vran Warrior",
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "vran_warrior",
|
||
"count": "1",
|
||
"quote": "He saw their weapons – short spears with wide tips."
|
||
},
|
||
"mo_caretaker": {
|
||
"name": "Caretaker",
|
||
"deck": "monsters",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "scorch",
|
||
"filename": "caretaker",
|
||
"count": "1",
|
||
"quote": "There are more things in heaven and earth than all the world's philosophers have dreamt."
|
||
},
|
||
"mo_lubberkin": {
|
||
"name": "Lubberkin",
|
||
"deck": "monsters",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "lubberkin",
|
||
"count": "1",
|
||
"quote": "I name thee Dea and embrace thee as my daugther."
|
||
},
|
||
"mo_ruehin": {
|
||
"name": "Ruehin",
|
||
"deck": "monsters",
|
||
"row": "agile",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "ruehin",
|
||
"count": "1",
|
||
"quote": "No one has ever entered that forest and lived to tell the tale..."
|
||
},
|
||
"mo_queen_night": {
|
||
"name": "Queen of the Night",
|
||
"deck": "monsters",
|
||
"row": "agile",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "queen_night",
|
||
"count": "1",
|
||
"quote": "Those seduced by her charms find themselves willing to pay any price."
|
||
},
|
||
"mo_moonlight": {
|
||
"name": "Moonlight",
|
||
"deck": "monsters",
|
||
"row": "agile",
|
||
"strength": "2",
|
||
"ability": "scorch_c",
|
||
"filename": "moonlight",
|
||
"count": "1",
|
||
"quote": "When the moon is full, nightmares crawl out of the dark nooks and crannies of the world."
|
||
},
|
||
"mo_dagon": {
|
||
"name": "Dagon",
|
||
"deck": "monsters",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "dagon",
|
||
"count": "1",
|
||
"quote": "That is not dead which can eternal lie, and with strange aeons even death may die."
|
||
},
|
||
"mo_aguara": {
|
||
"name": "Aguara",
|
||
"deck": "monsters",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "scorch_c",
|
||
"filename": "aguara",
|
||
"count": "1",
|
||
"quote": "Smarten up right now, or it's off to an aguara with you!"
|
||
},
|
||
"mo_succubus": {
|
||
"name": "Succubus",
|
||
"deck": "monsters",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "succubus",
|
||
"count": "1",
|
||
"quote": "Why fight? There are much better ways to work off excess energy..."
|
||
}
|
||
};
|
||
|
||
var ext_st_cards = {
|
||
"sc_elven_mercenary_1": {
|
||
"name": "Elven Mercenary",
|
||
"id": 1,
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "muster",
|
||
"filename": "elven_mercenary_1",
|
||
"count": "1",
|
||
"target": "sc_elven_mercenary",
|
||
"quote": "I spit on Scoia'Tael ideals, but not on their coin."
|
||
},
|
||
"sc_elven_mercenary_2": {
|
||
"name": "Elven Mercenary",
|
||
"id": 2,
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "muster",
|
||
"filename": "elven_mercenary_2",
|
||
"count": "1",
|
||
"target": "sc_elven_mercenary",
|
||
"quote": "I spit on Scoia'Tael ideals, but not on their coin."
|
||
},
|
||
"sc_vrihedd_sapper": {
|
||
"name": "Vrihedd Sapper",
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "scorch",
|
||
"filename": "vrihedd_sapper",
|
||
"count": "1",
|
||
"quote": "No matter what you may have heard, elves don't take human scalps. Too much lice."
|
||
},
|
||
"sc_vrihedd_dragoon_1": {
|
||
"name": "Vrihedd Dragoon",
|
||
"id": 1,
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "vrihedd_dragoon_1",
|
||
"count": "1",
|
||
"target": "sc_vrihedd_dragoon",
|
||
"quote": "Most terrible things I've witnessed? The Catriona plague, the razing of Vengerberg and the charge of the Vrihedd Dragoons."
|
||
},
|
||
"sc_vrihedd_dragoon_2": {
|
||
"name": "Vrihedd Dragoon",
|
||
"id": 2,
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "vrihedd_dragoon_2",
|
||
"count": "1",
|
||
"target": "sc_vrihedd_dragoon",
|
||
"quote": "Most terrible things I've witnessed? The Catriona plague, the razing of Vengerberg and the charge of the Vrihedd Dragoons."
|
||
},
|
||
"sc_vrihedd_dragoon_3": {
|
||
"name": "Vrihedd Dragoon",
|
||
"id": 3,
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "vrihedd_dragoon_3",
|
||
"count": "1",
|
||
"target": "sc_vrihedd_dragoon",
|
||
"quote": "Most terrible things I've witnessed? The Catriona plague, the razing of Vengerberg and the charge of the Vrihedd Dragoons."
|
||
},
|
||
"sc_aelirenn": {
|
||
"name": "Aelirenn",
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "hero medic",
|
||
"filename": "aelirenn",
|
||
"count": "1",
|
||
"quote": "Was also known as the White Rose of Shaerrawedd."
|
||
},
|
||
"sc_saesenthessis_saskia": {
|
||
"name": "Saesenthessis: Saskia",
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "hero avenger",
|
||
"filename": "saesenthessis_saskia",
|
||
"count": "1",
|
||
"target": "sc_saesenthessis_dragon",
|
||
"quote": "Beautiful, pure, fierce... the perfect icon for a rebellion."
|
||
},
|
||
"sc_saesenthessis_dragon": {
|
||
"name": "Saesenthessis: Dragon",
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "11",
|
||
"ability": "hero",
|
||
"filename": "saesenthessis_dragon",
|
||
"count": "1",
|
||
"quote": "I care not for kings and their titles. In the east lives one who truly deserves a crown."
|
||
},
|
||
"sc_neophyte": {
|
||
"name": "Commando Neophyte",
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "neophyte",
|
||
"count": "1",
|
||
"quote": "Many nonhumans, fed up with the racism and xenophobia they encounter in the cities, decide to join the Scoia'tael."
|
||
},
|
||
"sc_vrihedd_officer": {
|
||
"name": "Vrihedd Officer",
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "9",
|
||
"ability": "",
|
||
"filename": "vrihedd_officer",
|
||
"count": "1",
|
||
"quote": "Temerians, Redanians, all the same. Better off dead."
|
||
},
|
||
"sc_dol_blathanna_sentry": {
|
||
"name": "Dol Blathanna Sentry",
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "8",
|
||
"ability": "",
|
||
"filename": "dol_blathanna_sentry",
|
||
"count": "1",
|
||
"quote": "As long as we stand, no human foot shall trample Dol Blathanna's meadows."
|
||
},
|
||
"sc_dryads_1": {
|
||
"name": "Dryads",
|
||
"deck": "scoiatael",
|
||
"id": 1,
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "dryads_1",
|
||
"count": "1",
|
||
"target": "sc_dryads",
|
||
"quote": "I do not live in the forst of Brokilon. I am part of it."
|
||
},
|
||
"sc_dryads_2": {
|
||
"name": "Dryads",
|
||
"id": 2,
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "dryads_2",
|
||
"count": "1",
|
||
"target": "sc_dryads",
|
||
"quote": "I do not live in the forst of Brokilon. I am part of it."
|
||
},
|
||
"sc_dryads_3": {
|
||
"name": "Dryads",
|
||
"id": 3,
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "dryads_3",
|
||
"count": "1",
|
||
"target": "sc_dryads",
|
||
"quote": "I do not live in the forst of Brokilon. I am part of it."
|
||
},
|
||
"sc_dryads_4": {
|
||
"name": "Dryads",
|
||
"id": 4,
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "dryads_4",
|
||
"count": "1",
|
||
"target": "sc_dryads",
|
||
"quote": "I do not live in the forst of Brokilon. I am part of it."
|
||
},
|
||
"sc_brouver_hoog": {
|
||
"name": "Brouver Hoog",
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "brouver_hoog",
|
||
"count": "1",
|
||
"quote": "That doddery dolt? Ye cannae even tell if he's alive or stuffed!"
|
||
},
|
||
"sc_dol_blathanna_guard_1": {
|
||
"name": "Dol Blathanna Guard",
|
||
"id": 1,
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "dol_blathanna_guard_1",
|
||
"count": "1",
|
||
"target": "sc_dol_blathanna_guard",
|
||
"quote": "We are the drops of rain that together make a ferocious storm."
|
||
},
|
||
"sc_dol_blathanna_guard_2": {
|
||
"name": "Dol Blathanna Guard",
|
||
"id": 2,
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "dol_blathanna_guard_2",
|
||
"count": "1",
|
||
"target": "sc_dol_blathanna_guard",
|
||
"quote": "We are the drops of rain that together make a ferocious storm."
|
||
},
|
||
"sc_dol_blathanna_guard_3": {
|
||
"name": "Dol Blathanna Guard",
|
||
"id": 3,
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "dol_blathanna_guard_3",
|
||
"count": "1",
|
||
"target": "sc_dol_blathanna_guard",
|
||
"quote": "We are the drops of rain that together make a ferocious storm."
|
||
},
|
||
"sc_aglais": {
|
||
"name": "Aglais",
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "8",
|
||
"ability": "hero medic",
|
||
"filename": "aglais",
|
||
"count": "1",
|
||
"quote": "Brokilon bleeds… and not even I can heal it."
|
||
},
|
||
"sc_elven_deadeye": {
|
||
"name": "Elven Deadeye",
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "8",
|
||
"ability": "",
|
||
"filename": "elven_deadeye",
|
||
"count": "1",
|
||
"quote": "One, two, come into view. Three, four, hide 'hind the door..."
|
||
},
|
||
"sc_morenn": {
|
||
"name": "Morenn",
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "8",
|
||
"ability": "hero",
|
||
"filename": "morenn",
|
||
"count": "1",
|
||
"quote": "Lady Eithné's daughter had inherited her sublime beauty and her wild hatred for all that is human."
|
||
},
|
||
"sc_mahakam_pyrotechnician": {
|
||
"name": "Mahakam Pyrotechnician",
|
||
"deck": "scoiatael",
|
||
"row": "siege",
|
||
"strength": "8",
|
||
"ability": "",
|
||
"filename": "mahakam_pyrotechnician",
|
||
"count": "1",
|
||
"quote": "An extraordinarily risky, and thus much revered, Mahakam trade. Its best-known practitioner was a dwarf by the name of Mikkel Bay."
|
||
},
|
||
"sc_mahakam_guard_1": {
|
||
"name": "Mahakam Guard",
|
||
"id": 1,
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "muster",
|
||
"filename": "mahakam_guard_1",
|
||
"count": "1",
|
||
"target": "sc_mahakam_guard",
|
||
"quote": "Only one punishment for disturbin' the peace in Mahakam: a hammer to the heid."
|
||
},
|
||
"sc_mahakam_guard_2": {
|
||
"name": "Mahakam Guard",
|
||
"id": 2,
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "muster",
|
||
"filename": "mahakam_guard_2",
|
||
"count": "1",
|
||
"target": "sc_mahakam_guard",
|
||
"quote": "Only one punishment for disturbin' the peace in Mahakam: a hammer to the heid."
|
||
},
|
||
"sc_mahakam_ale": {
|
||
"name": "Mahakam Ale",
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "3",
|
||
"ability": "morale",
|
||
"filename": "mahakam_ale",
|
||
"count": "1",
|
||
"quote": "Considered to be the dwarves' greatest contribution to world culture."
|
||
},
|
||
"sc_yannick_brass": {
|
||
"name": "Yannick Brass",
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "8",
|
||
"ability": "hero",
|
||
"filename": "yannick_brass",
|
||
"count": "1",
|
||
"quote": "Any of uz wanna gud luk at mah axe?!"
|
||
},
|
||
"sc_dol_blathanna_trapper": {
|
||
"name": "Dol Blathanna Trapper",
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "scorch_c",
|
||
"filename": "dol_blathanna_trapper",
|
||
"count": "1",
|
||
"quote": "They track like hounds, run like deer and kill like heartless demons."
|
||
},
|
||
"sc_gabor_zigrin": {
|
||
"name": "Gabor Zigrin",
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "9",
|
||
"ability": "hero morale",
|
||
"filename": "gabor_zigrin",
|
||
"count": "1",
|
||
"quote": "Brouver Hoog wanted to kick him out of Mahakam once for having a lama in his living room... it's a long story."
|
||
},
|
||
"sc_eleyas": {
|
||
"name": "Ele'yas",
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "hero morale",
|
||
"filename": "eleyas",
|
||
"count": "1",
|
||
"quote": "Love justifies madness in any of its forms."
|
||
},
|
||
"sc_ithlinne": {
|
||
"name": "Ithlinne Aegli aep Aevenien",
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "ithlinne",
|
||
"count": "1",
|
||
"quote": "Famed for constantly prophesying the world's doom. Not much fun at parties."
|
||
},
|
||
"sc_malena": {
|
||
"name": "Malena",
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "1",
|
||
"ability": "hero horn",
|
||
"filename": "malena",
|
||
"count": "1",
|
||
"quote": "I hate you, dh'oine. You are all the same."
|
||
},
|
||
"sc_dwarven_mercenary_1": {
|
||
"name": "Dwarven Mercenary",
|
||
"id": 1,
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "5",
|
||
"ability": "muster",
|
||
"filename": "dwarven_mercenary_1",
|
||
"count": "1",
|
||
"target": "sc_dwarven_mercenary",
|
||
"quote": "The key's mixin' pleasure an' business – like smackin' foes and gettin' coin for it."
|
||
},
|
||
"sc_dwarven_mercenary_2": {
|
||
"name": "Dwarven Mercenary",
|
||
"id": 2,
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "5",
|
||
"ability": "muster",
|
||
"filename": "dwarven_mercenary_2",
|
||
"count": "1",
|
||
"target": "sc_dwarven_mercenary",
|
||
"quote": "The key's mixin' pleasure an' business – like smackin' foes and gettin' coin for it."
|
||
},
|
||
"sc_hawker_smuggler": {
|
||
"name": "Hawker Smuggler",
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "3",
|
||
"ability": "morale",
|
||
"filename": "hawker_smuggler",
|
||
"count": "1",
|
||
"quote": "I fight for whoever's paying the best. Or whoever's easiest to rob."
|
||
},
|
||
"sc_dwarven_agitator": {
|
||
"name": "Dwarven Agitator",
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "3",
|
||
"ability": "morale",
|
||
"filename": "dwarven_agitator",
|
||
"count": "1",
|
||
"quote": "Mark me words, if ye dinnae get up off yer arses, humans're gonnae come here an' steal our wenches!"
|
||
},
|
||
"sc_mahakam_marauder": {
|
||
"name": "Mahakam Marauder",
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "mahakam_marauder",
|
||
"count": "1",
|
||
"quote": "Hunting on Mahakam's craggy cliffs is not particularly easy… but nor are dwarves particularly put off by danger."
|
||
},
|
||
"sc_fauve": {
|
||
"name": "Fauve",
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "fauve",
|
||
"count": "1",
|
||
"quote": "Dandelion recognized her at once – the very same with green hair who had given them light in dark of night and urged the bard to continue his ballads."
|
||
},
|
||
"sc_farseer": {
|
||
"name": "Farseer",
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "9",
|
||
"ability": "hero",
|
||
"filename": "farseer",
|
||
"count": "1",
|
||
"quote": "Her words might seem unintelligible at times, but they always contain hidden meanings and tremendous wisdom."
|
||
},
|
||
"sc_sirssa": {
|
||
"name": "Sirssa",
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "9",
|
||
"ability": "hero",
|
||
"filename": "sirssa",
|
||
"count": "1",
|
||
"quote": "With silent grace, a dark-haired dryad nimbly descended a spiralling cascade of mushrooms along the tree's trunk."
|
||
},
|
||
"sc_braenn": {
|
||
"name": "Braenn",
|
||
"deck": "scoiatael",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "braenn",
|
||
"count": "1",
|
||
"quote": "Mona…? No… no. I'm Braenn. A daughter of Brokilon."
|
||
},
|
||
"sc_hawker_support": {
|
||
"name": "Hawker Support",
|
||
"deck": "scoiatael",
|
||
"row": "siege",
|
||
"strength": "4",
|
||
"ability": "medic",
|
||
"filename": "hawker_support",
|
||
"count": "1",
|
||
"quote": "Elf, dwarf, makes no difference – long as they've got coin."
|
||
},
|
||
"sc_eldain": {
|
||
"name": "Eldain",
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "9",
|
||
"ability": "hero",
|
||
"filename": "eldain",
|
||
"count": "1",
|
||
"quote": "The king once dispatched an envoy to Eldain… despite my advice to the contrary."
|
||
},
|
||
"sc_giantslayer": {
|
||
"name": "Giantslayer",
|
||
"deck": "scoiatael",
|
||
"row": "agile",
|
||
"strength": "5",
|
||
"ability": "scorch",
|
||
"filename": "giantslayer",
|
||
"count": "1",
|
||
"quote": "Aye, they call me the Giantslayer, and nay, it ain't from bein' a humongous bastard now, is it?"
|
||
},
|
||
"sc_elven_scout": {
|
||
"name": "Elven Scout",
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "spy",
|
||
"filename": "elven_scout",
|
||
"count": "1",
|
||
"quote": "They say elves leave no tracks in the snow, but if you ask me, they are just a pack of village idiots, babbling nonsense."
|
||
},
|
||
"sc_elven_swordmaster": {
|
||
"name": "Elven Swordmaster",
|
||
"deck": "scoiatael",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "scorch_c",
|
||
"filename": "elven_swordmaster",
|
||
"count": "1",
|
||
"quote": "Combat is a dance, and you must never allow your opponent to lead."
|
||
},
|
||
"sc_vrihedd_saboteur": {
|
||
"name": "Vrihedd Saboteur",
|
||
"deck": "scoiatael",
|
||
"row": "siege",
|
||
"strength": "7",
|
||
"ability": "spy",
|
||
"filename": "vrihedd_saboteur",
|
||
"count": "1",
|
||
"quote": "The gates were ordered to be closed… But they didn't budge."
|
||
}
|
||
};
|
||
|
||
var ext_sk_cards = {
|
||
"sk_svalblod": {
|
||
"name": "Svalblod",
|
||
"deck": "skellige",
|
||
"row": "agile",
|
||
"strength": "11",
|
||
"ability": "hero",
|
||
"filename": "svalblod",
|
||
"count": "1",
|
||
"quote": "He proclaimed to his worshippers but one commandement. Kill."
|
||
},
|
||
"sk_an_craite_raiders": {
|
||
"name": "Clan an Craite Raiders",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "an_craite_raiders",
|
||
"count": "1",
|
||
"quote": "Cabbage, really? It’s just the worst when there’s nothing good to plunder."
|
||
},
|
||
"sk_svalblod_fanatic": {
|
||
"name": "Svalblod Fanatic",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "8",
|
||
"ability": "",
|
||
"filename": "svalblod_fanatic",
|
||
"count": "1",
|
||
"quote": "Not all are worthy of Svalblod's blessing."
|
||
},
|
||
"sk_harald_cripple": {
|
||
"name": "Harald the Cripple",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "harald_cripple",
|
||
"count": "1",
|
||
"quote": "He did not stop until the islands were his and the head of the old jarl lay on the ground before him."
|
||
},
|
||
"sk_drummond_warmonger": {
|
||
"name": "Drummond Warmonger",
|
||
"deck": "skellige",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "drummond_warmonger",
|
||
"count": "1",
|
||
"quote": "Think o' the greater good?! War's the greatest good, the greatest bad, the greatest damn anythin' man's ever come up with!"
|
||
},
|
||
"sk_an_craite_greatsword": {
|
||
"name": "Clan an Craite Greatsword",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "an_craite_greatsword",
|
||
"count": "1",
|
||
"quote": "Ahh, ye gave me a good laugh there, Nordling! Why, this bastard, ye couldn't even grip it, let alone gut me with it."
|
||
},
|
||
"sk_vabjorn": {
|
||
"name": "Vabjorn",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "9",
|
||
"ability": "hero",
|
||
"filename": "vabjorn",
|
||
"count": "1",
|
||
"quote": "Blood for Svalblod! Skulls for his throne!"
|
||
},
|
||
"sk_tuirseach_bearmaster": {
|
||
"name": "Tuirseach Bearmaster",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "tuirseach_bearmaster",
|
||
"count": "1",
|
||
"quote": "Blood for Svalblod! Skulls for his throne!"
|
||
},
|
||
"sk_morkvarg": {
|
||
"name": "Morkvarg",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "morkvarg",
|
||
"count": "1",
|
||
"quote": "The vilest man Skellige's ever known."
|
||
},
|
||
"sk_drummond_berserker": {
|
||
"name": "Drummond Berserker",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "berserker",
|
||
"filename": "drummond_berserker",
|
||
"count": "1",
|
||
"target": "sk_vildkaarl",
|
||
"quote": "The vilest man Skellige's ever known."
|
||
},
|
||
"sk_chosen_berserker": {
|
||
"name": "Chosen Berserker",
|
||
"deck": "skellige",
|
||
"row": "agile",
|
||
"strength": "5",
|
||
"ability": "berserker",
|
||
"filename": "chosen_berserker",
|
||
"count": "1",
|
||
"target": "sk_champion_svalblod",
|
||
"quote": "Strike me! C'mon, harder! You call this pain?! "
|
||
},
|
||
"sk_champion_svalblod": {
|
||
"name": "Champion of Svalblod",
|
||
"deck": "skellige",
|
||
"row": "agile",
|
||
"strength": "14",
|
||
"ability": "scorch_c",
|
||
"filename": "champion_svalblod",
|
||
"count": "1",
|
||
"quote": "This bear taste funny to you? "
|
||
},
|
||
"sk_war_longship_3": {
|
||
"name": "War Longship",
|
||
"id": 3,
|
||
"deck": "skellige",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "bond",
|
||
"filename": "war_longship_3",
|
||
"count": "1",
|
||
"target": "sk_war_longship",
|
||
"quote": "They say Hemdall's heart swells whenever the longships sail out on a raid."
|
||
},
|
||
"sk_dimun_pirate_captain": {
|
||
"name": "Clan Dimun Pirate Captain",
|
||
"deck": "skellige",
|
||
"row": "agile",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "dimun_pirate_captain",
|
||
"count": "1",
|
||
"quote": "Haul together, hoist the colors high!"
|
||
},
|
||
"sk_vigi_loon": {
|
||
"name": "Vigi the Loon",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "vigi_loon",
|
||
"count": "1",
|
||
"quote": "Even for Skelligers Vigi's fearlessness went far beyond the pale of bravery."
|
||
},
|
||
"sk_tuirseach_warrior_1": {
|
||
"name": "Clan Tuirseach Warrior",
|
||
"id": 1,
|
||
"deck": "skellige",
|
||
"row": "agile",
|
||
"strength": "3",
|
||
"ability": "bond",
|
||
"filename": "tuirseach_warrior_1",
|
||
"count": "1",
|
||
"target": "sk_tuirseach_warrior",
|
||
"quote": "Friends we show heart, foes we show our axe. Remember that."
|
||
},
|
||
"sk_tuirseach_warrior_2": {
|
||
"name": "Clan Tuirseach Warrior",
|
||
"id": 2,
|
||
"deck": "skellige",
|
||
"row": "agile",
|
||
"strength": "3",
|
||
"ability": "bond",
|
||
"filename": "tuirseach_warrior_2",
|
||
"count": "1",
|
||
"target": "sk_tuirseach_warrior",
|
||
"quote": "Friends we show heart, foes we show our axe. Remember that."
|
||
},
|
||
"sk_heymaey_flaminica": {
|
||
"name": "Clan Heymaey Flaminica",
|
||
"deck": "skellige",
|
||
"row": "siege",
|
||
"strength": "3",
|
||
"ability": "medic",
|
||
"filename": "heymaey_flaminica",
|
||
"count": "1",
|
||
"quote": "A flaminica, the highest position among the druidesses, commands a great deal of respect and wields a great deal of power."
|
||
},
|
||
"sk_arnjolf": {
|
||
"name": "Arnjolf the Patricide",
|
||
"deck": "skellige",
|
||
"row": "ranged",
|
||
"strength": "8",
|
||
"ability": "",
|
||
"filename": "arnjolf",
|
||
"count": "1",
|
||
"quote": "Only death can cleanse me o' shame."
|
||
},
|
||
"sk_otkell": {
|
||
"name": "otkell",
|
||
"deck": "skellige",
|
||
"row": "ranged",
|
||
"strength": "8",
|
||
"ability": "hero morale",
|
||
"filename": "otkell",
|
||
"count": "1",
|
||
"quote": "The mother Godess' power knows no bounds."
|
||
},
|
||
"sk_dagur": {
|
||
"name": "Dagur Two Blades",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "dagur",
|
||
"count": "1",
|
||
"quote": "Shields are for flower-pickin' saps."
|
||
},
|
||
"sk_sigrdrifa": {
|
||
"name": "Sigrdrifa",
|
||
"deck": "skellige",
|
||
"row": "ranged",
|
||
"strength": "0",
|
||
"ability": "medic",
|
||
"filename": "sigrdrifa",
|
||
"count": "1",
|
||
"quote": "Fall on your knees and beg Modron Freya for forgiveness."
|
||
},
|
||
"sk_jutta": {
|
||
"name": "Jutta an Dimun",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "9",
|
||
"ability": "hero",
|
||
"filename": "jutta",
|
||
"count": "1",
|
||
"quote": "Some call her the Iron Maiden."
|
||
},
|
||
"sk_eist_tuirseach": {
|
||
"name": "Eist Tuirseach",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "eist_tuirseach",
|
||
"count": "1",
|
||
"quote": "Skellige and Cintra shall stand ever together!"
|
||
},
|
||
"sk_troll_errant": {
|
||
"name": "Troll Errant",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "troll_errant",
|
||
"count": "1",
|
||
"quote": "Champion of Champions!"
|
||
},
|
||
"sk_giant_boar": {
|
||
"name": "Giant Boar",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "giant_boar",
|
||
"count": "1",
|
||
"quote": "Most men, seeing a massive boar in the woods, mess their trousers and scurry up the nearest tree. A Skelliger, though - he just drools."
|
||
},
|
||
"sk_harald_houndsnout": {
|
||
"name": "Harald Houndsnout",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "",
|
||
"filename": "harald_houndsnout",
|
||
"count": "1",
|
||
"quote": "Once proud jarl of Clan Tordarroch, now a muttering madman."
|
||
},
|
||
"sk_skjall": {
|
||
"name": "Skjall",
|
||
"deck": "skellige",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "skjall",
|
||
"count": "1",
|
||
"quote": "Strike his name from the Saga of Elders! No one dare grant him shelter or sustenance!"
|
||
},
|
||
"sk_brokvar_hunter": {
|
||
"name": "Clan Brokvar Hunter",
|
||
"deck": "skellige",
|
||
"row": "agile",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "brokvar_hunter",
|
||
"count": "1",
|
||
"quote": "Better believe we can hunt. Thing is, not much game on Spikeroog..."
|
||
},
|
||
"sk_tuirseach_veteran": {
|
||
"name": "Clan Tuirseach Veteran",
|
||
"deck": "skellige",
|
||
"row": "agile",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "tuirseach_veteran",
|
||
"count": "1",
|
||
"quote": "I've seen wonders no man's ever dreamt of, and done things no man should ever do."
|
||
},
|
||
"sk_djenge_frett": {
|
||
"name": "Djenge Frett",
|
||
"deck": "skellige",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "hero",
|
||
"filename": "djenge_frett",
|
||
"count": "1",
|
||
"quote": "Should I catch you, you'll hang, and I'll tickle your feet as you expire."
|
||
},
|
||
"sk_heymaey_herbalist": {
|
||
"name": "Heymaey Herbalist",
|
||
"deck": "skellige",
|
||
"row": "ranged",
|
||
"strength": "1",
|
||
"ability": "hero medic",
|
||
"filename": "heymaey_herbalist",
|
||
"count": "1",
|
||
"quote": "We don't burn cunning women in Skellige - we take their advice."
|
||
},
|
||
"sk_gremist": {
|
||
"name": "Gremist",
|
||
"deck": "skellige",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "gremist",
|
||
"count": "1",
|
||
"quote": "An archdruid, a master of alchemy, and the grumpiest old fart in the Isles."
|
||
},
|
||
"sk_holger_blackhand": {
|
||
"name": "Holger Blackhand",
|
||
"deck": "skellige",
|
||
"row": "siege",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "holger_blackhand",
|
||
"count": "1",
|
||
"quote": "Now let's drink to the Emperor of Nilfgaard – may he die of somethin' hideous!"
|
||
},
|
||
"sk_an_craite_blacksmith": {
|
||
"name": "Clan an Craite Blacksmith",
|
||
"deck": "skellige",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "an_craite_blacksmith",
|
||
"count": "1",
|
||
"quote": "Remember me words – a good shield can save yer life."
|
||
},
|
||
"sk_hym": {
|
||
"name": "Hym",
|
||
"deck": "skellige",
|
||
"row": "siege",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "hym",
|
||
"count": "1",
|
||
"quote": "The gods' speak to me... I hear them whisper from the shadows..."
|
||
},
|
||
"sk_wild_boar": {
|
||
"name": "Wild Boar of the Sea",
|
||
"deck": "skellige",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "wild_boar",
|
||
"count": "1",
|
||
"quote": "Merely mention this name to a Nilfgaardian, and they'll feel a spreading warmth in their knickers..."
|
||
},
|
||
"sk_whale_harpooner": {
|
||
"name": "Whale Harpooner",
|
||
"deck": "skellige",
|
||
"row": "siege",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "whale_harpooner",
|
||
"count": "1",
|
||
"quote": "Skelligers have long known that harpoons are effective against more than mere whales..."
|
||
},
|
||
"sk_blue_whale": {
|
||
"name": "Blue Whale",
|
||
"deck": "skellige",
|
||
"row": "siege",
|
||
"strength": "8",
|
||
"ability": "",
|
||
"filename": "blue_whale",
|
||
"count": "1",
|
||
"quote": "Too big for a razorback. That's a blue."
|
||
}
|
||
};
|
||
|
||
var ext_wu_cards = {
|
||
"wu_vilgefortz_magician_kovir": {
|
||
"name": "Vilgefortz: Magician of Kovir",
|
||
"deck": "witcher_universe",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "vilgefortz_magician_kovir",
|
||
"filename": "vilgefortz_magician_kovir",
|
||
"count": "1",
|
||
"quote": "The nature does not have the knowledge of the philosophical thought."
|
||
},
|
||
"wu_tissaia": {
|
||
"name": "Tissaia de Vries",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "medic",
|
||
"filename": "tissaia",
|
||
"count": "1",
|
||
"quote": "They will not enter here. No one invited those royalist lackeys, who carry out the orders of their short-sighted kings!"
|
||
},
|
||
"wu_rats_giselher": {
|
||
"name": "The Rats: Giselher",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "rats_giselher",
|
||
"count": "1",
|
||
"target": "wu_rats",
|
||
"quote": "He wants to make us angry? Let the bastard talk."
|
||
},
|
||
"wu_rats_asse": {
|
||
"name": "The Rats: Asse",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "rats_asse",
|
||
"count": "1",
|
||
"target": "wu_rats",
|
||
"quote": "He had been hunting the Nilfgaardians for three days, insane with the desire for revenge for what the marauders had done to his familly."
|
||
},
|
||
"wu_rats_iskra": {
|
||
"name": "The Rats: Iskra",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "rats_iskra",
|
||
"count": "1",
|
||
"target": "wu_rats",
|
||
"quote": "The speed blew her beautiful, dark hair around, revealing a small, pointed ear decorated with a filigree earring."
|
||
},
|
||
"wu_rats_kayleigh": {
|
||
"name": "The Rats: Kayleigh",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "rats_kayleigh",
|
||
"count": "1",
|
||
"target": "wu_rats",
|
||
"quote": "He had woken up in smoke, fire and blood, lying among the corpses of his adoptive parents and siblings."
|
||
},
|
||
"wu_rats_mistle": {
|
||
"name": "The Rats: Mistle",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "rats_mistle",
|
||
"count": "1",
|
||
"target": "wu_rats",
|
||
"quote": "The tree stump was followed by a young woman with close-cropped fair hair in a red doublet and high, shiny boots reaching above the knee."
|
||
},
|
||
"wu_rats_reef": {
|
||
"name": "The Rats: Reef",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "rats_reef",
|
||
"count": "1",
|
||
"target": "wu_rats",
|
||
"quote": "Caring for the wounded was not a custom among the killers of the Nilfgaardian special squads."
|
||
},
|
||
"wu_ralf_blunden": {
|
||
"name": "Ralf Blunden",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "spy",
|
||
"filename": "ralf_blunden",
|
||
"count": "1",
|
||
"quote": "The Professor's trademark is his sophisticated choice of words, and witty comments."
|
||
},
|
||
"wu_bomb_heaver": {
|
||
"name": "Bomb Heaver",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "3",
|
||
"ability": "scorch",
|
||
"filename": "bomb_heaver",
|
||
"count": "1",
|
||
"quote": "Watch your heads!"
|
||
},
|
||
"wu_gascon_light_cavalry": {
|
||
"name": "Gascon's Light Cavalry",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "muster",
|
||
"filename": "gascon_light_cavalry",
|
||
"count": "1",
|
||
"target": "wu_gascon_troops",
|
||
"quote": "The chase is on!"
|
||
},
|
||
"wu_gascon_slinger": {
|
||
"name": "Gascon's Slingers",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "gascon_slinger",
|
||
"count": "1",
|
||
"target": "wu_gascon_troops",
|
||
"quote": "Bigger they are, easier they are to target."
|
||
},
|
||
"wu_gascon_infiltrator": {
|
||
"name": "Gascon's Infiltrator",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "gascon_infiltrator",
|
||
"count": "1",
|
||
"target": "wu_gascon_troops",
|
||
"quote": "We got a job to do."
|
||
},
|
||
"wu_gascon": {
|
||
"name": "Gascon",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "7",
|
||
"ability": "hero muster",
|
||
"filename": "gascon",
|
||
"count": "1",
|
||
"target": "wu_gascon_troops",
|
||
"quote": "Th' Strays of Spalla – 'tis you who lead them? 'Tis you they call the Duke of Dogs?"
|
||
},
|
||
"wu_dorregaray": {
|
||
"name": "Dorregaray of Vole",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "dorregaray",
|
||
"count": "1",
|
||
"quote": "Dorregaray is a monster aficionado, though he's developed his own classification system."
|
||
},
|
||
"wu_ortolan": {
|
||
"name": "Grandmaster Ortolan",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "5",
|
||
"ability": "medic",
|
||
"filename": "ortolan",
|
||
"count": "1",
|
||
"quote": "He was a legendary mage who was in charge of the experiments done at Rissberg Castle."
|
||
},
|
||
"wu_coral": {
|
||
"name": "Coral",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "coral",
|
||
"count": "1",
|
||
"quote": "Her true name's Astrid Lyttneyd Ásgeirrfinnbjornsdottir, but that never fit on any forms."
|
||
},
|
||
"wu_leo_bonhart": {
|
||
"name": "Leo Bonhart",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "11",
|
||
"ability": "hero",
|
||
"filename": "leo_bonhart",
|
||
"count": "1",
|
||
"quote": "So you do not fear death? Then look at that little Rat. This is death."
|
||
},
|
||
"wu_azar_javed": {
|
||
"name": "Azar Javed",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "azar_javed",
|
||
"count": "1",
|
||
"quote": "This time you pissed into a tornado."
|
||
},
|
||
"wu_strays_spalla": {
|
||
"name": "Strays of Spalla",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "8",
|
||
"ability": "",
|
||
"filename": "strays_spalla",
|
||
"count": "1",
|
||
"quote": "I'll release ye o' that pouch."
|
||
},
|
||
"wu_gerhart_aelle": {
|
||
"name": "Gerhart of Aelle",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "gerhart_aelle",
|
||
"count": "1",
|
||
"quote": "Gerhart of Aelle, otherwise known as Hen Gedymdeith, was the oldest living sorcerer. That is, until his death on Thanedd Island during the coup."
|
||
},
|
||
"wu_lydia_bredevoort": {
|
||
"name": "Lydia van Bredevoort",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "medic",
|
||
"filename": "lydia_bredevoort",
|
||
"count": "1",
|
||
"quote": "Whether by brush or by sorcery, there was no event, emotion, or scene beyond Lydia's power to depict. Apart from joy."
|
||
},
|
||
"wu_dana_meadbh": {
|
||
"name": "Dana Meadbh",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "8",
|
||
"ability": "hero morale",
|
||
"filename": "dana_meadbh",
|
||
"count": "1",
|
||
"quote": "Through the grasses covering the glade floated a golden-haired queen. Queen of the Fields."
|
||
},
|
||
"wu_rience": {
|
||
"name": "Rience",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "rience",
|
||
"count": "1",
|
||
"quote": "I love watching people suffer."
|
||
},
|
||
"wu_visenna": {
|
||
"name": "Visenna",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "3",
|
||
"ability": "medic",
|
||
"filename": "visenna",
|
||
"count": "1",
|
||
"quote": "The scar will remain, of course. A new one for your collection."
|
||
},
|
||
"wu_operator": {
|
||
"name": "Operator",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "scorch_c",
|
||
"filename": "operator",
|
||
"count": "1",
|
||
"quote": "As time and space collapse before us, they expand behind us..."
|
||
},
|
||
"wu_cosimo_malaspina": {
|
||
"name": "Cosimo Malaspina: Master of Mutations",
|
||
"deck": "witcher_universe",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "cosimo_malaspina",
|
||
"filename": "cosimo_malaspina",
|
||
"count": "1",
|
||
"quote": "Children keep asking him for gifts. He doesn’t know why, but it really helps with finding subjects for his experiments."
|
||
},
|
||
"wu_coen": {
|
||
"name": "Coën",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "8",
|
||
"ability": "witcher_griffin_school",
|
||
"filename": "coen",
|
||
"count": "1",
|
||
"quote": "There is no such thing as a fair fight. Every advantage and every opportunity that arises is used in combat."
|
||
},
|
||
"wu_stygga_castle": {
|
||
"name": "Stygga Castle",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "8",
|
||
"ability": "hero resilience witcher_cat_school",
|
||
"filename": "stygga_castle",
|
||
"count": "1",
|
||
"quote": "The Feline witchers did not stay in Stygga Castle for long. Nor anywhere else, actually."
|
||
},
|
||
"wu_vesemir": {
|
||
"name": "Vesemir",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "witcher_wolf_school",
|
||
"filename": "vesemir",
|
||
"count": "1",
|
||
"quote": "If you're to be hanged, ask for water. Anything can happen before they fetch it."
|
||
},
|
||
"wu_haern_caduch": {
|
||
"name": "Haern Caduch",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "8",
|
||
"ability": "hero resilience witcher_bear_school",
|
||
"filename": "haern_caduch",
|
||
"count": "1",
|
||
"quote": "Carved into the icy rock of the Amell Mountains, the location of the long-abandoned School of the Bear remains a well-kept secret."
|
||
},
|
||
"wu_ivo_belhaven": {
|
||
"name": "Ivo of Belhaven",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "witcher_bear_school",
|
||
"filename": "ivo_belhaven",
|
||
"count": "1",
|
||
"quote": "It's not reason I'm devoid of, just emotion."
|
||
},
|
||
"wu_lambert": {
|
||
"name": "Lambert",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "witcher_wolf_school",
|
||
"filename": "lambert",
|
||
"count": "1",
|
||
"quote": "Now that's the kind of negotiating I understand."
|
||
},
|
||
"wu_keldar": {
|
||
"name": "Keldar",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "medic witcher_griffin_school",
|
||
"filename": "keldar",
|
||
"count": "1",
|
||
"quote": "You blunt, brainless humanoids! What do you mean by 'I don't know?'. You would go hunt the vampires with the Lebioda idol, smeared in garlic!"
|
||
},
|
||
"wu_ivar": {
|
||
"name": "Ivar Evil-Eye",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "8",
|
||
"ability": "witcher_viper_school",
|
||
"filename": "ivar",
|
||
"count": "1",
|
||
"quote": "There’s a terrible tale behind each and every scar—you’d be surprised just how many are true."
|
||
},
|
||
"wu_gorthur_gvaed": {
|
||
"name": "Gorthur Gvaed",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "8",
|
||
"ability": "hero resilience witcher_viper_school",
|
||
"filename": "gorthur_gvaed",
|
||
"count": "1",
|
||
"quote": "There were many scrolls and manuscripts about the legend of the Wild Hunt in the stronghold—and for a good reason."
|
||
},
|
||
"wu_kaer_morhen": {
|
||
"name": "Kaer Morhen",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "8",
|
||
"ability": "hero resilience witcher_wolf_school",
|
||
"filename": "kaer_morhen",
|
||
"count": "1",
|
||
"quote": "The bones of the dead remain at the bottom of the moat surrounding the stronghold, left there as a reminder of the massacre that was born from hatred."
|
||
},
|
||
"wu_kaer_seren": {
|
||
"name": "Kaer Seren",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "8",
|
||
"ability": "hero resilience witcher_griffin_school",
|
||
"filename": "kaer_seren",
|
||
"count": "1",
|
||
"quote": "Kaer Seren’s literary collection was its greatest treasure and the envy of a group of overzealous mages."
|
||
},
|
||
"wu_gezras": {
|
||
"name": "Gezras of Leyda",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "9",
|
||
"ability": "witcher_cat_school",
|
||
"filename": "gezras",
|
||
"count": "1",
|
||
"quote": "Take a contract from Aen Seidhe over a dh'oine any day, as you’re far less likely to receive a knife between the ribs in place of coin."
|
||
},
|
||
"wu_geralt_1": {
|
||
"name": "Geralt of Rivia",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "9",
|
||
"ability": "scorch_c witcher_wolf_school",
|
||
"filename": "geralt_1",
|
||
"count": "1",
|
||
"quote": "If that's what it takes to save the world, it's better to let that world die."
|
||
},
|
||
"wu_gaetan": {
|
||
"name": "Gaetan",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "witcher_cat_school",
|
||
"filename": "gaetan",
|
||
"count": "1",
|
||
"quote": "Murder me just to save few crowns? I’m supposed to protect whoresons like that?"
|
||
},
|
||
"wu_brehen": {
|
||
"name": "Brehen",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "scorch_c witcher_cat_school",
|
||
"filename": "brehen",
|
||
"count": "1",
|
||
"quote": "Known as the Cat of Iello. A moniker earned not from origins, but as a result of slaughtering peasants there. More of a massacre, really."
|
||
},
|
||
"wu_gerd": {
|
||
"name": "Gerd",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "8",
|
||
"ability": "scorch_c witcher_bear_school",
|
||
"filename": "gerd",
|
||
"count": "1",
|
||
"quote": "He was contracted to slay a dragon, a siren, and a striga. He was also being pursued by a vengeful knight, bounty hunters, and bandits."
|
||
},
|
||
"wu_warrit": {
|
||
"name": "Warrit the All-Seeing",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "witcher_viper_school",
|
||
"filename": "warrit",
|
||
"count": "1",
|
||
"quote": "By slightly modifying the Supirre sign, Warritt gained the ability to see... everything."
|
||
},
|
||
"wu_erland": {
|
||
"name": "Erland of Larvik",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "9",
|
||
"ability": "witcher_griffin_school",
|
||
"filename": "erland",
|
||
"count": "1",
|
||
"quote": "Erland founded the School of the Griffin, and hoped his emphasis on knightly values would help elevate the reputation of witchers among the common folk."
|
||
},
|
||
"wu_arnaghad": {
|
||
"name": "Arnaghad",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "9",
|
||
"ability": "witcher_bear_school",
|
||
"filename": "arnaghad",
|
||
"count": "1",
|
||
"quote": "A witcher’s job is to kill monsters and collect coin. No more, no less."
|
||
},
|
||
"wu_letho": {
|
||
"name": "Letho of Gulet",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "9",
|
||
"ability": "scorch_c witcher_viper_school",
|
||
"filename": "letho",
|
||
"count": "1",
|
||
"quote": "Witchers never die in their beds."
|
||
},
|
||
"wu_eskel": {
|
||
"name": "Eskel",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "8",
|
||
"ability": "witcher_wolf_school",
|
||
"filename": "eskel",
|
||
"count": "1",
|
||
"quote": "I'm a simple witcher, Wolf. Don't fight dragons, don't fraternize with kings and don't sleep with sorceresses..."
|
||
},
|
||
"wu_kolgrim": {
|
||
"name": "Kolgrim",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "witcher_viper_school",
|
||
"filename": "kolgrim",
|
||
"count": "1",
|
||
"quote": "Fortune only smiled upon him if it was accompanied by a stroke of very bad luck."
|
||
},
|
||
"wu_swallow_potion": {
|
||
"name": "Swallow Potion",
|
||
"deck": "witcher_universe",
|
||
"row": "agile",
|
||
"strength": "2",
|
||
"ability": "horn",
|
||
"filename": "swallow_potion",
|
||
"count": "1",
|
||
"quote": "Symbolizing spring and rejuvenation, the swallow lent its name to this potion that accelerates the rate at which wounds scab over and heal."
|
||
},
|
||
"spe_sign_igni": {
|
||
"name": "Sign: Igni",
|
||
"deck": "special witcher_universe",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "scorch",
|
||
"filename": "sign_igni",
|
||
"count": "3",
|
||
"quote": "A twist of a witcher's fingers can light a lamp… or incinerate a foe."
|
||
},
|
||
"spe_sign_quen": {
|
||
"name": "Sign: Quen",
|
||
"deck": "special witcher_universe",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "shield",
|
||
"filename": "sign_quen",
|
||
"count": "3",
|
||
"quote": "Geralt, feeling the iron taste of blood in his mouth, shouted a spell, with his fingers open in the Quen Sign."
|
||
},
|
||
"spe_sign_axii": {
|
||
"name": "Sign: Axii",
|
||
"deck": "special witcher_universe",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "seize",
|
||
"filename": "sign_axii",
|
||
"count": "3",
|
||
"quote": "Geralt makes the Axii sign with the fingers of his right hand above the steed's head and whispers the incantation."
|
||
},
|
||
"spe_sign_aard": {
|
||
"name": "Sign: Aard",
|
||
"deck": "special witcher_universe",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "knockback",
|
||
"filename": "sign_aard",
|
||
"count": "3",
|
||
"quote": "A blast of concentrated energy that pummels everything in its path. Great for when you forget your keys."
|
||
},
|
||
"spe_sign_yrden": {
|
||
"name": "Sign: Yrden",
|
||
"deck": "special witcher_universe",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "lock",
|
||
"filename": "sign_yrden",
|
||
"count": "3",
|
||
"quote": "He lay down next to Adda's mummified remains, drawing the Yrden Sign on the inner side of her sarcophagus' lid."
|
||
},
|
||
"wu_alzur_maker": {
|
||
"name": "Alzur: The Maker of Spells",
|
||
"deck": "witcher_universe",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "alzur_maker",
|
||
"filename": "alzur_maker",
|
||
"count": "1",
|
||
"quote": "A rebel… outcast... knight… even sorcerer if you can believe that."
|
||
},
|
||
"wu_koshchey": {
|
||
"name": "Koshchey",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "9",
|
||
"ability": "scorch_c",
|
||
"filename": "koshchey",
|
||
"count": "0",
|
||
"quote": "If I tell you koshchey is death, you'll go to the creek anyway, right?"
|
||
},
|
||
"wu_doppler_1": {
|
||
"name": "Doppler",
|
||
"deck": "witcher_universe",
|
||
"row": "agile",
|
||
"strength": "4",
|
||
"ability": "spy",
|
||
"filename": "doppler_1",
|
||
"count": "1",
|
||
"quote": "I'll be on my way and lose myself in the crowd."
|
||
},
|
||
"wu_idr": {
|
||
"name": "Idr",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "",
|
||
"filename": "idr",
|
||
"count": "1",
|
||
"quote": "Who's a good boy? — Idarran"
|
||
},
|
||
"wu_iris_von_everec": {
|
||
"name": "Iris von Everec",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "9",
|
||
"ability": "hero",
|
||
"filename": "iris_von_everec",
|
||
"count": "1",
|
||
"quote": "I remember so little... Yet when I think of my rose, I begin to recall what was."
|
||
},
|
||
"wu_sarah": {
|
||
"name": "Sarah",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "7",
|
||
"ability": "spy",
|
||
"filename": "sarah",
|
||
"count": "1",
|
||
"quote": "Little Sarah wants to play!"
|
||
},
|
||
"wu_djinn": {
|
||
"name": "Djinn",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "hero scorch_c",
|
||
"filename": "djinn",
|
||
"count": "1",
|
||
"quote": "A djinn, good sirs, fulfills but three wishes. Thus freed, it flees to dimensions unknown."
|
||
},
|
||
"wu_myrgtabrakke": {
|
||
"name": "Myrgtabrakke",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "10",
|
||
"ability": "",
|
||
"filename": "myrgtabrakke",
|
||
"count": "1",
|
||
"quote": "Never get between a mother dragon and her young."
|
||
},
|
||
"wu_vincent_meis": {
|
||
"name": "Vincent Meis",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "scorch_c",
|
||
"filename": "vincent_meis",
|
||
"count": "1",
|
||
"quote": "By day, Captain of the Vizima City Guard. By night, merciless avenger and defender of the downtrodden."
|
||
},
|
||
"wu_raging_bear": {
|
||
"name": "Raging Bear",
|
||
"deck": "witcher_universe",
|
||
"row": "agile",
|
||
"strength": "6",
|
||
"ability": "scorch",
|
||
"filename": "raging_bear",
|
||
"count": "1",
|
||
"quote": "Tame? Och, lad, people might train bears but that don't at all mean they tame 'em..."
|
||
},
|
||
"wu_iris_companions_1": {
|
||
"name": "Iris Companions: Black Dog",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "iris_companions",
|
||
"count": "1",
|
||
"target": "wu_iris_companions",
|
||
"quote": "We'd rather keep our names to ourselves. Think of us as… friends of the house."
|
||
},
|
||
"wu_iris_companions_2": {
|
||
"name": "Iris Companions: Black Cat",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "iris_companions",
|
||
"count": "1",
|
||
"target": "wu_iris_companions",
|
||
"quote": "We'd rather keep our names to ourselves. Think of us as… friends of the house."
|
||
},
|
||
"wu_vlodimir_von_everec": {
|
||
"name": "Vlodimir von Everec",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "vlodimir_von_everec",
|
||
"count": "1",
|
||
"quote": "Vlodimir liked to have a good time when he was alive and greatly missed having fun after his death."
|
||
},
|
||
"wu_phoenix": {
|
||
"name": "Phoenix",
|
||
"deck": "witcher_universe",
|
||
"row": "agile",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "phoenix",
|
||
"count": "1",
|
||
"quote": "What came first, the chicken or the egg? Compared to the conundrum that is the phoenix, that question seems downright trivial."
|
||
},
|
||
"wu_boris": {
|
||
"name": "Boris",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "boris",
|
||
"count": "1",
|
||
"quote": "After getting a taste of human flesh, he won't eat anything else."
|
||
},
|
||
"wu_marlene_trastamara": {
|
||
"name": "Marlene de Trastamara",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "marlene_trastamara",
|
||
"count": "1",
|
||
"quote": "None shall sit and dine with you at your table, no spoon you have shall sate you, never again shall you wish to spy your reflection in the mirror."
|
||
},
|
||
"wu_idarran_ulivo": {
|
||
"name": "Idarran of Ulivo",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "8",
|
||
"ability": "hero avenger",
|
||
"filename": "idarran_ulivo",
|
||
"count": "1",
|
||
"target": "wu_idr",
|
||
"quote": "After getting a taste of human flesh, he won't eat anything else."
|
||
},
|
||
"wu_mad_kiyan": {
|
||
"name": "Mad Kiyan",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "witcher_cat_school",
|
||
"filename": "mad_kiyan",
|
||
"count": "1",
|
||
"quote": "We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far."
|
||
},
|
||
"wu_cicada": {
|
||
"name": "Cicada",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "cicada",
|
||
"count": "1",
|
||
"quote": "Ivo Mierce, better known by his nickname Cicada, war a criminal and bodyguard."
|
||
},
|
||
"wu_nivellen": {
|
||
"name": "Nivellen",
|
||
"deck": "witcher_universe",
|
||
"row": "agile",
|
||
"strength": "8",
|
||
"ability": "",
|
||
"filename": "nivellen",
|
||
"count": "1",
|
||
"quote": "Flee mortal man! I'll devour you! Tear you to pieces!"
|
||
},
|
||
"wu_vilgefortz_sorcerer": {
|
||
"name": "Vilgefortz: Sorcerer of Roggeveen",
|
||
"deck": "witcher_universe",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "vilgefortz_sorcerer",
|
||
"filename": "vilgefortz_sorcerer",
|
||
"count": "1",
|
||
"quote": "You've mistaken the stars reflected on the surface of the lake at night for the heavens."
|
||
},
|
||
"wu_doppler_2": {
|
||
"name": "Doppler",
|
||
"deck": "witcher_universe",
|
||
"row": "agile",
|
||
"strength": "6",
|
||
"ability": "spy",
|
||
"filename": "doppler_2",
|
||
"count": "1",
|
||
"quote": "I'll be on my way and lose myself in the crowd."
|
||
},
|
||
"wu_pellar": {
|
||
"name": "Pellar",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "2",
|
||
"ability": "medic",
|
||
"filename": "pellar",
|
||
"count": "1",
|
||
"quote": "Gather spirits for this wake, A passing soul ne'er forsake, Hear my call, my humble plea, Unbind his chains, set him free."
|
||
},
|
||
"wu_kelpie": {
|
||
"name": "Kelpie",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "0",
|
||
"ability": "avenger",
|
||
"filename": "kelpie",
|
||
"count": "1",
|
||
"target": "ntr_ciri",
|
||
"quote": "In the north 'Kelpie' was a sea monster..."
|
||
},
|
||
"wu_vysogota": {
|
||
"name": "Vysogota of Corvo",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "2",
|
||
"ability": "medic",
|
||
"filename": "vysogota",
|
||
"count": "1",
|
||
"quote": "I, Vysogota of Corvo, do not believe in the existence of the gods."
|
||
},
|
||
"wu_angouleme": {
|
||
"name": "Angouleme",
|
||
"deck": "witcher_universe",
|
||
"row": "agile",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "angouleme",
|
||
"count": "1",
|
||
"quote": "You damned tricksters! Nothing but swindlers!"
|
||
},
|
||
"wu_tea_vea_1": {
|
||
"name": "Tea & Vea",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "muster",
|
||
"filename": "tea_vea_1",
|
||
"count": "1",
|
||
"target" :"wu_tea_vea",
|
||
"quote": "Her sabre, drawn faster than they eye could see, cut through the air."
|
||
},
|
||
"wu_tea_vea_2": {
|
||
"name": "Tea & Vea",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "muster",
|
||
"filename": "tea_vea_2",
|
||
"count": "1",
|
||
"target": "wu_tea_vea",
|
||
"quote": "Her sabre, drawn faster than they eye could see, cut through the air."
|
||
},
|
||
"wu_iola": {
|
||
"name": "Iola",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "0",
|
||
"ability": "medic",
|
||
"filename": "iola",
|
||
"count": "1",
|
||
"quote": "The priestess slowly shook her head, sniffed and wiped a tear away."
|
||
},
|
||
"wu_rhapsodic_melody": {
|
||
"name": "Rhapsodic Melody",
|
||
"deck": "witcher_universe",
|
||
"row": "agile",
|
||
"strength": "2",
|
||
"ability": "horn",
|
||
"filename": "rhapsodic_melody",
|
||
"count": "1",
|
||
"quote": "War's not so horrific when you put a catchy tune to it."
|
||
},
|
||
"wu_nenneke": {
|
||
"name": "Nenneke",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "1",
|
||
"ability": "medic",
|
||
"filename": "nenneke",
|
||
"count": "1",
|
||
"quote": "Few know more about healing than Nenneke."
|
||
},
|
||
"wu_roach": {
|
||
"name": "Roach",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "0",
|
||
"ability": "avenger",
|
||
"filename": "roach",
|
||
"count": "1",
|
||
"target": "ntr_geralt",
|
||
"quote": "Geralt, we gotta have a man–to–horse talk. No offense, but your riding skills? They leave a bit to be desired, buddy."
|
||
},
|
||
"wu_kalkstein": {
|
||
"name": "Adalbertus Kalkstein",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "4",
|
||
"ability": "morale",
|
||
"filename": "kalkstein",
|
||
"count": "1",
|
||
"quote": "Before Kalkstein departed this world, he left us with some rather unflattering words about our gracious king..."
|
||
},
|
||
"wu_gerd_2": {
|
||
"name": "Gerd",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "11",
|
||
"ability": "hero",
|
||
"filename": "gerd_2",
|
||
"count": "1",
|
||
"quote": "Righteous and brave, of death never scared. Such a man had we in the witcher Gerd."
|
||
},
|
||
"wu_lambert_2": {
|
||
"name": "Lambert",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "lambert_2",
|
||
"count": "1",
|
||
"quote": "Lambert, Lambert, what a prick."
|
||
},
|
||
"wu_eskel_2": {
|
||
"name": "Eskel",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero morale",
|
||
"filename": "eskel_2",
|
||
"count": "1",
|
||
"quote": "Heard you panting from three miles away. Just didn't wanna give up that vantage point."
|
||
},
|
||
"wu_sheenaz": {
|
||
"name": "Sh'eenaz",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "hero morale",
|
||
"filename": "sheenaz",
|
||
"count": "1",
|
||
"quote": "The excuses, the stupid and naive excuses: not the slightest bit of dedication!"
|
||
},
|
||
"wu_george_kagen": {
|
||
"name": "George of Kagen",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "witcher_griffin_school",
|
||
"filename": "george_kagen",
|
||
"count": "1",
|
||
"quote": "Instead of monsters, he only found villagers lighting fake fires to sink and loot all arriving ships."
|
||
},
|
||
"wu_leo": {
|
||
"name": "Leo",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "witcher_wolf_school",
|
||
"filename": "leo",
|
||
"count": "1",
|
||
"quote": "He would have caught the arrow if he only had some heads-up."
|
||
},
|
||
"wu_renfri": {
|
||
"name": "Renfri",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "renfri",
|
||
"count": "1",
|
||
"quote": "In this fairytale, the princess and the monster are the same person."
|
||
},
|
||
"wu_gimpy_gerwin": {
|
||
"name": "Gimpy Gerwin",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "gimpy_gerwin",
|
||
"count": "1",
|
||
"quote": "Keep the vermin on a short leash. And don't be afraid to use that whip!"
|
||
},
|
||
"wu_fugas": {
|
||
"name": "Fugas",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "fugas",
|
||
"count": "1",
|
||
"quote": "Heh, givin' me orders? You? A human?"
|
||
},
|
||
"wu_barnabas": {
|
||
"name": "Barnabas Beckenbauer",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "1",
|
||
"ability": "medic",
|
||
"filename": "barnabas",
|
||
"count": "1",
|
||
"quote": "I think you'll really like this one!"
|
||
},
|
||
"wu_torque": {
|
||
"name": "Torque",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "torque",
|
||
"count": "1",
|
||
"quote": "Where an elf cannot go himself, he sends a devil."
|
||
},
|
||
"wu_deserter_1": {
|
||
"name": "Deserter",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "deserter_1",
|
||
"count": "1",
|
||
"target": "wu_deserter",
|
||
"quote": "It is interesting that every second deserter is a volunteer."
|
||
},
|
||
"wu_deserter_2": {
|
||
"name": "Deserter",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "deserter_2",
|
||
"count": "1",
|
||
"target": "wu_deserter",
|
||
"quote": "It is interesting that every second deserter is a volunteer."
|
||
},
|
||
"wu_deserter_3": {
|
||
"name": "Deserter",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "deserter_3",
|
||
"count": "1",
|
||
"target": "wu_deserter",
|
||
"quote": "It is interesting that every second deserter is a volunteer."
|
||
},
|
||
"wu_bloody_baron": {
|
||
"name": "Bloody Baron",
|
||
"deck": "witcher_universe",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "bloody_baron",
|
||
"count": "1",
|
||
"quote": "I've not been a good father, I know, but… perhaps it's not too late."
|
||
},
|
||
"wu_essi_daven": {
|
||
"name": "Essi Daven",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "2",
|
||
"ability": "horn",
|
||
"filename": "essi_daven",
|
||
"count": "1",
|
||
"quote": "When you have no talent, you don't have the luxury of choosing your audience."
|
||
},
|
||
"wu_fercart": {
|
||
"name": "Fercart",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "fercart",
|
||
"count": "1",
|
||
"quote": "Pawns will never know of the unseen hands, maneuvering them toward certain doom."
|
||
},
|
||
"wu_artaud_terranova": {
|
||
"name": "Artaud Terranova",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "artaud_terranova",
|
||
"count": "1",
|
||
"quote": "Ambition can be blinding."
|
||
},
|
||
"wu_auckes": {
|
||
"name": "Auckes",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "witcher_viper_school",
|
||
"filename": "auckes",
|
||
"count": "1",
|
||
"quote": "Letho's got a plan… what could go wrong?"
|
||
},
|
||
"wu_serrit": {
|
||
"name": "Serrit",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "witcher_viper_school",
|
||
"filename": "serrit",
|
||
"count": "1",
|
||
"quote": "We do what we must. I am not ashamed of that."
|
||
},
|
||
"wu_junod": {
|
||
"name": "Junod of Belhaven",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "witcher_bear_school",
|
||
"filename": "junod",
|
||
"count": "1",
|
||
"quote": "Rumour has it he was born of an unusual love between a lady giant and one VERY brave dwarf."
|
||
},
|
||
"wu_berengar": {
|
||
"name": "Berengar",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "witcher_wolf_school",
|
||
"filename": "berengar",
|
||
"count": "1",
|
||
"quote": "Talking the vodyanoi out of sacrificing the prize-winning cow wasn’t an easy task."
|
||
},
|
||
"wu_stregobor": {
|
||
"name": "Stregobor",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "stregobor",
|
||
"count": "1",
|
||
"quote": "I'll be honest, although for my own sake I shouldn't."
|
||
},
|
||
"wu_renew": {
|
||
"name": "Renew",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "2",
|
||
"ability": "medic",
|
||
"filename": "renew",
|
||
"count": "1",
|
||
"quote": "Medicus curat, magicae sanat."
|
||
},
|
||
"wu_prophet_lebioda": {
|
||
"name": "Prophet Lebioda",
|
||
"deck": "witcher_universe",
|
||
"row": "ranged",
|
||
"strength": "8",
|
||
"ability": "",
|
||
"filename": "prophet_lebioda",
|
||
"count": "1",
|
||
"quote": "To thine own self be judge and ruler for thou alone shalt answer for thine deeds before thee."
|
||
},
|
||
"wu_johnny": {
|
||
"name": "Johnny",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "8",
|
||
"ability": "spy",
|
||
"filename": "johnny",
|
||
"count": "1",
|
||
"quote": "Peter Piper picked Prince Proximo a peck of pickled peppers by the Pontar."
|
||
},
|
||
"wu_istredd": {
|
||
"name": "Istredd",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "istredd",
|
||
"count": "1",
|
||
"quote": "Love can make one do crazy things. The loss of love, even more so."
|
||
},
|
||
"wu_salma": {
|
||
"name": "Salma",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "salma",
|
||
"count": "1",
|
||
"quote": "I'm not one to lie. Nor do I kill without reason."
|
||
},
|
||
"wu_field_marshal_duda": {
|
||
"name": "Field Marshal Duda",
|
||
"deck": "witcher_universe",
|
||
"row": "siege",
|
||
"strength": "1",
|
||
"ability": "morale",
|
||
"filename": "field_marshal_duda",
|
||
"count": "1",
|
||
"quote": "Brilliants! Brilliants!"
|
||
}
|
||
};
|
||
|
||
var ext_to_cards = {
|
||
"to_anna_henrietta_duchess": {
|
||
"name": "Anna Henrietta: Lady Duchess",
|
||
"deck": "toussaint",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "anna_henrietta_duchess",
|
||
"filename": "anna_henrietta_duchess",
|
||
"count": "1",
|
||
"quote": "Fair knights I salute you."
|
||
},
|
||
"to_dun_tynne_infantry": {
|
||
"name": "Dun Tynne Infantry",
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "dun_tynne_infantry",
|
||
"count": "1",
|
||
"quote": "If you've blood in your veins, come collect what's deserved."
|
||
},
|
||
"to_champion": {
|
||
"name": "Toussaint Champion",
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "9",
|
||
"ability": "",
|
||
"filename": "champion",
|
||
"count": "1",
|
||
"quote": "With a thunderous roar, hooves pound the ground!"
|
||
},
|
||
"to_panther_1": {
|
||
"name": "Panthers",
|
||
"id": 1,
|
||
"deck": "toussaint",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "panther_1",
|
||
"count": "1",
|
||
"target": "to_panthers",
|
||
"quote": "Pussy cat, pussy cat, what did you do there? Run fool, that's not a cat but a panther!"
|
||
},
|
||
"to_panther_2": {
|
||
"name": "Panthers",
|
||
"id": 2,
|
||
"deck": "toussaint",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "panther_2",
|
||
"count": "1",
|
||
"target": "to_panthers",
|
||
"quote": "Pussy cat, pussy cat, what did you do there? Run fool, that's not a cat but a panther!"
|
||
},
|
||
"to_panther_3": {
|
||
"name": "Panthers",
|
||
"id": 3,
|
||
"deck": "toussaint",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "panther_3",
|
||
"count": "1",
|
||
"target": "to_panthers",
|
||
"quote": "Pussy cat, pussy cat, what did you do there? Run fool, that's not a cat but a panther!"
|
||
},
|
||
"to_knight_errant_1": {
|
||
"name": "Knights-Errant",
|
||
"id": 1,
|
||
"deck": "toussaint",
|
||
"row": "agile",
|
||
"strength": "5",
|
||
"ability": "bond",
|
||
"filename": "knight_errant_1",
|
||
"count": "1",
|
||
"target": "to_knight_errant",
|
||
"quote": "Abandon the path of shame and we will spare you."
|
||
},
|
||
"to_knight_errant_2": {
|
||
"name": "Knights-Errant",
|
||
"id": 2,
|
||
"deck": "toussaint",
|
||
"row": "agile",
|
||
"strength": "5",
|
||
"ability": "bond",
|
||
"filename": "knight_errant_2",
|
||
"count": "1",
|
||
"target": "to_knight_errant",
|
||
"quote": "Abandon the path of shame and we will spare you."
|
||
},
|
||
"to_knight_errant_3": {
|
||
"name": "Knights-Errant",
|
||
"id": 3,
|
||
"deck": "toussaint",
|
||
"row": "agile",
|
||
"strength": "5",
|
||
"ability": "bond",
|
||
"filename": "knight_errant_3",
|
||
"count": "1",
|
||
"target": "to_knight_errant",
|
||
"quote": "Abandon the path of shame and we will spare you."
|
||
},
|
||
"to_damien_tour": {
|
||
"name": "Damien de la Tour",
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "damien_tour",
|
||
"count": "1",
|
||
"quote": "I served Beauclair well. At least... I hope I did."
|
||
},
|
||
"to_gregoire_gorgon": {
|
||
"name": "Gregoire de Gorgon",
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "gregoire_gorgon",
|
||
"count": "1",
|
||
"quote": "Gregoire? That mountain o' muscle wrapped in armor? Course, I 'eard of 'im! Who hasn't?"
|
||
},
|
||
"to_lady_lake": {
|
||
"name": "Lade of the Lake",
|
||
"deck": "toussaint",
|
||
"row": "siege",
|
||
"strength": "5",
|
||
"ability": "medic",
|
||
"filename": "lady_lake",
|
||
"count": "1",
|
||
"quote": "Take this sword as a sign of my favor. For centuries it lay in these depths, waiting... for you."
|
||
},
|
||
"to_jousting_champion": {
|
||
"name": "Jousting Champioin",
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "8",
|
||
"ability": "morale",
|
||
"filename": "jousting_champion",
|
||
"count": "1",
|
||
"quote": "The flower of chivalry, at your command!"
|
||
},
|
||
"to_guillaume": {
|
||
"name": "Guillaume de Launfal",
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "",
|
||
"filename": "guillaume",
|
||
"count": "1",
|
||
"quote": "Guillaume was the very model of a knight-errant - the placard boy for Toussaint."
|
||
},
|
||
"to_artorius_vigo": {
|
||
"name": "Artorius Vigo",
|
||
"deck": "toussaint",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "hero medic",
|
||
"filename": "artorius_vigo",
|
||
"count": "1",
|
||
"quote": "It is said he created an illusion so realistic that he began to believe it himself..."
|
||
},
|
||
"to_fringilla_vigo": {
|
||
"name": "Fringilla Vigo",
|
||
"deck": "toussaint",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "fringilla_vigo",
|
||
"count": "1",
|
||
"quote": "Magic is the highest good. It transcends all borders and divisions."
|
||
},
|
||
"to_beauclair_cavalry_1": {
|
||
"name": "Beauclair Knight",
|
||
"id": 1,
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "bond",
|
||
"filename": "beauclair_cavalry_1",
|
||
"count": "1",
|
||
"target": "to_beauclair_cavalry",
|
||
"quote": "I swear upon the heron you will pay with your own blood."
|
||
},
|
||
"to_beauclair_cavalry_2": {
|
||
"name": "Beauclair Knight",
|
||
"id": 2,
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "bond",
|
||
"filename": "beauclair_cavalry_2",
|
||
"count": "1",
|
||
"target": "to_beauclair_cavalry",
|
||
"quote": "I swear upon the heron you will pay with your own blood."
|
||
},
|
||
"to_milton": {
|
||
"name": "Milton de Peyrac-Peyran",
|
||
"id": 1,
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "muster",
|
||
"filename": "milton",
|
||
"count": "1",
|
||
"target": "to_milton_palmerin",
|
||
"quote": "Glinting under the rays of the Beauclair sun, there was no mistaking this knight-errant who bore the head of a great, white bull on his shield."
|
||
},
|
||
"to_palmerin": {
|
||
"name": "Palmerin de Launfal",
|
||
"id": 2,
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "muster",
|
||
"filename": "palmerin",
|
||
"count": "1",
|
||
"target": "to_milton_palmerin",
|
||
"quote": "Rumor had it the esteemed baron Palmerin de Launfal had fallen into a profane affair with a succubus."
|
||
},
|
||
"to_vivienne": {
|
||
"name": "Vivienne de Tabris",
|
||
"deck": "toussaint",
|
||
"row": "ranged",
|
||
"strength": "2",
|
||
"ability": "avenger",
|
||
"filename": "vivienne",
|
||
"count": "1",
|
||
"target": "to_vivienne_oriole",
|
||
"quote": "Vivienne's a bit of an odd duck for a lady-in-waitin'. But by the Gods, ye can't deny her beauty an' grace!"
|
||
},
|
||
"to_vivienne_oriole": {
|
||
"name": "Vivienne: Oriole",
|
||
"deck": "toussaint",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "vivienne_oriole",
|
||
"count": "1",
|
||
"quote": "Who'd not like to live free as a bird? Well, just ask Vivienne de Tabris."
|
||
},
|
||
"to_syanna": {
|
||
"name": "Sylvia Anna",
|
||
"deck": "toussaint",
|
||
"row": "siege",
|
||
"strength": "2",
|
||
"ability": "hero spy",
|
||
"filename": "syanna",
|
||
"count": "1",
|
||
"quote": "Your Majesty... The princess has been touched by the curse o' the Black Sun. There's no hope, I'm afraid..."
|
||
},
|
||
"to_fisher_king": {
|
||
"name": "Fisher King",
|
||
"deck": "toussaint",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "fisher_king",
|
||
"count": "1",
|
||
"quote": "Mhmm."
|
||
},
|
||
"spe_toussaint_wine": {
|
||
"name": "Toussaint Wine",
|
||
"deck": "special toussaint",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "toussaint_wine",
|
||
"filename": "toussaint_wine",
|
||
"count": "3",
|
||
"quote": "To honour our fair knights, we shall feast from eve till dawn's first light!"
|
||
},
|
||
"to_anna_henrietta_ladyship": {
|
||
"name": "Anna Henrietta: Her Enlightened Ladyship",
|
||
"deck": "toussaint",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "anna_henrietta_ladyship",
|
||
"filename": "anna_henrietta_ladyship",
|
||
"count": "1",
|
||
"quote": "Impertinence is the one thing I cannot abide."
|
||
},
|
||
"to_protofleder": {
|
||
"name": "Protofleder",
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "9",
|
||
"ability": "",
|
||
"filename": "protofleder",
|
||
"count": "1",
|
||
"quote": "Limited to only one region of the Continent, scholars consider them critically endangered. Gods be praised..."
|
||
},
|
||
"to_dettlaff_higher_vampire": {
|
||
"name": "Dettlaff: Higher Vampire",
|
||
"deck": "toussaint",
|
||
"row": "agile",
|
||
"strength": "11",
|
||
"ability": "hero",
|
||
"filename": "dettlaff_higher_vampire",
|
||
"count": "1",
|
||
"quote": "In his true form, the Beast of Beauclair could cause even a witcher to quake in his boots."
|
||
},
|
||
"to_barghest_1": {
|
||
"name": "Barghest",
|
||
"id": 1,
|
||
"deck": "toussaint",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "muster",
|
||
"filename": "barghest_1",
|
||
"count": "1",
|
||
"target": "to_barghest",
|
||
"quote": "Some claim they're the vanguard of the Wild Hunt."
|
||
},
|
||
"to_barghest_2": {
|
||
"name": "Barghest",
|
||
"id": 2,
|
||
"deck": "toussaint",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "muster",
|
||
"filename": "barghest_2",
|
||
"count": "1",
|
||
"target": "to_barghest",
|
||
"quote": "Some claim they're the vanguard of the Wild Hunt."
|
||
},
|
||
"to_barghest_3": {
|
||
"name": "Barghest",
|
||
"id": 3,
|
||
"deck": "toussaint",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "muster",
|
||
"filename": "barghest_3",
|
||
"count": "1",
|
||
"target": "to_barghest",
|
||
"quote": "Some claim they're the vanguard of the Wild Hunt."
|
||
},
|
||
"to_cloud_giant": {
|
||
"name": "Cloud Giant",
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "scorch",
|
||
"filename": "cloud_giant",
|
||
"count": "1",
|
||
"quote": "Many things fall from the sky. Frogs for instance... And the Cloud Giant."
|
||
},
|
||
"to_garkain": {
|
||
"name": "Garkain",
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "garkain",
|
||
"count": "1",
|
||
"quote": "Blood on the ceiling, entrails on the wall... Got garkain written all over it."
|
||
},
|
||
"to_wolves_1": {
|
||
"name": "Wolves",
|
||
"id": 1,
|
||
"deck": "toussaint",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "wolves_1",
|
||
"count": "1",
|
||
"target": "to_wolves",
|
||
"quote": "We never hunt in these woods."
|
||
},
|
||
"to_wolves_2": {
|
||
"name": "Wolves",
|
||
"id": 2,
|
||
"deck": "toussaint",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "wolves_2",
|
||
"count": "1",
|
||
"target": "to_wolves",
|
||
"quote": "We never hunt in these woods."
|
||
},
|
||
"to_yghern": {
|
||
"name": "Yghern",
|
||
"deck": "toussaint",
|
||
"row": "agile",
|
||
"strength": "10",
|
||
"ability": "",
|
||
"filename": "yghern",
|
||
"count": "1",
|
||
"quote": "Its other name is scolopendromorph. Rarely used, as it's hard to say without spitting all over oneself."
|
||
},
|
||
"to_unseen_elder": {
|
||
"name": "Unseen Elder",
|
||
"deck": "toussaint",
|
||
"row": "agile",
|
||
"strength": "12",
|
||
"ability": "hero",
|
||
"filename": "unseen_elder",
|
||
"count": "1",
|
||
"quote": "No one, not even among the higher vampires, knows exactly how old the Unseen Elder is."
|
||
},
|
||
"to_alpha_garkain": {
|
||
"name": "Alpha Garkain",
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "alpha_garkain",
|
||
"count": "1",
|
||
"quote": "The vilest vampire I've ever had the misfortune to lay eyes upon."
|
||
},
|
||
"to_archespore": {
|
||
"name": "Archespore",
|
||
"deck": "toussaint",
|
||
"row": "siege",
|
||
"strength": "5",
|
||
"ability": "scorch_c",
|
||
"filename": "archespore",
|
||
"count": "1",
|
||
"quote": "Folklore claims they sprout from soil watered with the blood of the dying."
|
||
},
|
||
"to_dettlaff": {
|
||
"name": "Dettlaff van der Eretein",
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "8",
|
||
"ability": "hero avenger",
|
||
"filename": "dettlaff",
|
||
"count": "1",
|
||
"target": "to_dettlaff_ghastly_beast",
|
||
"quote": "He did not love like a man, but like an animal. Madly, deeply, unconditionally. Wildly."
|
||
},
|
||
"to_dettlaff_ghastly_beast": {
|
||
"name": "Dettlaff: Ghastly Beast",
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "",
|
||
"filename": "dettlaff_ghastly_beast",
|
||
"count": "1",
|
||
"quote": "The gentleman suddenly turned into a ghastly beast and... tore those men to shreds."
|
||
},
|
||
"to_bruxa_corvo_bianco": {
|
||
"name": "Bruxa of Corvo Bianco",
|
||
"deck": "toussaint",
|
||
"row": "agile",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "bruxa_corvo_bianco",
|
||
"count": "1",
|
||
"quote": "The vampiress lunged in a blur, unleashing an inhuman shriek."
|
||
},
|
||
"to_orianna": {
|
||
"name": "Orianna",
|
||
"deck": "toussaint",
|
||
"row": "ranged",
|
||
"strength": "9",
|
||
"ability": "hero",
|
||
"filename": "orianna",
|
||
"count": "1",
|
||
"quote": "Lady Orianna's been a blessin' for us... She 'elps the beggarly, supports the arts – why, she even runs a home for them poor orphans!"
|
||
},
|
||
"to_lacerate": {
|
||
"name": "Lacerate",
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "9",
|
||
"ability": "",
|
||
"filename": "lacerate",
|
||
"count": "1",
|
||
"quote": "A sight more horrid you've never seen… The poor soul lay shredded as the beast lapped up its blood from the ground all around."
|
||
},
|
||
"to_fleder": {
|
||
"name": "Fleder",
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "fleder",
|
||
"count": "1",
|
||
"quote": "The children o' the night come as punishment from the gods!"
|
||
},
|
||
"to_golyat": {
|
||
"name": "Golyat",
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "golyat",
|
||
"count": "1",
|
||
"quote": "Some claim Golyat was once a famous knight. Sadly, one day he earned the wrath of the Lady of the Lake, who turned him into a monster."
|
||
},
|
||
"to_tufo_monster": {
|
||
"name": "The Tufo Monster",
|
||
"deck": "toussaint",
|
||
"row": "siege",
|
||
"strength": "9",
|
||
"ability": "hero",
|
||
"filename": "tufo_monster",
|
||
"count": "1",
|
||
"quote": "A cross between a mole and an armadillo with an appetite for human flesh."
|
||
},
|
||
"to_shaelmaar": {
|
||
"name": "Shaelmaar",
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "shaelmaar",
|
||
"count": "1",
|
||
"quote": "The earth's innards are home to mighty strange and fearsome beasts."
|
||
},
|
||
"to_anna_henrietta_grace": {
|
||
"name": "Anna Henrietta: Her Grace",
|
||
"deck": "toussaint",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "anna_henrietta_grace",
|
||
"filename": "anna_henrietta_grace",
|
||
"count": "1",
|
||
"quote": "You have sworn your vows, you have readied body and soul. The time has come to test them."
|
||
},
|
||
"to_benoit": {
|
||
"name": "Benoit",
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "2",
|
||
"ability": "medic",
|
||
"filename": "benoit",
|
||
"count": "1",
|
||
"quote": "Aged in barrles of Beauclair oak. Hue - deep burgundy, clarity - high."
|
||
},
|
||
"to_roderick": {
|
||
"name": "Roderick of Dun Tynne",
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "9",
|
||
"ability": "spy",
|
||
"filename": "roderick",
|
||
"count": "1",
|
||
"quote": "Roderick lived as a recluse, avoiding society at large."
|
||
},
|
||
"to_vampire_invasion": {
|
||
"name": "Vampire Invasion",
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "avenger",
|
||
"filename": "vampire_invasion",
|
||
"count": "1",
|
||
"target" : "to_lacerate",
|
||
"quote": "Drinking the blood of the Continent since the Conjunction."
|
||
},
|
||
"to_ducal_guard_1": {
|
||
"name": "Ducal Guard",
|
||
"id": 1,
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "bond",
|
||
"filename": "ducal_guard_1",
|
||
"count": "1",
|
||
"target": "to_ducal_guard",
|
||
"quote": "Search your hearts! Do you not see that they are blackened?"
|
||
},
|
||
"to_ducal_guard_2": {
|
||
"name": "Ducal Guard",
|
||
"id": 2,
|
||
"deck": "toussaint",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "bond",
|
||
"filename": "ducal_guard_2",
|
||
"count": "1",
|
||
"target": "to_ducal_guard",
|
||
"quote": "Search your hearts! Do you not see that they are blackened?"
|
||
},
|
||
"to_bootblack": {
|
||
"name": "Bootblack",
|
||
"deck": "toussaint",
|
||
"row": "agile",
|
||
"strength": "9",
|
||
"ability": "spy",
|
||
"filename": "bootblack",
|
||
"count": "1",
|
||
"quote": "Wouldn't be looking for work, would you? We'd make a fine duo."
|
||
},
|
||
"to_menagerie_keeper": {
|
||
"name": "Menagerie Keeper",
|
||
"deck": "toussaint",
|
||
"row": "agile",
|
||
"strength": "2",
|
||
"ability": "scorch",
|
||
"filename": "menagerie_keeper",
|
||
"count": "1",
|
||
"quote": "If there's one thing Nilfgaardians love more than blood-soaked arena battles, it's blood-soaked arena battles with exotic beasts."
|
||
},
|
||
"to_barnabas": {
|
||
"name": "Barnabas Basil-Foulty",
|
||
"deck": "toussaint",
|
||
"row": "ranged",
|
||
"strength": "1",
|
||
"ability": "medic",
|
||
"filename": "barnabas",
|
||
"count": "1",
|
||
"quote": "I shall serve you as majordomo of Corvo Bianco."
|
||
},
|
||
"to_caed_myrkvid_druid_1": {
|
||
"name": "Caed Myrkvid Druid",
|
||
"id": 1,
|
||
"deck": "toussaint",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "bond",
|
||
"filename": "caed_myrkvid_druid_1",
|
||
"count": "1",
|
||
"target": "to_caed_myrkvid_druid",
|
||
"quote": "We fled here to escape people such as you."
|
||
},
|
||
"to_caed_myrkvid_druid_2": {
|
||
"name": "Caed Myrkvid Druid",
|
||
"id": 2,
|
||
"deck": "toussaint",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "bond",
|
||
"filename": "caed_myrkvid_druid_2",
|
||
"count": "1",
|
||
"target": "to_caed_myrkvid_druid",
|
||
"quote": "We fled here to escape people such as you."
|
||
},
|
||
"to_field_medic": {
|
||
"name": "Field Medic",
|
||
"deck": "toussaint",
|
||
"row": "ranged",
|
||
"strength": "2",
|
||
"ability": "bond",
|
||
"filename": "field_medic",
|
||
"count": "1",
|
||
"quote": "I'm a medic. I tend to know what I am doing when I prescribe something."
|
||
},
|
||
"to_seditious_aristocrats": {
|
||
"name": "Seditious Aristocrats",
|
||
"deck": "toussaint",
|
||
"row": "ranged",
|
||
"strength": "8",
|
||
"ability": "spy",
|
||
"filename": "seditious_aristocrats",
|
||
"count": "1",
|
||
"quote": "They love expensive wine, horse riding, and good old backstabbing."
|
||
},
|
||
"to_poisoner": {
|
||
"name": "Poisoner",
|
||
"deck": "toussaint",
|
||
"row": "ranged",
|
||
"strength": "3",
|
||
"ability": "scorch_c",
|
||
"filename": "poisoner",
|
||
"count": "1",
|
||
"quote": "For a courtesan, a single drop. For a rock troll, an entire bottle. And for Nordling scum? Why waste good poison when a rusty dagger will do?"
|
||
},
|
||
"to_wicked_witch": {
|
||
"name": "Wicked Witch",
|
||
"deck": "toussaint",
|
||
"row": "ranged",
|
||
"strength": "1",
|
||
"ability": "scorch_c",
|
||
"filename": "wicked_witch",
|
||
"count": "1",
|
||
"quote": "A bit of butter, a bit of spice, and you'll make a tasty morsel."
|
||
},
|
||
"to_alchemist": {
|
||
"name": "Alchemist",
|
||
"deck": "toussaint",
|
||
"row": "siege",
|
||
"strength": "3",
|
||
"ability": "scorch",
|
||
"filename": "alchemist",
|
||
"count": "1",
|
||
"quote": "Two ounces of calcium equum, one ounce of rubedo..."
|
||
},
|
||
"to_duchess_informant": {
|
||
"name": "Duchess Informant",
|
||
"deck": "toussaint",
|
||
"row": "siege",
|
||
"strength": "7",
|
||
"ability": "spy",
|
||
"filename": "duchess_informant",
|
||
"count": "1",
|
||
"quote": "Anna Henrietta wakes every morn to the tune of her songbirds."
|
||
}
|
||
};
|
||
|
||
var ext_lr_cards = {
|
||
"spe_lyria_rivia_morale": {
|
||
"name": "Lyria & Rivia: Morale Boost",
|
||
"deck": "special lyria_rivia",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "morale",
|
||
"filename": "lyria_rivia_morale",
|
||
"count": "0",
|
||
"quote": "For Lyria and Rivia!"
|
||
},
|
||
"lr_meve_princess": {
|
||
"name": "Meve: The Princess of Lyria",
|
||
"deck": "lyria_rivia",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "meve_princess",
|
||
"filename": "meve_princess",
|
||
"count": "1",
|
||
"quote": "The Gods watch over us, we'll come through the fray unharmed."
|
||
},
|
||
"lr_rivian_mauler": {
|
||
"name": "Rivia Mauler",
|
||
"deck": "lyria_rivia",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "rivian_mauler",
|
||
"count": "1",
|
||
"quote": "Ugh, these guys can be a real headache."
|
||
},
|
||
"lr_grey_rider": {
|
||
"name": "Grey Rider",
|
||
"deck": "lyria_rivia",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "grey_rider",
|
||
"count": "2",
|
||
"target": "lr_grey_rider",
|
||
"quote": "This is not steel and blood that win wars, but information."
|
||
},
|
||
"lr_prince_anseis": {
|
||
"name": "Prince Anséis",
|
||
"deck": "lyria_rivia",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "prince_anseis",
|
||
"count": "1",
|
||
"quote": "Your presence at this tourney is an affront to my honor!"
|
||
},
|
||
"lr_royal_guard": {
|
||
"name": "Royal Guard",
|
||
"deck": "lyria_rivia",
|
||
"row": "close",
|
||
"strength": "9",
|
||
"ability": "",
|
||
"filename": "royal_guard",
|
||
"count": "1",
|
||
"quote": "Each must serve with unconditionnal loyalty and possess a devilishly handsome jawline."
|
||
},
|
||
"lr_landsknecht": {
|
||
"name": "Lyrian Landsknecht",
|
||
"deck": "lyria_rivia",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "landsknecht",
|
||
"count": "3",
|
||
"target": "lr_landsknecht",
|
||
"quote": "Best not laugh at their silly-arse hats. Believe me."
|
||
},
|
||
"lr_knighthood": {
|
||
"name": "Knighthood",
|
||
"deck": "lyria_rivia",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "",
|
||
"filename": "knighthood",
|
||
"count": "1",
|
||
"quote": "Kneel an everyman, arise a knight."
|
||
},
|
||
"lr_reynard_odo": {
|
||
"name": "Reynard Odo",
|
||
"deck": "lyria_rivia",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero morale",
|
||
"filename": "reynard_odo",
|
||
"count": "1",
|
||
"quote": "Under your husband I served ten years, under you another eight."
|
||
},
|
||
"lr_war_wagon": {
|
||
"name": "War Wagon",
|
||
"deck": "lyria_rivia",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "avenger",
|
||
"filename": "war_wagon",
|
||
"count": "1",
|
||
"target": "lr_wagenburg",
|
||
"quote": "Hay out, archersin! Go, go go!"
|
||
},
|
||
"lr_wagenburg": {
|
||
"name": "Wagenburg",
|
||
"deck": "lyria_rivia",
|
||
"row": "ranged",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "wagenburg",
|
||
"count": "3",
|
||
"target": "lr_wagenburg_muster",
|
||
"quote": "Dh'oine can turn anything into a weapon. Even a simple wagon..."
|
||
},
|
||
"lr_gascon": {
|
||
"name": "Gascon",
|
||
"deck": "lyria_rivia",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "gascon",
|
||
"count": "1",
|
||
"quote": "I'm doing what I used to do and they're paying me for it!"
|
||
},
|
||
"lr_pikeman": {
|
||
"name": "Rivian Pikeman",
|
||
"deck": "lyria_rivia",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "pikeman",
|
||
"count": "1",
|
||
"quote": "Get off your high horse and face me!"
|
||
},
|
||
"lr_light_cavalry": {
|
||
"name": "Light Cavalry",
|
||
"deck": "lyria_rivia",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "muster",
|
||
"filename": "light_cavalry",
|
||
"count": "2",
|
||
"target": "lr_light_cavalry",
|
||
"quote": "Stay calm, everyone. And be alert."
|
||
},
|
||
"lr_rayla": {
|
||
"name": "Rayla",
|
||
"deck": "lyria_rivia",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "rayla",
|
||
"count": "1",
|
||
"quote": "Exceptions are a clear road to human blood spilt. All Scoia'tael must die."
|
||
},
|
||
"lr_wagon": {
|
||
"name": "Wagon",
|
||
"deck": "lyria_rivia",
|
||
"row": "agile",
|
||
"strength": "1",
|
||
"ability": "medic",
|
||
"filename": "wagon",
|
||
"count": "1",
|
||
"quote": "The driver swore he was carrying seeds. But seeds don't clank on bumps in the road..."
|
||
},
|
||
"lr_lyrian_cavalry": {
|
||
"name": "Lyrian Cavalry",
|
||
"deck": "lyria_rivia",
|
||
"row": "close",
|
||
"strength": "8",
|
||
"ability": "",
|
||
"filename": "lyrian_cavalry",
|
||
"count": "1",
|
||
"quote": "A horseman's worth no less than his steed. And Lyrian horses are among the Continent's best."
|
||
},
|
||
"lr_isbel_hagge": {
|
||
"name": "Isbel of Hagge",
|
||
"deck": "lyria_rivia",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "medic",
|
||
"filename": "isbel_hagge",
|
||
"count": "1",
|
||
"quote": "I promised I would never again use magic to harm others."
|
||
},
|
||
"lr_hajduk": {
|
||
"name": "Lyrian Hajduk",
|
||
"deck": "lyria_rivia",
|
||
"row": "agile",
|
||
"strength": "3",
|
||
"ability": "horn",
|
||
"filename": "hajduk",
|
||
"count": "1",
|
||
"quote": "War, war... What's it bloody good for..."
|
||
},
|
||
"spe_wyvern_shield": {
|
||
"name": "Wyvern Scale Shield",
|
||
"deck": "special lyria_rivia",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "shield_c",
|
||
"filename": "wyvern_shield",
|
||
"count": "1",
|
||
"quote": "Stronger than your average shield and far more stylish."
|
||
},
|
||
"spe_mantlet": {
|
||
"name": "Mantlet",
|
||
"deck": "special lyria_rivia",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "shield_r",
|
||
"filename": "mantlet",
|
||
"count": "1",
|
||
"quote": "Something like the bastard child of a shield and a palisade."
|
||
},
|
||
"spe_watchman": {
|
||
"name": "Watchman",
|
||
"deck": "special lyria_rivia",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "shield_r",
|
||
"filename": "watchman",
|
||
"count": "1",
|
||
"quote": "I can't even see over this bloody thing."
|
||
},
|
||
"spe_garrison": {
|
||
"name": "Garrison",
|
||
"deck": "special lyria_rivia",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "shield_s",
|
||
"filename": "garrison",
|
||
"count": "1",
|
||
"quote": "Knock, knock… anybody home?"
|
||
},
|
||
"lr_meve_white_queen": {
|
||
"name": "Meve: The White Queen",
|
||
"deck": "lyria_rivia",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "meve_white_queen",
|
||
"filename": "meve_white_queen",
|
||
"count": "1",
|
||
"quote": "I've made my choice. Time you made yours."
|
||
},
|
||
"lr_piercing_missile": {
|
||
"name": "Piercing Missile",
|
||
"deck": "lyria_rivia",
|
||
"row": "ranged",
|
||
"strength": "3",
|
||
"ability": "scorch_c",
|
||
"filename": "piercing_missile",
|
||
"count": "1",
|
||
"quote": "There's no armor that can't be pierced."
|
||
},
|
||
"lr_eavesdrop": {
|
||
"name": "Eavesdrop",
|
||
"deck": "lyria_rivia",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "spy",
|
||
"filename": "eavesdrop",
|
||
"count": "1",
|
||
"quote": "There are always more ears in the room than those you can count."
|
||
},
|
||
"lr_trebuchet": {
|
||
"name": "Lyrian Trebuchet",
|
||
"deck": "lyria_rivia",
|
||
"row": "siege",
|
||
"strength": "9",
|
||
"ability": "",
|
||
"filename": "trebuchet",
|
||
"count": "1",
|
||
"quote": "Feel that? The earth trembles each time Big Bertha loose a stone."
|
||
},
|
||
"lr_arbalest": {
|
||
"name": "Lyrian Arbalest",
|
||
"deck": "lyria_rivia",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "arbalest",
|
||
"count": "3",
|
||
"target": "lr_arbalest",
|
||
"quote": "I can find the bull's-eye from a hundred paces! Perhaps not with my first shot, mind you..."
|
||
},
|
||
"lr_spellweaver": {
|
||
"name": "Spellweaver",
|
||
"deck": "lyria_rivia",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "spellweaver",
|
||
"count": "1",
|
||
"quote": "Reality is so terribly tedious..."
|
||
},
|
||
"lr_forager": {
|
||
"name": "Forager",
|
||
"deck": "lyria_rivia",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "forager",
|
||
"count": "1",
|
||
"quote": "If you'll not be needin' it, I'm willin' to take it off your hands..."
|
||
},
|
||
"lr_sapper": {
|
||
"name": "Rivian Sapper",
|
||
"deck": "lyria_rivia",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "scorch",
|
||
"filename": "sapper",
|
||
"count": "1",
|
||
"quote": "First Nilfgaardian who tried to slip 'cross our line was a right sneaky bastard."
|
||
},
|
||
"lr_villem": {
|
||
"name": "Prince Villem",
|
||
"deck": "lyria_rivia",
|
||
"row": "siege",
|
||
"strength": "8",
|
||
"ability": "hero",
|
||
"filename": "villem",
|
||
"count": "1",
|
||
"quote": "The boy's not fit to wear the crown. Hasn't sufficient wit nor valor."
|
||
},
|
||
"lr_scout": {
|
||
"name": "Scout",
|
||
"deck": "lyria_rivia",
|
||
"row": "siege",
|
||
"strength": "5",
|
||
"ability": "spy",
|
||
"filename": "scout",
|
||
"count": "1",
|
||
"quote": "If our scouts don't come back, we turn around."
|
||
},
|
||
"lr_winch": {
|
||
"name": "Winch",
|
||
"deck": "lyria_rivia",
|
||
"row": "siege",
|
||
"strength": "5",
|
||
"ability": "morale",
|
||
"filename": "winch",
|
||
"count": "1",
|
||
"quote": "It's a winch. Not much to flap your jaw about."
|
||
},
|
||
"lr_banner": {
|
||
"name": "Lyrian Banner",
|
||
"deck": "lyria_rivia",
|
||
"row": "siege",
|
||
"strength": "2",
|
||
"ability": "horn",
|
||
"filename": "banner",
|
||
"count": "1",
|
||
"quote": "Our emblem? A black eagle. Fate of our foes? Pure misery."
|
||
},
|
||
"lr_scytheman_1": {
|
||
"name": "Lyrian Scytheman",
|
||
"deck": "lyria_rivia",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "decoy",
|
||
"filename": "scytheman",
|
||
"count": "1",
|
||
"quote": "Our folk they feed, and our foes they bleed."
|
||
},
|
||
"lr_scytheman_2": {
|
||
"name": "Lyrian Scytheman",
|
||
"deck": "lyria_rivia",
|
||
"row": "ranged",
|
||
"strength": "3",
|
||
"ability": "decoy",
|
||
"filename": "scytheman",
|
||
"count": "1",
|
||
"quote": "Our folk they feed, and our foes they bleed."
|
||
},
|
||
"lr_scytheman_3": {
|
||
"name": "Lyrian Scytheman",
|
||
"deck": "lyria_rivia",
|
||
"row": "siege",
|
||
"strength": "3",
|
||
"ability": "decoy",
|
||
"filename": "scytheman",
|
||
"count": "1",
|
||
"quote": "Our folk they feed, and our foes they bleed."
|
||
},
|
||
"lr_caldwell": {
|
||
"name": "Count Caldwell",
|
||
"deck": "lyria_rivia",
|
||
"row": "ranged",
|
||
"strength": "9",
|
||
"ability": "hero spy",
|
||
"filename": "caldwell",
|
||
"count": "1",
|
||
"quote": "Your Majesty... For the queen to question commoners, why, it's simply not proper..."
|
||
},
|
||
"lr_physician": {
|
||
"name": "Physician",
|
||
"deck": "lyria_rivia",
|
||
"row": "siege",
|
||
"strength": "3",
|
||
"ability": "medic",
|
||
"filename": "physician",
|
||
"count": "1",
|
||
"quote": "Do not twitch, lie still..."
|
||
},
|
||
"lr_pyrokinesis": {
|
||
"name": "Pyrokinesis",
|
||
"deck": "lyria_rivia",
|
||
"row": "ranged",
|
||
"strength": "8",
|
||
"ability": "",
|
||
"filename": "pyrokinesis",
|
||
"count": "1",
|
||
"quote": "I really hope that's boot leather I smell burning..."
|
||
},
|
||
"lr_carroballista": {
|
||
"name": "Carroballista",
|
||
"deck": "lyria_rivia",
|
||
"row": "siege",
|
||
"strength": "10",
|
||
"ability": "",
|
||
"filename": "carroballista",
|
||
"count": "1",
|
||
"quote": "This ballista's on the wagon."
|
||
},
|
||
"lr_artificer": {
|
||
"name": "Artificer",
|
||
"deck": "lyria_rivia",
|
||
"row": "ranged",
|
||
"strength": "2",
|
||
"ability": "medic",
|
||
"filename": "artificer",
|
||
"count": "1",
|
||
"quote": "What shall I call it? Perhaps Andúril..."
|
||
},
|
||
"lr_siege": {
|
||
"name": "Siege",
|
||
"deck": "lyria_rivia",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "scorch",
|
||
"filename": "siege",
|
||
"count": "1",
|
||
"quote": "There's no fortress that can't be taken. There are just fortresses not worth taking."
|
||
},
|
||
"lr_onager": {
|
||
"name": "Rivian Onager",
|
||
"deck": "lyria_rivia",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "onager",
|
||
"count": "1",
|
||
"quote": "For Riviaaa!"
|
||
},
|
||
"lr_blacksmith": {
|
||
"name": "Lyrian Blacksmith",
|
||
"deck": "lyria_rivia",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "morale",
|
||
"filename": "blacksmith",
|
||
"count": "1",
|
||
"quote": "Somethin' from nothin'... my speciality."
|
||
},
|
||
"lr_peasant_militia": {
|
||
"name": "Peasant Militia",
|
||
"deck": "lyria_rivia",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "peasant_militia",
|
||
"count": "1",
|
||
"quote": "We's the militia. We keep the peace."
|
||
}
|
||
};
|
||
|
||
var ext_sy_cards = {
|
||
"sy_carlo_varese": {
|
||
"name": "Carlo Varese: Cleaver",
|
||
"deck": "syndicate",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "carlo_varese",
|
||
"filename": "carlo_varese",
|
||
"count": "1",
|
||
"quote": "Me hogs willnae go hungry th' day thanks to ye."
|
||
},
|
||
"sy_francis_bedlam": {
|
||
"name": "Francis Bedlam: King of Beggars",
|
||
"deck": "syndicate",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "francis_bedlam",
|
||
"filename": "francis_bedlam",
|
||
"count": "1",
|
||
"quote": "You say tribute, I say taxes."
|
||
},
|
||
"sy_cyprian_wiley": {
|
||
"name": "Cyprian Wiley: Whoreson Junior",
|
||
"deck": "syndicate",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "cyprian_wiley",
|
||
"filename": "cyprian_wiley",
|
||
"count": "1",
|
||
"quote": "A war with Whoreson will see Novigrad's gutters run red with blood."
|
||
},
|
||
"sy_gudrun_bjornsdottir": {
|
||
"name": "Gudrun Bjornsdottir: Pirate Queen",
|
||
"deck": "syndicate",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "gudrun_bjornsdottir",
|
||
"filename": "gudrun_bjornsdottir",
|
||
"count": "1",
|
||
"quote": "She found her freedom among blue waters and salty wind."
|
||
},
|
||
"sy_cyrus_hemmelfart": {
|
||
"name": "Cyrus Hemmelfart: Hierarch of Novigrad",
|
||
"deck": "syndicate",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "cyrus_hemmelfart",
|
||
"filename": "cyrus_hemmelfart",
|
||
"count": "1",
|
||
"quote": "Beneath all that lust, greed, and vanity, stands an honorable man."
|
||
},
|
||
"sy_sigi_reuven": {
|
||
"name": "Sigi Reuven",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "8",
|
||
"ability": "hero morale",
|
||
"filename": "sigi_reuven",
|
||
"count": "0",
|
||
"quote": "You sure he don't look the least bit familar...?"
|
||
},
|
||
"sy_flyndr_crew": {
|
||
"name": "Flyndr' Crew",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "horn",
|
||
"filename": "flyndr_crew",
|
||
"count": "0",
|
||
"quote": "Wretches and thieves drunk on grog, bloodshed and booty - could you ever hope for a better crew?"
|
||
},
|
||
"spe_dimeritium_shackles": {
|
||
"name": "Dimeritium Shackles",
|
||
"deck": "special syndicate",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "lock",
|
||
"filename": "dimeritium_shackles",
|
||
"count": "3",
|
||
"quote": "Terranova cried out, lurched, bent backwards, bowed forward, then retched and groaned. It was clear of what his manacles were made."
|
||
},
|
||
"sy_flaming_rose_footman": {
|
||
"name": "Flaming Rose Footman",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "flaming_rose_footman",
|
||
"count": "1",
|
||
"quote": "Anyone can join The Order – a knight, a peasant, even a witcher. "
|
||
},
|
||
"sy_bare_knuckle_brawler": {
|
||
"name": "Bare Knuckle Brawler",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "8",
|
||
"ability": "hero",
|
||
"filename": "bare_knuckle_brawler",
|
||
"count": "1",
|
||
"quote": "Is tha' all that's left of 'im? Think I'm goin' tae boak..."
|
||
},
|
||
"sy_eibhear_hattori": {
|
||
"name": "Eibhear Hattori",
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "2",
|
||
"ability": "medic",
|
||
"filename": "eibhear_hattori",
|
||
"count": "1",
|
||
"quote": "Only thing that can rival his swords? His dumplings."
|
||
},
|
||
"sy_witch_hunter": {
|
||
"name": "Witch Hunter",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "2",
|
||
"ability": "witch_hunt",
|
||
"filename": "witch_hunter",
|
||
"count": "1",
|
||
"quote": "Long coats, wide-brimmed hats, and crooked grins – witch hunters are hard to miss."
|
||
},
|
||
"sy_witch_hunter_executioner": {
|
||
"name": "Witch Hunter Executioner",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "witch_hunt",
|
||
"filename": "witch_hunter_executioner",
|
||
"count": "1",
|
||
"quote": "It'd be a right shame if I cut any of your beautiful hair."
|
||
},
|
||
"sy_casino_bouncers": {
|
||
"name": "Casino Bouncers",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "casino_bouncers",
|
||
"count": "1",
|
||
"quote": "Junior said our nasty mugs was frightenin' off all the coin. Don't rightly see 'ow this helps any..."
|
||
},
|
||
"sy_caleb_menge": {
|
||
"name": "Caleb Menge",
|
||
"deck": "syndicate",
|
||
"row": "agile",
|
||
"strength": "7",
|
||
"ability": "hero witch_hunt",
|
||
"filename": "caleb_menge",
|
||
"count": "1",
|
||
"quote": "Deceivers, heretics, witches! They flood our city, corrupt our virtue, and threaten our very way of life!"
|
||
},
|
||
"sy_greater_brothers": {
|
||
"name": "Greater Brothers",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "greater_brothers",
|
||
"count": "1",
|
||
"quote": "A battering ram? No need, we'll handle it another way."
|
||
},
|
||
"sy_eternal_fire_inquisitor": {
|
||
"name": "Eternal Fire Inquisitor",
|
||
"deck": "syndicate",
|
||
"row": "agile",
|
||
"strength": "2",
|
||
"ability": "witch_hunt",
|
||
"filename": "eternal_fire_inquisitor",
|
||
"count": "1",
|
||
"quote": "The burning light of the Eternal Fire reveals all!"
|
||
},
|
||
"sy_eternal_fire_priest_1": {
|
||
"name": "Eternal Fire Priest",
|
||
"id": 1,
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "eternal_fire_priest_1",
|
||
"count": "1",
|
||
"target": "sy_eternal_fire_priest",
|
||
"quote": "Closer, my sheep, gather closer. May the Eternal Fire warm your souls!"
|
||
},
|
||
"sy_eternal_fire_priest_2": {
|
||
"name": "Eternal Fire Priest",
|
||
"id": 2,
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "eternal_fire_priest_2",
|
||
"count": "1",
|
||
"target": "sy_eternal_fire_priest",
|
||
"quote": "Closer, my sheep, gather closer. May the Eternal Fire warm your souls!"
|
||
},
|
||
"sy_eternal_fire_priest_3": {
|
||
"name": "Eternal Fire Priest",
|
||
"id": 3,
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "eternal_fire_priest_3",
|
||
"count": "1",
|
||
"target": "sy_eternal_fire_priest",
|
||
"quote": "Closer, my sheep, gather closer. May the Eternal Fire warm your souls!"
|
||
},
|
||
"sy_roderick_wett": {
|
||
"name": "Roderick de Wett",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "roderick_wett",
|
||
"count": "1",
|
||
"quote": "Count de Wett is exceptionally loathsome and arrogant, but at least he enjoys a little dice poker on the side."
|
||
},
|
||
"sy_ulrich": {
|
||
"name": "Ulrich",
|
||
"deck": "syndicate",
|
||
"row": "agile",
|
||
"strength": "8",
|
||
"ability": "",
|
||
"filename": "ulrich",
|
||
"count": "1",
|
||
"quote": "When the Order was disbanded, those who didn't join the witch hunters formed the Fallen Knights, of which Ulrich became the Grand Master."
|
||
},
|
||
"sy_inquisitional_pyres": {
|
||
"name": "Inquisitional Pyres",
|
||
"deck": "syndicate",
|
||
"row": "agile",
|
||
"strength": "4",
|
||
"ability": "witch_hunt",
|
||
"filename": "inquisitional_pyres",
|
||
"count": "1",
|
||
"quote": "Fire cleanses."
|
||
},
|
||
"sy_imke": {
|
||
"name": "Imke",
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "spy",
|
||
"filename": "imke",
|
||
"count": "1",
|
||
"quote": "No sooner had she caught Gudrun's attention than sought to exploit it."
|
||
},
|
||
"sy_professor": {
|
||
"name": "Professor",
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "8",
|
||
"ability": "hero",
|
||
"filename": "professor",
|
||
"count": "1",
|
||
"quote": "I fear our conventicle may end disastrously for you."
|
||
},
|
||
"sy_salamandra_assassin": {
|
||
"name": "Salamandra Assassin",
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "scorch_c",
|
||
"filename": "salamandra_assassin",
|
||
"count": "1",
|
||
"quote": "A name and bag full of gold. That's all I need."
|
||
},
|
||
"sy_salamandra_assassin_2": {
|
||
"name": "Salamandra Assassin",
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "scorch_c",
|
||
"filename": "salamandra_assassin_2",
|
||
"count": "1",
|
||
"quote": "A name and bag full of gold. That's all I need."
|
||
},
|
||
"sy_walter_veritas": {
|
||
"name": "Walter Veritas",
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "spy",
|
||
"filename": "walter_veritas",
|
||
"count": "1",
|
||
"quote": "In a city that feeds on lies, truth can be a weapon."
|
||
},
|
||
"sy_passiflora": {
|
||
"name": "Passiflora",
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "3",
|
||
"ability": "horn",
|
||
"filename": "passiflora",
|
||
"count": "1",
|
||
"quote": "More pilgrims come here than to the Temple of the Eternal Fire..."
|
||
},
|
||
"sy_fence": {
|
||
"name": "Fence",
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "fence",
|
||
"count": "1",
|
||
"quote": "I prefer the term curator."
|
||
},
|
||
"sy_sly_seductress": {
|
||
"name": "Sly Seductress",
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "8",
|
||
"ability": "spy",
|
||
"filename": "sly_seductress",
|
||
"count": "1",
|
||
"quote": "The sweeter her words, the more bitter your losses."
|
||
},
|
||
"sy_azar_javed": {
|
||
"name": "Azar Javed: Renegade",
|
||
"deck": "syndicate",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "azar_javed",
|
||
"filename": "azar_javed",
|
||
"count": "1",
|
||
"quote": "The sorcerer not only deftly manipulates the power of fire, it can be said that fire has become a part of his very being."
|
||
},
|
||
"sy_fisstech_trafficker": {
|
||
"name": "Fisstech Trafficker",
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "2",
|
||
"ability": "avenger",
|
||
"filename": "fisstech_trafficker",
|
||
"count": "1",
|
||
"target": "sy_fisstech",
|
||
"quote": "Addictive? Why, not at all! I've quit several times before!"
|
||
},
|
||
"sy_fisstech": {
|
||
"name": "Fisstech",
|
||
"deck": "syndicate",
|
||
"row": "siege",
|
||
"strength": "8",
|
||
"ability": "spy",
|
||
"filename": "fisstech",
|
||
"count": "1",
|
||
"target": "sy_fisstech",
|
||
"quote": "Large pupils, chattering teeth, a mad cackle... Aye, that's fisstech for ye."
|
||
},
|
||
"sy_savolla": {
|
||
"name": "Savolla",
|
||
"deck": "syndicate",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "hero scorch",
|
||
"filename": "savolla",
|
||
"count": "1",
|
||
"quote": "Witcher mutagens are a forgotten treasure. It's time the world learned of their potential."
|
||
},
|
||
"sy_madame_luiza": {
|
||
"name": "Madame Luiza",
|
||
"deck": "syndicate",
|
||
"row": "siege",
|
||
"strength": "8",
|
||
"ability": "hero",
|
||
"filename": "madame_luiza",
|
||
"count": "1",
|
||
"quote": "We've bedded more men than all Redania's army barracks combined."
|
||
},
|
||
"sy_saul_navarette": {
|
||
"name": "Saul de Navarette",
|
||
"deck": "syndicate",
|
||
"row": "siege",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "saul_navarette",
|
||
"count": "1",
|
||
"quote": "A connoisseur with bottomless pockets and a soul black as tar."
|
||
},
|
||
"sy_cleaver_gang_1": {
|
||
"name": "Cleaver's Gang",
|
||
"id": 1,
|
||
"deck": "syndicate",
|
||
"row": "agile",
|
||
"strength": "3",
|
||
"ability": "bond",
|
||
"filename": "cleaver_gang_1",
|
||
"count": "1",
|
||
"target": "sy_cleaver_gang",
|
||
"quote": "With both arms tied behind me back, recall ye said. So feel free to start kickin' me in the arse when the mood strikes ye."
|
||
},
|
||
"sy_cleaver_gang_2": {
|
||
"name": "Cleaver's Gang",
|
||
"id": 2,
|
||
"deck": "syndicate",
|
||
"row": "agile",
|
||
"strength": "3",
|
||
"ability": "bond",
|
||
"filename": "cleaver_gang_2",
|
||
"count": "1",
|
||
"target": "sy_cleaver_gang",
|
||
"quote": "Frilly frock or Mahakam steel breastplate – wouldn't have mattered."
|
||
},
|
||
"sy_cleaver_gang_3": {
|
||
"name": "Cleaver's Gang",
|
||
"id": 3,
|
||
"deck": "syndicate",
|
||
"row": "agile",
|
||
"strength": "3",
|
||
"ability": "bond",
|
||
"filename": "cleaver_gang_3",
|
||
"count": "1",
|
||
"target": "sy_cleaver_gang",
|
||
"quote": "Those who try to cheat Cleaver are in for a rude awakening... And a rough landing."
|
||
},
|
||
"sy_cleaver_gang_4": {
|
||
"name": "Cleaver's Gang",
|
||
"id": 4,
|
||
"deck": "syndicate",
|
||
"row": "agile",
|
||
"strength": "3",
|
||
"ability": "bond",
|
||
"filename": "cleaver_gang_4",
|
||
"count": "1",
|
||
"target": "sy_cleaver_gang",
|
||
"quote": "Nae need to be stingy, pal. There's plenty to go 'round. "
|
||
},
|
||
"sy_mutant_killer": {
|
||
"name": "Mutant Killer",
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "mutant_killer",
|
||
"count": "1",
|
||
"quote": "You have to keep him on a leash, muzzled and with blinders on, otherwise it'll be trouble."
|
||
},
|
||
"sy_moreelse": {
|
||
"name": "Moreelse",
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "moreelse",
|
||
"count": "1",
|
||
"quote": "Some witch hunters truly believed the eradication of mages and sorceresses would make the world a better place. Some did not require such justification."
|
||
},
|
||
"sy_graden": {
|
||
"name": "Graden",
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "morale",
|
||
"filename": "graden",
|
||
"count": "1",
|
||
"quote": "Initially, we burned any tomes on black magic we found.Recently we decided it might be wise to read them first."
|
||
},
|
||
"sy_robber_1": {
|
||
"name": "Robber",
|
||
"id": 1,
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "bond",
|
||
"filename": "robber_1",
|
||
"count": "1",
|
||
"target": "sy_robber",
|
||
"quote": "I-I already gave ye all me coin!"
|
||
},
|
||
"sy_robber_2": {
|
||
"name": "Robber",
|
||
"id": 2,
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "bond",
|
||
"filename": "robber_2",
|
||
"count": "1",
|
||
"target": "sy_robber",
|
||
"quote": "I-I already gave ye all me coin!"
|
||
},
|
||
"sy_robber_3": {
|
||
"name": "Robber",
|
||
"id": 3,
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "bond",
|
||
"filename": "robber_3",
|
||
"count": "1",
|
||
"target": "sy_robber",
|
||
"quote": "I-I already gave ye all me coin!"
|
||
},
|
||
"sy_robber_4": {
|
||
"name": "Robber",
|
||
"id": 4,
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "bond",
|
||
"filename": "robber_4",
|
||
"count": "1",
|
||
"target": "sy_robber",
|
||
"quote": "I-I already gave ye all me coin!"
|
||
},
|
||
"sy_dudu_biberveldt": {
|
||
"name": "Dudu Biberveldt",
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "1",
|
||
"ability": "spy",
|
||
"filename": "dudu_biberveldt",
|
||
"count": "1",
|
||
"quote": "A mimic, among the many other names for his sort: changelings, doublings, vexlings… or dopplers."
|
||
},
|
||
"sy_tamara_strenger": {
|
||
"name": "Tamara Strenger",
|
||
"deck": "syndicate",
|
||
"row": "siege",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "tamara_strenger",
|
||
"count": "1",
|
||
"quote": "Once the heat of the Fire has set your heart aflame, it gives you strength and leads you down the path of truth for the rest of your life."
|
||
},
|
||
"sy_nathaniel_pastodi": {
|
||
"name": "Nathaniel Pastodi",
|
||
"deck": "syndicate",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "nathaniel_pastodi",
|
||
"count": "1",
|
||
"quote": "Novigrad – where the impossible becomes possible. A professional torturer turned reverend, for instance."
|
||
},
|
||
"sy_jacques_aldersberg": {
|
||
"name": "Jacques de Aldersberg",
|
||
"deck": "syndicate",
|
||
"row": "siege",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "jacques_aldersberg",
|
||
"count": "1",
|
||
"quote": "Knowledge is my burden. Only I can prevent a calamity."
|
||
},
|
||
"sy_jacques_aldersberg": {
|
||
"name": "Jacques de Aldersberg",
|
||
"deck": "syndicate",
|
||
"row": "siege",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "jacques_aldersberg",
|
||
"count": "1",
|
||
"quote": "Knowledge is my burden. Only I can prevent a calamity."
|
||
},
|
||
"sy_igor_hook": {
|
||
"name": "Igor the Hook",
|
||
"deck": "syndicate",
|
||
"row": "siege",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "igor_hook",
|
||
"count": "1",
|
||
"quote": "In the left corner, a bloodthirsty shaelmaar, and in the right co--oh bollocks... Fight's over, hold your bets!"
|
||
},
|
||
"sy_fallen_rayla": {
|
||
"name": "Fallen Rayla",
|
||
"deck": "syndicate",
|
||
"row": "siege",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "fallen_rayla",
|
||
"count": "1",
|
||
"quote": "Slain by the arrows of those she had hunted. Or so many thought. The Salamandra had different plans for her."
|
||
},
|
||
"sy_sausage_maker": {
|
||
"name": "Sausage Maker",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "morale",
|
||
"filename": "sausage_maker",
|
||
"count": "1",
|
||
"quote": "Body disposal and sausage makin', that's what I do."
|
||
},
|
||
"sy_octavia_hale": {
|
||
"name": "Vigilantes: Octavia Hale",
|
||
"id": 1,
|
||
"deck": "syndicate",
|
||
"row": "siege",
|
||
"strength": "8",
|
||
"ability": "hero muster",
|
||
"filename": "octavia_hale",
|
||
"count": "1",
|
||
"target": "sy_hale_brothers",
|
||
"quote": "Woe to all those who find themselves on the wrong side of Octavia Hale, the self-proclaimed world-renowned finder—and punisher."
|
||
},
|
||
"sy_fabian_hale": {
|
||
"name": "Vigilantes: Fabian Hale",
|
||
"id": 2,
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "fabian_hale",
|
||
"count": "1",
|
||
"target": "sy_hale_brothers",
|
||
"quote": "Fabian takes great pride in his work, with each “victory” etched upon his skin as a permanent reminder of memories most pleasant."
|
||
},
|
||
"sy_ignatius_hale": {
|
||
"name": "Vigilantes: Ignatius Hale",
|
||
"id": 3,
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "ignatius_hale",
|
||
"count": "1",
|
||
"target": "sy_hale_brothers",
|
||
"quote": "He’s a good boy."
|
||
},
|
||
"sy_gellert_bleinheim": {
|
||
"name": "Bleinheim Brothers: Gellert",
|
||
"id": 1,
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "bond",
|
||
"filename": "gellert_bleinheim",
|
||
"count": "1",
|
||
"target": "sy_bleinheim_brothers",
|
||
"quote": "How's my brother doing in the woods, I wonder..."
|
||
},
|
||
"sy_roland_bleinheim": {
|
||
"name": "Bleinheim Brothers: Roland",
|
||
"id": 1,
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "bond",
|
||
"filename": "roland_bleinheim",
|
||
"count": "1",
|
||
"target": "sy_bleinheim_brothers",
|
||
"quote": "How's my brother doing in the sewers, I wonder..."
|
||
},
|
||
"sy_caesar_bilzen": {
|
||
"name": "Caesar Bilzen",
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "3",
|
||
"ability": "morale",
|
||
"filename": "caesar_bilzen",
|
||
"count": "1",
|
||
"quote": "Avid angler, meticulous collector, and a real piece of work."
|
||
},
|
||
"sy_rico_meiersdorf": {
|
||
"name": "Rico Meiersdorf",
|
||
"deck": "syndicate",
|
||
"row": "agile",
|
||
"strength": "7",
|
||
"ability": "spy",
|
||
"filename": "rico_meiersdorf",
|
||
"count": "1",
|
||
"quote": "I never did much like bees."
|
||
},
|
||
"sy_cleric_flaming_rose": {
|
||
"name": "Cleric of the Flaming Rose",
|
||
"id": 1,
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "muster",
|
||
"filename": "cleric_flaming_rose",
|
||
"count": "1",
|
||
"target": "sy_eternal_fire_disciple",
|
||
"quote": "We have two eyes, two ears, but only one tongue, so that we would look and listen twice more than we speak. "
|
||
},
|
||
"sy_eternal_fire_disciple": {
|
||
"name": "Eternal Fire Disciple",
|
||
"id": 2,
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "3",
|
||
"ability": "",
|
||
"filename": "eternal_fire_disciple",
|
||
"count": "2",
|
||
"target": "sy_eternal_fire_disciple",
|
||
"quote": "Look into your hearts, dear brethen. Does a contempt for injustice not burn within it?"
|
||
},
|
||
"sy_tidecloack_ransacker": {
|
||
"name": "Tidecloack Ransacker",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "scorch_c",
|
||
"filename": "tidecloack_ransacker",
|
||
"count": "1",
|
||
"quote": "There's more wealth in Novigrad than in all of Skellige – and the number of poor saps to match."
|
||
},
|
||
"sy_salamandra_lackey": {
|
||
"name": "Salamandra Lackey",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "salamandra_lackey",
|
||
"count": "1",
|
||
"quote": "Lackeys are expected to perform their first five jobs for no pay, demonstrating their passion for the gig."
|
||
},
|
||
"sy_mutant": {
|
||
"name": "Mutant",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "mutant",
|
||
"count": "3",
|
||
"target": "sy_mutant",
|
||
"quote": "With the right tools you can shape the human body like wet clay."
|
||
},
|
||
"sy_salamandra_mage": {
|
||
"name": "Salamandra Mage",
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "salamandra_mage",
|
||
"count": "1",
|
||
"quote": "Building a fire warms people for a day, but setting them on fire..."
|
||
},
|
||
"sy_sewer_raider": {
|
||
"name": "Sewer Raider",
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "8",
|
||
"ability": "spy",
|
||
"filename": "sewer_raider",
|
||
"count": "1",
|
||
"quote": "Built for movin' shite, but it moves coin just as well."
|
||
},
|
||
"sy_inquisitor_helveed": {
|
||
"name": "Grand Inquisitor Helveed",
|
||
"deck": "syndicate",
|
||
"row": "siege",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "inquisitor_helveed",
|
||
"count": "1",
|
||
"quote": "No sinful wretch shall escape his fate in the Fire. Of that, I will make sure."
|
||
},
|
||
"sy_boris": {
|
||
"name": "Boris",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "9",
|
||
"ability": "",
|
||
"filename": "boris",
|
||
"count": "1",
|
||
"quote": "After getting a taste of human flesh, he won't eat anything else."
|
||
},
|
||
"sy_halfling_safecracker": {
|
||
"name": "Halfling Safecracker",
|
||
"deck": "syndicate",
|
||
"row": "ranged",
|
||
"strength": "8",
|
||
"ability": "spy",
|
||
"filename": "halfling_safecracker",
|
||
"count": "1",
|
||
"quote": "With ears sharp as his, he could've been a musician. Alas, one cannot get rich as quickly from applause."
|
||
},
|
||
"sy_hammond": {
|
||
"name": "Hammond",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "",
|
||
"filename": "hammond",
|
||
"count": "1",
|
||
"quote": "Once mistaken for a whale calf and nearly harpooned. He's avoided swimming ever since."
|
||
},
|
||
"sy_sir_skewertooth": {
|
||
"name": "Sir Skewertooth",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "sir_skewertooth",
|
||
"count": "1",
|
||
"quote": "Here he is! My knight in swining armor!"
|
||
},
|
||
"sy_ferko": {
|
||
"name": "Ferko the Sculptor",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "scorch",
|
||
"filename": "ferko",
|
||
"count": "1",
|
||
"quote": "Some call it base thuggery. But me, I consider it the highest art form."
|
||
},
|
||
"sy_hvitr_aelydia": {
|
||
"name": "Hvitr and Aelydia",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "8",
|
||
"ability": "hero",
|
||
"filename": "hvitr_aelydia",
|
||
"count": "1",
|
||
"quote": "Inseparable. Invincible. Irresponsible."
|
||
},
|
||
"sy_bincy_blumerholdt": {
|
||
"name": "Bincy_Blumerholdt",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "7",
|
||
"ability": "spy",
|
||
"filename": "bincy_blumerholdt",
|
||
"count": "1",
|
||
"quote": "In all Novigrad, she has the hairiest feet and the stickiest hands."
|
||
},
|
||
"sy_freak_show_1": {
|
||
"name": "Freak Show",
|
||
"id": 1,
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "freak_show_1",
|
||
"count": "1",
|
||
"target": "sy_freak_show",
|
||
"quote": "What do ye mean, Why? The game was beginnin' to drag!"
|
||
},
|
||
"sy_freak_show_2": {
|
||
"name": "Freak Show",
|
||
"id": 2,
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "freak_show_2",
|
||
"count": "1",
|
||
"target": "sy_freak_show",
|
||
"quote": "The boss always gets to have the most fun. Truth be told, I prefer to watch anyway."
|
||
},
|
||
"sy_freak_show_3": {
|
||
"name": "Freak Show",
|
||
"id": 3,
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "freak_show_3",
|
||
"count": "1",
|
||
"target": "sy_freak_show",
|
||
"quote": "A game where good aim is considered subjective."
|
||
},
|
||
"sy_freak_show_4": {
|
||
"name": "Freak Show",
|
||
"id": 4,
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "freak_show_4",
|
||
"count": "1",
|
||
"target": "sy_freak_show",
|
||
"quote": "Why the long face, friend?"
|
||
},
|
||
"sy_mutated_hound_1": {
|
||
"name": "Mutated Hounds",
|
||
"id": 1,
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "muster",
|
||
"filename": "mutated_hound_1",
|
||
"count": "1",
|
||
"target": "sy_mutated_hound",
|
||
"quote": "We couldn't decide what to name him and it just kind of came up..."
|
||
},
|
||
"sy_mutated_hound_2": {
|
||
"name": "Mutated Hounds",
|
||
"id": 2,
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "muster",
|
||
"filename": "mutated_hound_2",
|
||
"count": "1",
|
||
"target": "sy_mutated_hound",
|
||
"quote": "Out of man's best friend we made his worst enemy."
|
||
},
|
||
"sy_adriano_mink": {
|
||
"name": "Adriano the Mink",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "adriano_mink",
|
||
"count": "1",
|
||
"quote": "Right here, beautiful. Have a sit on daddy's lap."
|
||
},
|
||
"sy_beggar": {
|
||
"name": "Beggar",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "avenger",
|
||
"filename": "beggar",
|
||
"count": "1",
|
||
"target": "sy_beggar",
|
||
"quote": "Say what you will about his technique, I think he captured your good side."
|
||
},
|
||
"sy_payroll_specialist": {
|
||
"name": "Payroll Specialist",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "3",
|
||
"ability": "morale",
|
||
"filename": "payroll_specialist",
|
||
"count": "1",
|
||
"quote": "Guards in Novigrad work for very little money, yet live like kings. Just another paradox of the Free City..."
|
||
},
|
||
"sy_arena_endrega": {
|
||
"name": "Arena Endrega",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "arena_endrega",
|
||
"count": "1",
|
||
"quote": "Strong as an ox, dumb as a box."
|
||
},
|
||
"sy_arena_ghoul": {
|
||
"name": "Arena Ghoul",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "arena_ghoul",
|
||
"count": "1",
|
||
"quote": "He'll be a perfect fit for your arena. Just like a mutt lickin' your plate after dinner."
|
||
},
|
||
"sy_tatterwing": {
|
||
"name": "Tatterwing",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "tatterwing",
|
||
"count": "1",
|
||
"quote": "She seems a bit sluggish. A few quick jabs to the ribs oughta liven her up."
|
||
},
|
||
"sy_temple_guard": {
|
||
"name": "Temple Guard",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "temple_guard",
|
||
"count": "1",
|
||
"quote": "Halt! Who goes there?! Firesworn or heretic?"
|
||
},
|
||
"sy_passiflora_peaches": {
|
||
"name": "Passiflora Peaches",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "9",
|
||
"ability": "spy",
|
||
"filename": "passiflora_peaches",
|
||
"count": "1",
|
||
"quote": "They'll mess with your head, break your heart and empty your purse."
|
||
},
|
||
"sy_lieutenant_herst": {
|
||
"name": "Lieutenant von Herst",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "lieutenant_herst",
|
||
"count": "1",
|
||
"quote": "The fall of the Order wasn’t so hard for him like for the others."
|
||
},
|
||
"sy_mutant_maker": {
|
||
"name": "Mutant Maker",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "avenger",
|
||
"filename": "mutant_maker",
|
||
"count": "1",
|
||
"target": "sy_failed_experiment",
|
||
"quote": "I’m a scientist, truly. I can’t help it if the Oxenfurt professors were just too narrow-sighted to appreciate my particular research methods."
|
||
},
|
||
"sy_sea_jackal": {
|
||
"name": "Sea Jackal",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "sea_jackal",
|
||
"count": "1",
|
||
"quote": "You ever lift rings off a body that's been left to soak for two weeks? No? Then don't complain."
|
||
},
|
||
"sy_fallen_knight": {
|
||
"name": "Fallen Knight",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "fallen_knight",
|
||
"count": "1",
|
||
"quote": "He abandoned the righteous fight and the flame in him has long gone."
|
||
},
|
||
"sy_sukrus": {
|
||
"name": "Sukrus",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "sukrus",
|
||
"count": "1",
|
||
"quote": "One of many who sought fortune in Novigrad. And one of many more who never found it. "
|
||
},
|
||
"sy_kurt": {
|
||
"name": "Kurt",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "kurt",
|
||
"count": "1",
|
||
"quote": "Oy, Kurt, find out what Merigold's hollerin' about, if she needs anything. A hot iron to the tongue, maybe?"
|
||
},
|
||
"sy_whoreson_senior": {
|
||
"name": "Whoreson Senior",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "9",
|
||
"ability": "hero",
|
||
"filename": "whoreson_senior",
|
||
"count": "1",
|
||
"quote": "Like father, like son."
|
||
},
|
||
"sy_lonely_champion": {
|
||
"name": "Lonely Champion",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "",
|
||
"filename": "lonely_champion",
|
||
"count": "1",
|
||
"quote": "So long as he continues the righteous fight, the Order and its flame endure."
|
||
},
|
||
"sy_failed_experiment": {
|
||
"name": "Failed Experiment",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "8",
|
||
"ability": "",
|
||
"filename": "failed_experiment",
|
||
"count": "1",
|
||
"quote": "Even failed experiments can serve a purpose. How else would one be expected to push the boundaries of knowledge?"
|
||
},
|
||
"sy_frightener": {
|
||
"name": "Savolla's Frightener",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "9",
|
||
"ability": "hero scorch_c",
|
||
"filename": "frightener",
|
||
"count": "1",
|
||
"quote": "The witchers thought the Salamandra thugs wouldn't get through Kaer Morhen's walls. The witchers were wrong."
|
||
},
|
||
"sy_stolen_mutagens": {
|
||
"name": "Stolen Mutagens",
|
||
"deck": "syndicate",
|
||
"row": "close",
|
||
"strength": "1",
|
||
"ability": "horn",
|
||
"filename": "stolen_mutagens",
|
||
"count": "1",
|
||
"quote": "Like organ harvesting—but far more lucrative."
|
||
},
|
||
"spe_vivaldi_bank": {
|
||
"name": "Vivaldi Bank",
|
||
"deck": "special syndicate",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "bank",
|
||
"filename": "vivaldi_bank",
|
||
"count": "2",
|
||
"quote": "We're sorry to lose your business, but we wish ye well!"
|
||
}
|
||
};
|
||
|
||
var ext_ze_cards = {
|
||
"ze_zerrikanterment": {
|
||
"name": "Zerrikanterment",
|
||
"deck": "zerrikania",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "zerrikanterment",
|
||
"filename": "zerrikanterment",
|
||
"count": "1",
|
||
"quote": "Legend says he burned the forests around Zerrikania making it isolated from the world by deserts and wastelands."
|
||
},
|
||
"ze_baal_zebuth": {
|
||
"name": "Ball-Zebuth",
|
||
"deck": "zerrikania",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "baal_zebuth",
|
||
"filename": "baal_zebuth",
|
||
"count": "1",
|
||
"quote": "God of moist and dark sky, it is believed to be the polar opposite of Raróg."
|
||
},
|
||
"ze_rarog": {
|
||
"name": "Raróg",
|
||
"deck": "zerrikania",
|
||
"row": "leader",
|
||
"strength": "",
|
||
"ability": "rarog",
|
||
"filename": "rarog",
|
||
"count": "1",
|
||
"quote": "Fierce deity of fire and warm sky, it is believed to be the polar opposite of Baal-Zebuth."
|
||
},
|
||
"ze_villentretenmerth": {
|
||
"name": "Villentretenmerth",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "9",
|
||
"ability": "whorshipped",
|
||
"filename": "villentretenmerth",
|
||
"count": "1",
|
||
"quote": "Also calls himself Borkh Three Jackdaws... he's not the best at names."
|
||
},
|
||
"ze_myrgtabrakke": {
|
||
"name": "Myrgtabrakke",
|
||
"deck": "zerrikania",
|
||
"row": "siege",
|
||
"strength": "8",
|
||
"ability": "whorshipped medic",
|
||
"filename": "myrgtabrakke",
|
||
"count": "1",
|
||
"quote": "Never get between a mother dragon and her young."
|
||
},
|
||
"ze_merineaevelth": {
|
||
"name": "Merineaevelth",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "merineaevelth",
|
||
"count": "1",
|
||
"quote": "Queen of Zerrikania and founder of the Faithel."
|
||
},
|
||
"ze_saulrenith": {
|
||
"name": "Saulrenith",
|
||
"deck": "zerrikania",
|
||
"row": "ranged",
|
||
"strength": "8",
|
||
"ability": "hero medic",
|
||
"filename": "saulrenith",
|
||
"count": "1",
|
||
"quote": "Impulsive and violent - not the mixture of traits one would trifle with."
|
||
},
|
||
"ze_tea_vea_1": {
|
||
"name": "Tea & Vea",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "muster whorshipper",
|
||
"filename": "tea_vea_1",
|
||
"count": "1",
|
||
"target": "wu_tea_vea",
|
||
"quote": "Her sabre, drawn faster than they eye could see, cut through the air."
|
||
},
|
||
"ze_tea_vea_2": {
|
||
"name": "Tea & Vea",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "muster whorshipper",
|
||
"filename": "tea_vea_2",
|
||
"count": "1",
|
||
"target": "wu_tea_vea",
|
||
"quote": "Her sabre, drawn faster than they eye could see, cut through the air."
|
||
},
|
||
"ze_faithel_1": {
|
||
"name": "Faithel",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "whorshipper",
|
||
"filename": "faithel_1",
|
||
"count": "1",
|
||
"quote": "Their goal is to find a dragon, honour it and swear their allegiance."
|
||
},
|
||
"ze_faithel_2": {
|
||
"name": "Faithel",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "whorshipper",
|
||
"filename": "faithel_2",
|
||
"count": "1",
|
||
"quote": "Their goal is to find a dragon, honour it and swear their allegiance."
|
||
},
|
||
"ze_faithel_3": {
|
||
"name": "Faithel",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "whorshipper",
|
||
"filename": "faithel_3",
|
||
"count": "1",
|
||
"quote": "Their goal is to find a dragon, honour it and swear their allegiance."
|
||
},
|
||
"ze_myrgot": {
|
||
"name": "Myrgot",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "myrgot",
|
||
"count": "1",
|
||
"quote": "Scarred with shame, Myrgot never again returned to Caingorn after his disgraceful lost in the jouting with the pious knight Eyck of Denesle."
|
||
},
|
||
"ze_lilit_niya": {
|
||
"name": "Lilit-Niya",
|
||
"deck": "zerrikania",
|
||
"row": "ranged",
|
||
"strength": "11",
|
||
"ability": "hero",
|
||
"filename": "lilit_niya",
|
||
"count": "1",
|
||
"quote": "The Black Sun was to announce the imminent return of Lilit, still honoured in the East under the name of Niya, and the extermination of the human race."
|
||
},
|
||
"ze_ocvist": {
|
||
"name": "Ocvist",
|
||
"deck": "zerrikania",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "whorshipped",
|
||
"filename": "ocvist",
|
||
"count": "1",
|
||
"quote": "The Master of Quartz Mountain, the Destroyer, Trajan's Slayer. In his free time, he likes long walks and candlelight dinners."
|
||
},
|
||
"ze_keltullis": {
|
||
"name": "Keltullis",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "whorshipped scorch_c",
|
||
"filename": "keltullis",
|
||
"count": "1",
|
||
"quote": "They fought 'er for near a century and they realized she weren't goin' nowheres, so... they cut a deal.She dinnae bother 'em, they give 'er what she needs."
|
||
},
|
||
"ze_ostreverg": {
|
||
"name": "Ostreverg",
|
||
"deck": "zerrikania",
|
||
"row": "siege",
|
||
"strength": "7",
|
||
"ability": "whorshipped",
|
||
"filename": "ostreverg",
|
||
"count": "1",
|
||
"quote": "A long time ago the dragon Ostreverg ravaged and plundered the sacred Temple of Freya on the Skellige Islands."
|
||
},
|
||
"ze_germinus": {
|
||
"name": "Germinus",
|
||
"deck": "zerrikania",
|
||
"row": "ranged",
|
||
"strength": "8",
|
||
"ability": "whorshipped",
|
||
"filename": "germinus",
|
||
"count": "1",
|
||
"quote": "The dragon valued its treasures above all else, unleashing its wrath on anything threatening it."
|
||
},
|
||
"ze_azar_javed": {
|
||
"name": "Azar Javed",
|
||
"deck": "zerrikania",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "scorch",
|
||
"filename": "azar_javed",
|
||
"count": "1",
|
||
"quote": "The sorcerer not only deftly manipulates the power of fire, it can be said that fire has become a part of his very being."
|
||
},
|
||
"ze_bart": {
|
||
"name": "Bart",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "morale",
|
||
"filename": "bart",
|
||
"count": "1",
|
||
"quote": "A good watchman should be brainless enough to render any thought of betraying his master impossible."
|
||
},
|
||
"ze_venomous_basilisk": {
|
||
"name": "Venomous Basilisk",
|
||
"deck": "zerrikania",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "scorch_c",
|
||
"filename": "venomous_basilisk",
|
||
"count": "1",
|
||
"quote": "The Basilisk is the most venomous creature in the world! For the basilisk is the king of all serpents!"
|
||
},
|
||
"ze_giant_spotted_spider": {
|
||
"name": "Giant Spotted Spider",
|
||
"deck": "zerrikania",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "giant_spotted_spider",
|
||
"count": "1",
|
||
"quote": "Every beast roaming the forest is its prey, even elephants."
|
||
},
|
||
"ze_emetouka": {
|
||
"name": "Emetouka",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "6",
|
||
"ability": "",
|
||
"filename": "emetouka",
|
||
"count": "1",
|
||
"quote": "Their horn have immense value, mostly because many died trying to hunt them."
|
||
},
|
||
"ze_leopard_1": {
|
||
"name": "Leopard",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "bond",
|
||
"filename": "leopard_1",
|
||
"count": "1",
|
||
"target": "ze_leopard",
|
||
"quote": "Many their preys have mistaken their relaxed state for safety, leopards simply know they will quickly catch up on them."
|
||
},
|
||
"ze_leopard_2": {
|
||
"name": "Leopard",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "bond",
|
||
"filename": "leopard_2",
|
||
"count": "1",
|
||
"target": "ze_leopard",
|
||
"quote": "Many their preys have mistaken their relaxed state for safety, leopards simply know they will quickly catch up on them."
|
||
},
|
||
"ze_tiger_1": {
|
||
"name": "Tiger",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "bond",
|
||
"filename": "tiger_1",
|
||
"count": "1",
|
||
"target": "ze_tiger",
|
||
"quote": "The queen favourite beast. After dragons obviously."
|
||
},
|
||
"ze_tiger_2": {
|
||
"name": "Tiger",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "bond",
|
||
"filename": "tiger_2",
|
||
"count": "1",
|
||
"target": "ze_tiger",
|
||
"quote": "The queen favourite beast. After dragons obviously."
|
||
},
|
||
"ze_jackals": {
|
||
"name": "Jackals",
|
||
"deck": "zerrikania",
|
||
"row": "ranged",
|
||
"strength": "3",
|
||
"ability": "muster",
|
||
"filename": "jackals",
|
||
"count": "3",
|
||
"target": "ze_jackals",
|
||
"quote": "Not the most dangerous but surprisingly one of the most hated wild beasts around."
|
||
},
|
||
"ze_boa": {
|
||
"name": "Boa",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "boa",
|
||
"count": "1",
|
||
"quote": "Living choking hazard."
|
||
},
|
||
"ze_python": {
|
||
"name": "Python",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "python",
|
||
"count": "1",
|
||
"quote": "'Look at this weird fallen tree! Oh shit, it's moving towards us!'"
|
||
},
|
||
"ze_viper": {
|
||
"name": "Viper",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "",
|
||
"filename": "viper",
|
||
"count": "1",
|
||
"quote": "'Had to flee me home, some damn viper had made it its den.'"
|
||
},
|
||
"ze_hyenas": {
|
||
"name": "Hyenas",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "",
|
||
"filename": "hyenas",
|
||
"count": "1",
|
||
"quote": "'Those ploughin' wretches always hunt in packs. They killed all my hens and I couldn't do nothin'.'"
|
||
},
|
||
"ze_collective_trance": {
|
||
"name": "Collective Trance",
|
||
"deck": "zerrikania",
|
||
"row": "siege",
|
||
"strength": "4",
|
||
"ability": "medic",
|
||
"filename": "collective_trance",
|
||
"count": "1",
|
||
"quote": "Zerrikanians have this old tradition to join together, share a strong psychedelic decoction and escape the harsh reality."
|
||
},
|
||
"ze_hippotoxotai_1": {
|
||
"name": "Hippotoxotai",
|
||
"deck": "zerrikania",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "hippotoxotai_1",
|
||
"count": "1",
|
||
"target": "ze_hippotoxotai",
|
||
"quote": "Only dust clouds, arrows and death."
|
||
},
|
||
"ze_hippotoxotai_2": {
|
||
"name": "Hippotoxotai",
|
||
"deck": "zerrikania",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "hippotoxotai_2",
|
||
"count": "1",
|
||
"target": "ze_hippotoxotai",
|
||
"quote": "Only dust clouds, arrows and death."
|
||
},
|
||
"ze_hippotoxotai_3": {
|
||
"name": "Hippotoxotai",
|
||
"deck": "zerrikania",
|
||
"row": "ranged",
|
||
"strength": "4",
|
||
"ability": "muster",
|
||
"filename": "hippotoxotai_3",
|
||
"count": "1",
|
||
"target": "ze_hippotoxotai",
|
||
"quote": "Only dust clouds, arrows and death."
|
||
},
|
||
"ze_skuda_amazon_1": {
|
||
"name": "Skuda Amazon",
|
||
"deck": "zerrikania",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "bond",
|
||
"filename": "skuda_amazon_1",
|
||
"count": "1",
|
||
"target": "ze_skuda_amazon",
|
||
"quote": "Their legendary markswomanship is very real."
|
||
},
|
||
"ze_skuda_amazon_2": {
|
||
"name": "Skuda Amazon",
|
||
"deck": "zerrikania",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "bond",
|
||
"filename": "skuda_amazon_2",
|
||
"count": "1",
|
||
"target": "ze_skuda_amazon",
|
||
"quote": "'I don't need to cut my breast to hit a bull's eye at full speed.'"
|
||
},
|
||
"ze_bomb_maker_1": {
|
||
"name": "Zerrikanian Bomb Maker",
|
||
"deck": "zerrikania",
|
||
"row": "ranged",
|
||
"strength": "3",
|
||
"ability": "scorch",
|
||
"filename": "bomb_maker_1",
|
||
"count": "1",
|
||
"quote": "Business of Zerrikanian bombs is... booming."
|
||
},
|
||
"ze_bomb_maker_2": {
|
||
"name": "Zerrikanian Bomb Maker",
|
||
"deck": "zerrikania",
|
||
"row": "ranged",
|
||
"strength": "3",
|
||
"ability": "scorch",
|
||
"filename": "bomb_maker_2",
|
||
"count": "1",
|
||
"quote": "Business of Zerrikanian bombs is... booming."
|
||
},
|
||
"ze_heavy_fire_scorpion": {
|
||
"name": "Heavy Zerrikanian Fire Scorprion",
|
||
"deck": "zerrikania",
|
||
"row": "siege",
|
||
"strength": "10",
|
||
"ability": "",
|
||
"filename": "heavy_fire_scorpion",
|
||
"count": "1",
|
||
"quote": "Not the best for taking cities, but great for razing them to the ground."
|
||
},
|
||
"ze_free_warrior_1": {
|
||
"name": "Free Warrior",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "4",
|
||
"ability": "inspire",
|
||
"filename": "free_warrior_1",
|
||
"count": "1",
|
||
"quote": "'Hmm, that feeling of freedom after defeating your foe!'"
|
||
},
|
||
"ze_free_warrior_2": {
|
||
"name": "Free Warrior",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "5",
|
||
"ability": "inspire",
|
||
"filename": "free_warrior_2",
|
||
"count": "1",
|
||
"quote": "She first lets her prey get lost in the jungle, then she starts the hunt."
|
||
},
|
||
"ze_free_warrior_3": {
|
||
"name": "Free Warrior",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "8",
|
||
"ability": "inspire",
|
||
"filename": "free_warrior_3",
|
||
"count": "1",
|
||
"quote": "Few in the northern realms can afford his sword."
|
||
},
|
||
"ze_free_warrior_4": {
|
||
"name": "Free Warrior",
|
||
"deck": "zerrikania",
|
||
"row": "ranged",
|
||
"strength": "6",
|
||
"ability": "inspire",
|
||
"filename": "free_warrior_4",
|
||
"count": "1",
|
||
"quote": "'See that thing running over there, I'll make it stop.'"
|
||
},
|
||
"ze_free_warrior_5": {
|
||
"name": "Free Warrior",
|
||
"deck": "zerrikania",
|
||
"row": "ranged",
|
||
"strength": "7",
|
||
"ability": "inspire",
|
||
"filename": "free_warrior_5",
|
||
"count": "1",
|
||
"quote": "'At first I thought it was one o' those leopards, ye know? Till I saw the spear and realized 'twas in fact a woman.'"
|
||
},
|
||
"ze_first_faithel_kia": {
|
||
"name": "First Faithel Kia",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "9",
|
||
"ability": "hero whorshipper",
|
||
"filename": "first_faithel_kia",
|
||
"count": "1",
|
||
"quote": "Once a close friend of Merineaevelth, she was the first tasked to find and protect the devine dragons of the world."
|
||
},
|
||
"ze_apucunpture_healer": {
|
||
"name": "Apucunpture Healer",
|
||
"deck": "zerrikania",
|
||
"row": "siege",
|
||
"strength": "6",
|
||
"ability": "medic",
|
||
"filename": "apucunpture_healer",
|
||
"count": "1",
|
||
"quote": "You might find it surprising, but these needles soothe pain."
|
||
},
|
||
"ze_canyon_herbalist": {
|
||
"name": "Canyon Herbalist",
|
||
"deck": "zerrikania",
|
||
"row": "ranged",
|
||
"strength": "5",
|
||
"ability": "morale",
|
||
"filename": "canyon_herbalist",
|
||
"count": "1",
|
||
"quote": "It is easy to get lost in the canyon, but knowing its herbs is a rare gift."
|
||
},
|
||
"ze_high_priestess_nia": {
|
||
"name": "High Priestess Nia",
|
||
"deck": "zerrikania",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "high_priestess_nia",
|
||
"count": "1",
|
||
"quote": "Battles have been fought in her name. Each bloodier than the last."
|
||
},
|
||
"ze_dragon_priestess_lua": {
|
||
"name": "Dragon Priestess Lua",
|
||
"deck": "zerrikania",
|
||
"row": "siege",
|
||
"strength": "8",
|
||
"ability": "hero whorshipper",
|
||
"filename": "dragon_priestess_lua",
|
||
"count": "1",
|
||
"quote": "Mastering the arcana of dragon magic is no small feat."
|
||
},
|
||
"ze_rainforest_pathfinder": {
|
||
"name": "Rainforest Pathfinder",
|
||
"deck": "zerrikania",
|
||
"row": "ranged",
|
||
"strength": "8",
|
||
"ability": "spy",
|
||
"filename": "rainforest_pathfinder",
|
||
"count": "1",
|
||
"quote": "How to cross the Sar'gaedd forest? Take a map, see where the nearest tribal village is, then hire a local guide."
|
||
},
|
||
"ze_steppes_nomad_1": {
|
||
"name": "Steppes Nomad",
|
||
"id": 1,
|
||
"deck": "zerrikania",
|
||
"row": "siege",
|
||
"strength": "5",
|
||
"ability": "muster",
|
||
"filename": "steppes_nomad_1",
|
||
"count": "1",
|
||
"target": "ze_steppes_nomad",
|
||
"quote": "It takes robustness and unity to survive in these vast steppes."
|
||
},
|
||
"ze_steppes_nomad_2": {
|
||
"name": "Steppes Nomad",
|
||
"id": 2,
|
||
"deck": "zerrikania",
|
||
"row": "siege",
|
||
"strength": "5",
|
||
"ability": "muster",
|
||
"filename": "steppes_nomad_2",
|
||
"count": "1",
|
||
"target": "ze_steppes_nomad",
|
||
"quote": "It takes robustness and unity to survive in these vast steppes."
|
||
},
|
||
"ze_war_elephant": {
|
||
"name": "War Elephant",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "9",
|
||
"ability": "",
|
||
"filename": "war_elephant",
|
||
"count": "1",
|
||
"quote": "It's hard to find journals of what it is like to see a Zerrikanian elephant battalion charging towards you, for it requires survivors."
|
||
},
|
||
"ze_behemoth": {
|
||
"name": "Behemoth",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "behemoth",
|
||
"count": "1",
|
||
"quote": "A beast so huge its turd piles were big enough to provide housing for whole families. If it wasn't for the stench that is."
|
||
},
|
||
"ze_balladeer": {
|
||
"name": "Balladeer",
|
||
"deck": "zerrikania",
|
||
"row": "ranged",
|
||
"strength": "1",
|
||
"ability": "horn",
|
||
"filename": "balladeer",
|
||
"count": "1",
|
||
"quote": "It is known the Zerrikanian queen was a tought woman and that only the mellifluous voice of a deft singer could penetrate the hard shell around her heart."
|
||
},
|
||
"ze_alchemist": {
|
||
"name": "Zerrikanian Alchemist",
|
||
"deck": "zerrikania",
|
||
"row": "siege",
|
||
"strength": "1",
|
||
"ability": "medic",
|
||
"filename": "alchemist",
|
||
"count": "1",
|
||
"quote": "'What if I put some of this too...'"
|
||
},
|
||
"ze_yellow_witch_korath": {
|
||
"name": "Yellow Witch Korath",
|
||
"deck": "zerrikania",
|
||
"row": "ranged",
|
||
"strength": "10",
|
||
"ability": "hero",
|
||
"filename": "yellow_witch_korath",
|
||
"count": "1",
|
||
"quote": "A man once forgot her full title is mistakenly called her a 'sand witch'. Now is lacquered skull decorates her staff."
|
||
},
|
||
"ze_sandworm": {
|
||
"name": "Sandworm",
|
||
"deck": "zerrikania",
|
||
"row": "close",
|
||
"strength": "11",
|
||
"ability": "hero",
|
||
"filename": "sandworm",
|
||
"count": "1",
|
||
"quote": "Despite its massive size, many sense it coming only too late."
|
||
},
|
||
"spe_giant_spider_web": {
|
||
"name": "Giant Spider Webs",
|
||
"deck": "weather zerrikania",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "frost",
|
||
"filename": "giant_spider_web",
|
||
"count": "3",
|
||
"quote": "Zerrikania hosts spiders so large they can trap elephants in their webs."
|
||
},
|
||
"spe_tse_tse_flies": {
|
||
"name": "Tse Tse Flies",
|
||
"deck": "weather zerrikania",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "fog",
|
||
"filename": "tse_tse_flies",
|
||
"count": "3",
|
||
"quote": "The flies are especially repulsive, laying their eggs in the human body, the resulting larvae maturing within the host's head."
|
||
},
|
||
"spe_dragon_wrath": {
|
||
"name": "Dragon Wrath",
|
||
"deck": "weather zerrikania",
|
||
"row": "",
|
||
"strength": "",
|
||
"ability": "rain",
|
||
"filename": "dragon_wrath",
|
||
"count": "3",
|
||
"quote": "Blackened skies from wisps of smoke, the greenery's vanished in a fiery stroke."
|
||
},
|
||
};
|
||
|
||
/*
|
||
* Selecting cards to use
|
||
*/
|
||
var card_dict = default_cards;
|
||
|
||
card_dict = Object.assign({}, card_dict, ext_nr_cards);
|
||
card_dict = Object.assign({}, card_dict, ext_ne_cards);
|
||
card_dict = Object.assign({}, card_dict, ext_mo_cards);
|
||
card_dict = Object.assign({}, card_dict, ext_st_cards);
|
||
card_dict = Object.assign({}, card_dict, ext_sk_cards);
|
||
card_dict = Object.assign({}, card_dict, ext_wu_cards);
|
||
card_dict = Object.assign({}, card_dict, ext_to_cards);
|
||
card_dict = Object.assign({}, card_dict, ext_lr_cards);
|
||
card_dict = Object.assign({}, card_dict, ext_sy_cards);
|
||
card_dict = Object.assign({}, card_dict, ext_ze_cards); |