From 1e6eb095727e676a9fb64c30aea62fa275f67cd3 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 23:38:07 +0000 Subject: [PATCH] - Turned Han Solo 3 into a Enchanted Evening deck. --- res/quest/decks/Han Solo 3.dck | 50 ++++++++++++----------- src/forge/quest/gui/main/QuestBattle.java | 2 +- 2 files changed, 27 insertions(+), 25 deletions(-) diff --git a/res/quest/decks/Han Solo 3.dck b/res/quest/decks/Han Solo 3.dck index 5a4d19dd5c2..4dce49dfd2c 100644 --- a/res/quest/decks/Han Solo 3.dck +++ b/res/quest/decks/Han Solo 3.dck @@ -1,24 +1,26 @@ -Han Solo 3 -[general] -constructed -[main] -3 Enchantress's Presence -1 Mox Emerald -2 Eternal Witness -4 Oblivion Ring -9 Plains -3 Harmonize -3 Enlightened Tutor -9 Forest -4 Land Tax -1 Mox Pearl -2 Sigil of the Empty Throne -4 Battlegrace Angel -1 Gaea's Anthem -4 Wall of Blossoms -1 Vitu-Ghazi, the City-Tree -2 Defense of the Heart -1 Greener Pastures -4 Savannah -4 Lucent Liminid -[sideboard] +Han Solo 3 +[general] +constructed +[main] +4 Tundra +4 Plains +4 Glacial Fortress +4 Windswept Heath +4 Flooded Strand +4 Marsh Flats +4 Enlightened Tutor +4 Idyllic Tutor +4 Enchanted Evening +4 Azorius First-Wing +2 Aven Cloudchaser +2 Cloudchaser Eagle +4 Cloudchaser Kestrel +1 Dawning Purist +1 Fountain Watch +4 War Priest of Thune +1 Revoke Existence +1 Stern Proctor +4 Wispmare +1 Ancestral Recall +1 Time Walk +[sideboard] diff --git a/src/forge/quest/gui/main/QuestBattle.java b/src/forge/quest/gui/main/QuestBattle.java index 5c8683b7764..b1c3768db1e 100644 --- a/src/forge/quest/gui/main/QuestBattle.java +++ b/src/forge/quest/gui/main/QuestBattle.java @@ -160,7 +160,7 @@ public class QuestBattle extends QuestSelectablePanel { // addToDeckList("Gunslinger 3", "hard", "WBRG Cascade deck"); addToDeckList("Hagrid 2", "medium", "Mono R Giants deck"); - addToDeckList("Han Solo 3", "hard", "WG enchantments deck with Sigil of the Empty Throne"); + addToDeckList("Han Solo 3", "hard", "WU Enchanted Evening deck with lots of enchantment removal"); // addToDeckList("Hans 2", "medium", "WRG Allies deck"); addToDeckList("Harry Potter 1", "easy", "U Mill and counter spell deck"); addToDeckList("Harry Potter 2", "medium", "UB Mill and counter spell deck");