From b722d9d1f91cdab9b76f30b495fa1e76959118c1 Mon Sep 17 00:00:00 2001 From: jendave Date: Sun, 7 Aug 2011 00:16:59 +0000 Subject: [PATCH] - Added Electro 2 by Corwin. --- .gitattributes | 1 + res/quest/decks/Electro 2.dck | 43 +++++++++++++++++++++++ res/quest/medium.txt | 1 + src/forge/quest/gui/main/QuestBattle.java | 1 + 4 files changed, 46 insertions(+) create mode 100644 res/quest/decks/Electro 2.dck diff --git a/.gitattributes b/.gitattributes index d65d6c306fe..3ebe8a9bfb1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8395,6 +8395,7 @@ res/quest/decks/Doc[!!-~]Holiday[!!-~]3.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/Electro[!!-~]2.dck -text res/quest/decks/Electro[!!-~]3.dck -text res/quest/decks/Elrond[!!-~]1.dck -text res/quest/decks/Elrond[!!-~]2.dck -text diff --git a/res/quest/decks/Electro 2.dck b/res/quest/decks/Electro 2.dck new file mode 100644 index 00000000000..27f1975575d --- /dev/null +++ b/res/quest/decks/Electro 2.dck @@ -0,0 +1,43 @@ +Electro 2 +[general] +constructed +[main] +1 Lightning Bolt|M11 +2 Mountain|MBS +2 Drumhunter|ALA +1 Rumbling Slum|GPT +1 Journey to Nowhere|ZEN +2 Plateau|3ED +2 Druid of the Anima|ALA +1 Mycoid Shepherd|ARB +1 Mosstodon|ALA +2 Stomping Ground|GPT +1 Fires of Yavimaya|INV +1 Cliffrunner Behemoth|CFX +2 Mighty Emergence|ALA +1 Leyline of Vitality|M11 +1 Rakeclaw Gargantuan|ALA +1 Oust|ROE +2 Forest|MBS +1 Spellbreaker Behemoth|ARB +2 Savannah|3ED +4 Jungle Shrine|ALA +1 Relic Crush|ZEN +2 Sacred Foundry|RAV +2 Exuberant Firestoker|ALA +1 Kranioceros|CFX +2 Taiga|3ED +2 Where Ancients Tread|ALA +2 Lightning Helix|RAV +2 Plains|MBS +1 Kavu Lair|INV +1 Enlisted Wurm|ARB +1 Incurable Ogre|ALA +1 Rith, the Awakener|INV +2 Temple Garden|RAV +1 Reborn Hope|ARB +2 Sunseed Nurturer|ALA +2 Rampant Growth|M10 +2 Woolly Thoctar|ALA +2 Reflecting Pool|SHM +[sideboard] diff --git a/res/quest/medium.txt b/res/quest/medium.txt index 58f7114d157..e06fa685569 100644 --- a/res/quest/medium.txt +++ b/res/quest/medium.txt @@ -15,6 +15,7 @@ Darrin Stephens 2 Deadpool 2 Dino 2 Doc Holiday 2 +Electro 2 Elrond 2 Endora 2 Eomer 2 diff --git a/src/forge/quest/gui/main/QuestBattle.java b/src/forge/quest/gui/main/QuestBattle.java index 7823a7e63ca..00521575229 100644 --- a/src/forge/quest/gui/main/QuestBattle.java +++ b/src/forge/quest/gui/main/QuestBattle.java @@ -113,6 +113,7 @@ public class QuestBattle extends QuestSelectablePanel { addToDeckList("Dr No 3", "hard", "WUB Combo & Control deck with The Rack, Balance, Propaganda and discard spells"); addToDeckList("Dr Strangelove 3", "hard", "Mono U Sanity Grinding deck"); + addToDeckList("Electro 2", "medium", "WRG Naya deck with creatures with power 5 or greater"); addToDeckList("Electro 3", "hard", "WRG Naya deck with creatures with power 5 or greater"); addToDeckList("Elrond 1", "easy", "WG Aura deck with Rabid Wombat"); addToDeckList("Elrond 2", "medium", "RGW Aura deck with Rabid Wombat");