Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

Commit

Permalink
Merge pull request #20 from ittyzoffeji/patch-2
Browse files Browse the repository at this point in the history
Updated deck types for TESL
  • Loading branch information
extesy authored Jun 20, 2017
2 parents 4885d72 + a04b7d9 commit db35e20
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions decktypes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $Eternal|GameType=="Eternal"
|Five Color|Colors.Count==5
$The Elder Scrolls: Legends|GameType=="TheElderScrollsLegends"
|Neutral|Colors.Count==0
||Dwemers|Cards.ContainsAny(2,"Dwarven Spider","Spider Worker","Mechanical Ally","Halls of the Dwemer")
||Dwemers|Cards.Contains("Halls of the Dwemer") || Cards.ContainsAny(3,"Dwarven Spider","Spider Worker","Mechanical Ally","Stronghold Incubator","Dwarven Centurion")
|$Mono|Colors.Count==1
||Strength|Colors.Contains("Strength")
||Intelligence|Colors.Contains("Intelligence")
Expand All @@ -65,38 +65,43 @@ $The Elder Scrolls: Legends|GameType=="TheElderScrollsLegends"
|$Factions|Colors.Count==2
||Archer|Colors.Contains("Strength","Agility")
|||Wrothgar Archer|Cards.Contains("Wrothgar Forge")
|||Swindler's Market|Cards.Contains("Swindler's Market")
|||Swindler's Market Archer|Cards.Contains("Swindler's Market") || Cards.ContainsAny(3,"Raiding Party","Merchant's Camel","Goblin Skulk","Markarth Bannerman","Close Call","Nord Firebrand")
|||Rage Archer|Cards.Contains("Unstoppable Rage") || Cards.ContainsAny(3,"Pahmar-raht Renegade","Belligerent Giant","Child of Hircine","Vigilant Giant")
||Assassin|Colors.Contains("Agility","Intelligence")
|||Necrom Assassin|Cards.Contains("Necrom Mastermind")
|||Swindler's Market|Cards.Contains("Swindler's Market")
|||Swindler's Market Assassin|Cards.Contains("Swindler's Market") || Cards.Contains("Smuggler's Haul","Merchant's Camel","Goblin Skulk","Close Call")
|||Shackle Assassin|Cards.Contains("Dres Tormentor")
|||Goblins|Cards.Contains("Murkwater Skirmisher")
|||Goblins Assassin|Cards.Contains("Murkwater Skirmisher")
|||Altar Assassin|Cards.Contains("Altar of Despair")
||Battlemage|Colors.Contains("Strength","Intelligence")
|||Aggro Battlemage|Cards.Contains("Gladiator Arena")
|||Prophecy Battlemage|Cards.Contains("Lurking Crocodile")
|||WispRaider Combo|Cards.Contains("Relentless Raider","Wispmother")
|||Merric Battlemage|Cards.Contains("Merric-at-Aswala")
|||Merric Battlemage|Cards.Contains("Merric-at-Aswala") || Cards.Contains("Raiding Party","Markarth Bannerman","Supreme Atromancer")
||Crusader|Colors.Contains("Willpower","Strength")
|||Token Crusader|Cards.ContainsAny(3,"Fifth Legion Trainer","Imperial Reinforcements","Scouting Patrol","Divine Fervor","Imperial Siege Engine","Legion Praefect")
|||Midrange Crusader|Cards.ContainsAny(2,"Dawnstar Healer","Eastmarch Crusader","Golden Saint")
|||Control Crusader|Cards.ContainsAny(1,"Dawn's Wrath","Manticora","Miraak, Dragonborn","Odahviing")
||Mage|Colors.Contains("Intelligence","Willpower")
|||Action Mage|Cards.ContainsAny(1,"Crystal Tower Crafter","Lillandril Hexmage")
|||Midrange Mage|Cards.ContainsAny(2,"Dawnstar Healer","Eastmarch Crusader","Golden Saint")
|||Control Mage|Cards.ContainsAny(1,"Dawn's Wrath","Manticora","Miraak, Dragonborn","Odahviing")
|||Stealer of Secrets OTK|Cards.Contains("Stealer of Secrets")
||Monk|Colors.Contains("Agility","Willpower")
|||Pilfer Monk|Cards.ContainsAny(2,"Baandari Bruiser","Tenmar Swiftclaw","Elsweyr Lookout","Thieves' Den","Master of Thieves")
|||Control Monk|Cards.ContainsAny(1,"Dawn's Wrath","Manticora","Miraak, Dragonborn","Odahviing")
|||Chanter Monk|Cards.Contains("Chanter of Akatosh")
||Scout|Colors.Contains("Endurance","Agility")
|||Slay Scout|Cards.Contains("Brotherhood Sanctuary")
|||Ramp Scout|Cards.ContainsAny(1,"Tree Minder","Archein Venomtongue","Hist Grove")
|||Ramp Scout|Cards.ContainsAny(2,"Tree Minder","Archein Venomtongue","Hist Grove")
|||Spodertown|Cards.ContainsAny(2,"Spider Lair","Spider Daedra","Necromancer's Amulet")
||Sorcerer|Colors.Contains("Endurance","Intelligence")
|||Midrange Sorcerer|Cards.ContainsAny(2,"Royal Sage","Black Worm Necromancer","Bone Colossus","Young Mammoth")
|||Item Sorcerer|Cards.ContainsAny(2,"Skilled Blacksmith","Mace of Encumbrance","Master of Arms","Gardener of Swords")
||Spellsword|Colors.Contains("Endurance","Willpower")
|||Token Spellsword|Cards.ContainsAny(3,"Fifth Legion Trainer","Imperial Reinforcements","Scouting Patrol","Divine Fervor","Imperial Siege Engine","Legion Praefect")
|||Midrange Spellsword|Cards.ContainsAny(2,"Dawnstar Healer","Eastmarch Crusader","Golden Saint")
|||Control Spellsword|Cards.ContainsAny(1,"Dawn's Wrath","Manticora","Miraak, Dragonborn","Odahviing")
||Warrior|Colors.Contains("Strength","Endurance")
|||Orc Warrior|Cards.ContainsAny(1,"Wood Orc Headhunter","Militant Chieftain","Wrothgar Kingpin","Chieftain's Banner")
|||Rage Warrior|Cards.Contains("Unstoppable Rage")
|||Rage Warrior|Cards.Contains("Unstoppable Rage") || Cards.ContainsAny(3,"Night Shadow","Falkreath Defiler","Belligerent Giant","Blood Magic Lord","Child of Hircine","Vigilant Giant")
|||Doomcrag Warrior|Cards.Contains("Doomcrag Vampire")

0 comments on commit db35e20

Please sign in to comment.