From 6dc38d02195edc4d44ca129e7f817cdbbca847a8 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 23:29:35 +0000 Subject: [PATCH] - Updated Lisa Simpson 2 deck. --- res/quest/decks/Lisa Simpson 2.dck | 34 +++++++++++++++-------- src/forge/quest/gui/main/QuestBattle.java | 6 ++-- 2 files changed, 25 insertions(+), 15 deletions(-) diff --git a/res/quest/decks/Lisa Simpson 2.dck b/res/quest/decks/Lisa Simpson 2.dck index 0eb58e48579..1998230ed26 100644 --- a/res/quest/decks/Lisa Simpson 2.dck +++ b/res/quest/decks/Lisa Simpson 2.dck @@ -2,19 +2,29 @@ Lisa Simpson 2 [general] constructed [main] -3 Disenchant +7 Forest +7 Plains +4 Savannah +4 Graypelt Refuge 3 Kjeldoran Outpost -4 Wood Elves -12 Plains +4 Mycoloth 3 Skullmulcher -2 Borderland Ranger -2 Angel's Mercy -1 Enlightened Tutor -2 Reinforcements -12 Forest -4 Squirrel Nest +2 Doubling Season +1 Squirrel Nest 3 Reprisal -4 Kor Cartographer -3 Gluttonous Slime -2 Sakura-Tribe Elder +1 Chatter of the Squirrel +1 Aura Mutation +1 Beckon Apparition +1 Elspeth, Knight-Errant +1 Hunting Triad +1 Master's Call +3 Raise the Alarm +3 Awakening Zone +2 Growth Spasm +1 Kjeldoran Home Guard +1 Kozilek's Predator +3 Nest Invader +1 Ambassador Oak +1 Leyline of Vitality +1 Selesnya Guildmage [sideboard] diff --git a/src/forge/quest/gui/main/QuestBattle.java b/src/forge/quest/gui/main/QuestBattle.java index 7ef83cad72d..7bff3a754ab 100644 --- a/src/forge/quest/gui/main/QuestBattle.java +++ b/src/forge/quest/gui/main/QuestBattle.java @@ -138,8 +138,8 @@ public class QuestBattle extends QuestSelectablePanel { addToDeckList("Galahad 3", "hard", "WB Knight deck with Kinsbaile Cavalier and Knight Exemplar"); // addToDeckList("Gambit 3", "hard", "UR deck with Demigod of Revenge"); addToDeckList("Genghis Khan 1", "easy", "WRG deck with mana ramp, Armageddon and Mungha Wurm"); - addToDeckList("Genghis Khan 2", "medium", "WG deck with mana ramp, Armageddon and Llanowar Behemoth"); - addToDeckList("Genghis Khan 3", "hard", "WRG deck with mana ramp, Armageddon, Llanowar Behemoth and Elspeth, Knight-Errant"); + addToDeckList("Genghis Khan 2", "medium", "WG deck with mana ramp, Armageddon and Terravore"); + addToDeckList("Genghis Khan 3", "hard", "WRG deck with mana ramp, Armageddon, and Terravore"); addToDeckList("George of the Jungle 1", "easy", "WR deck with Belligerent Hatchling and Battlegate Mimic"); addToDeckList("George of the Jungle 2", "medium", "WR deck with Belligerent Hatchling, Battlegate Mimic and Ajani Vengeant"); addToDeckList("George of the Jungle 3", "hard", "WR deck with Belligerent Hatchling, Battlegate Mimic and Ajani Vengeant"); @@ -218,7 +218,7 @@ public class QuestBattle extends QuestSelectablePanel { // addToDeckList("Lex 3", "hard", "Ninjas deck"); // addToDeckList("Link 3", "hard", "GUR Standard Constructed deck"); - addToDeckList("Lisa Simpson 2", "medium", "WG Devour deck with tokens, Skullmulcher and Gluttonous Slime"); + addToDeckList("Lisa Simpson 2", "medium", "WG Devour deck with tokens, Skullmulcher and Mycoloth"); // addToDeckList("Lucifer 2", "medium", "W Sacrifice deck"); // addToDeckList("Lucifer 3", "hard", "W Sacrifice deck"); addToDeckList("Luke Skywalker 3", "hard", "WU Rebels deck with Training Grounds");