From a081723bb1edfbf7a1dcf8306cf4edcdf3a694a0 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 05:03:38 +0000 Subject: [PATCH] Added Sloth's easy domain deck as: Bamm Bamm Rubble 1 --- .gitattributes | 1 + res/quest/decks/Bamm Bamm Rubble 1.dck | 32 ++++++++++++++++++++++++++ res/quest/easy.txt | 1 + src/forge/Gui_Quest.java | 2 ++ 4 files changed, 36 insertions(+) create mode 100644 res/quest/decks/Bamm Bamm Rubble 1.dck diff --git a/.gitattributes b/.gitattributes index 3d04a394357..e61a454bab9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -90,6 +90,7 @@ res/quest/common.txt -text svneol=native#text/plain res/quest/decks/Abraham[!!-~]Lincoln[!!-~]3.dck -text res/quest/decks/Albert[!!-~]Einstein[!!-~]2.dck -text res/quest/decks/Albert[!!-~]Einstein[!!-~]3.dck -text +res/quest/decks/Bamm[!!-~]Bamm[!!-~]Rubble[!!-~]1.dck -text res/quest/decks/Barney[!!-~]Rubble[!!-~]1.dck -text res/quest/decks/Barney[!!-~]Rubble[!!-~]2.dck -text res/quest/decks/Barney[!!-~]Rubble[!!-~]3.dck -text diff --git a/res/quest/decks/Bamm Bamm Rubble 1.dck b/res/quest/decks/Bamm Bamm Rubble 1.dck new file mode 100644 index 00000000000..163cd505226 --- /dev/null +++ b/res/quest/decks/Bamm Bamm Rubble 1.dck @@ -0,0 +1,32 @@ +Bamm Bamm Rubble 1 +[general] +constructed +[main] +2 Underground Sea +2 Plateau +2 Taiga +2 Tropical Island +2 Tromp the Domains +2 Sejiri Merfolk +1 Hedge Troll +2 Scrubland +2 Might of Alara +2 Bayou +2 Tundra +2 Gaea's Might +2 Savannah +4 Wandering Goblins +2 Kird Ape +4 Aven Trailblazer +3 Exotic Disease +4 Tribal Flames +1 Power Armor +2 Badlands +4 Allied Strategies +1 Collective Restraint +2 Loam Lion +1 Sedge Troll +2 Volcanic Island +4 Wild Nacatl +1 Wandering Stream +[sideboard] diff --git a/res/quest/easy.txt b/res/quest/easy.txt index 75c90efbe80..84a79501be9 100644 --- a/res/quest/easy.txt +++ b/res/quest/easy.txt @@ -1,3 +1,4 @@ +Bamm Bamm Rubble 1 Barney Rubble 1 Bart Simpson 1 Buffy 1 diff --git a/src/forge/Gui_Quest.java b/src/forge/Gui_Quest.java index 898e10aeb43..17002ae9c51 100644 --- a/src/forge/Gui_Quest.java +++ b/src/forge/Gui_Quest.java @@ -339,6 +339,8 @@ public class Gui_Quest extends JFrame implements NewConstants{ sb.append("\r\n"); sb.append("Albert Einstein 3 hard Stronger version of the above deck"); sb.append("\r\n"); + sb.append("Bamm Bamm Rubble 1 easy Sloth's easy domain deck, creatures and spells with the Domain ability"); + sb.append("\r\n"); sb.append("Barney Rubble 1 easy Sloth's Sovereigns of Lost Alara deck with walls and auras"); sb.append("\r\n"); sb.append("Barney Rubble 2 medium Sloth's Sovereigns of Lost Alara deck with walls and auras");