From 9da9333f863653223b6f2cf47502466be3ff8dd4 Mon Sep 17 00:00:00 2001 From: jendave Date: Sun, 7 Aug 2011 01:04:21 +0000 Subject: [PATCH] - Added Atomic Robo 3 deck. --- .gitattributes | 1 + res/quest/decks/Atomic Robo 3.dck | 24 +++++++++++++++++++++++ res/quest/hard.txt | 1 + src/forge/quest/gui/main/QuestBattle.java | 2 +- 4 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 res/quest/decks/Atomic Robo 3.dck diff --git a/.gitattributes b/.gitattributes index 449cdcebdc5..53b4a51daf5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8439,6 +8439,7 @@ res/quest/decks/Aquaman[!!-~]1.dck -text res/quest/decks/Aquaman[!!-~]2.dck -text res/quest/decks/Aquaman[!!-~]3.dck -text res/quest/decks/Aragorn[!!-~]2.dck -text +res/quest/decks/Atomic[!!-~]Robo[!!-~]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 diff --git a/res/quest/decks/Atomic Robo 3.dck b/res/quest/decks/Atomic Robo 3.dck new file mode 100644 index 00000000000..148630736c3 --- /dev/null +++ b/res/quest/decks/Atomic Robo 3.dck @@ -0,0 +1,24 @@ +Atomic Robo 3 +[general] +constructed +[main] +4 Phyrexia's Core +4 Polluted Delta +4 Underground Sea +6 Island +1 Swamp +1 Mox Sapphire +1 Mox Jet +4 Thopter Foundry +4 Arcbound Ravager +4 Sword of the Meek +4 Ichor Wellspring +4 Mycosynth Wellspring +4 Junk Diver +4 Myr Retriever +4 Myr Sire +4 Skullclamp +1 Spine of Ish Sah +1 Scrapheap +1 Etherium Astrolabe +[sideboard] diff --git a/res/quest/hard.txt b/res/quest/hard.txt index 3cbfdcc1cd0..8638fc95b43 100644 --- a/res/quest/hard.txt +++ b/res/quest/hard.txt @@ -1,6 +1,7 @@ Abraham Lincoln 3 Albert Einstein 3 Aquaman 3 +Atomic Robo 3 Barney Rubble 3 Bart Simpson 3 Batman 3 diff --git a/src/forge/quest/gui/main/QuestBattle.java b/src/forge/quest/gui/main/QuestBattle.java index c44e56ad88b..a75b05c2b0b 100644 --- a/src/forge/quest/gui/main/QuestBattle.java +++ b/src/forge/quest/gui/main/QuestBattle.java @@ -35,7 +35,7 @@ public class QuestBattle extends QuestSelectablePanel { // addToDeckList("Ash 3", "hard", "WB Oversold Cemetery deck"); // addToDeckList("Atomic Robo 1", "easy", "Artifact Singleton deck"); // addToDeckList("Atomic Robo 2", "medium", "Artifact Singleton deck"); -// addToDeckList("Atomic Robo 3", "hard", "Artifact Standard Constructed deck"); + addToDeckList("Atomic Robo 3", "hard", "UB artifact sacrifice deck with Thopter Foundry and Sword of the Meek"); addToDeckList("Bamm Bamm Rubble 1", "easy", "WUBRG Domain deck"); addToDeckList("Barney Rubble 1", "easy", "WU Sovereigns of Lost Alara deck with walls and auras");