From 6bb5f32eaf18d62ee1710028a70bf9e8e3a3d31f Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 12 Aug 2011 16:17:16 +0000 Subject: [PATCH] - Added the new Dream 3 quest deck. --- .gitattributes | 1 + res/quest/decks/Dream 3.dck | 16 ++++++++++++++++ res/quest/hard.txt | 1 + .../java/forge/quest/gui/main/QuestBattle.java | 1 + 4 files changed, 19 insertions(+) create mode 100644 res/quest/decks/Dream 3.dck diff --git a/.gitattributes b/.gitattributes index 116facfb73d..f228c11ecd2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9084,6 +9084,7 @@ res/quest/decks/Dogbert[!!-~]2.dck -text res/quest/decks/Doran[!!-~]3.dck -text res/quest/decks/Dr[!!-~]No[!!-~]3.dck -text res/quest/decks/Dr[!!-~]Strangelove[!!-~]3.dck -text +res/quest/decks/Dream[!!-~]3.dck -text res/quest/decks/Electro[!!-~]2.dck -text res/quest/decks/Electro[!!-~]3.dck -text res/quest/decks/Elrond[!!-~]1.dck -text diff --git a/res/quest/decks/Dream 3.dck b/res/quest/decks/Dream 3.dck new file mode 100644 index 00000000000..405a85b6ea0 --- /dev/null +++ b/res/quest/decks/Dream 3.dck @@ -0,0 +1,16 @@ +Dream 3 +[general] +constructed +[main] +4 Phantom Beast +4 Gossamer Phantasm +4 Krovikan Mist +4 Divination +4 Phantasmal Bear +4 Lord of the Unreal +4 Illusionary Servant +4 Phantasmal Abomination +4 Phantasmal Dragon +1 Mox Sapphire +23 Island +[sideboard] diff --git a/res/quest/hard.txt b/res/quest/hard.txt index 812c31191ea..2888aafd715 100644 --- a/res/quest/hard.txt +++ b/res/quest/hard.txt @@ -30,6 +30,7 @@ Dilbert 3 Dino 3 Doc Holiday 3 Doran 3 +Dream 3 Dr No 3 Dr Strangelove 3 Electro 3 diff --git a/src/main/java/forge/quest/gui/main/QuestBattle.java b/src/main/java/forge/quest/gui/main/QuestBattle.java index b41e85ac016..bda20f6c637 100644 --- a/src/main/java/forge/quest/gui/main/QuestBattle.java +++ b/src/main/java/forge/quest/gui/main/QuestBattle.java @@ -131,6 +131,7 @@ public class QuestBattle extends QuestSelectablePanel { addToDeckList("Dogbert 2", "medium", "WRG Berserker deck with Blade-Tribe Berserkers and Spiraling Duelist"); // addToDeckList("Dog 2", "medium", "GRB Sacrifice"); addToDeckList("Doran 3", "hard", "WBG Doran, the Siege Tower deck with high toughness creatures"); + addToDeckList("Dream 3", "hard", "U Illusion deck with Lord of the Unreal and Krovikan Mist"); // addToDeckList("Dr Doom 2", "medium", "GWB"); // addToDeckList("Dr Doom 3", "hard", "GWB Constructed"); // addToDeckList("Dr Fate 3", "hard", "UB Infect");