From 46a3ccf73a516097da6b3af3c8b0827cee4b4ba2 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 05:38:51 +0000 Subject: [PATCH] Added a medium deck centered around indestructible permanents with lots of mass removal called Gimli 2. --- .gitattributes | 1 + res/quest/decks/Gimli 2.dck | 21 +++++++++++++++++++++ res/quest/medium.txt | 1 + src/forge/Gui_Quest.java | 2 ++ 4 files changed, 25 insertions(+) create mode 100644 res/quest/decks/Gimli 2.dck diff --git a/.gitattributes b/.gitattributes index cd9437ec310..72ebe3e4fad 100644 --- a/.gitattributes +++ b/.gitattributes @@ -194,6 +194,7 @@ res/quest/decks/Genghis[!!-~]Khan[!!-~]3.dck -text res/quest/decks/George[!!-~]of[!!-~]the[!!-~]Jungle[!!-~]1.dck -text res/quest/decks/George[!!-~]of[!!-~]the[!!-~]Jungle[!!-~]2.dck -text res/quest/decks/George[!!-~]of[!!-~]the[!!-~]Jungle[!!-~]3.dck -text +res/quest/decks/Gimli[!!-~]2.dck -text res/quest/decks/Gold[!!-~]Finger[!!-~]3.dck -text res/quest/decks/Grampa[!!-~]Simpson[!!-~]1.dck -text res/quest/decks/Grampa[!!-~]Simpson[!!-~]2.dck -text diff --git a/res/quest/decks/Gimli 2.dck b/res/quest/decks/Gimli 2.dck new file mode 100644 index 00000000000..35b31c02b5d --- /dev/null +++ b/res/quest/decks/Gimli 2.dck @@ -0,0 +1,21 @@ +Gimli 2 +[general] +constructed +[main] +5 Swamp +5 Plains +4 Scrubland +4 Arcane Sanctum +4 Darksteel Citadel +4 Darksteel Ingot +4 Darksteel Gargoyle +4 Stuffy Doll +4 Phylactery Lich +1 Konda, Lord of Eiganjo +1 Sapling of Colfenor +4 Wrath of God +4 Damnation +4 Day of Judgment +4 Planar Cleansing +4 Akroma's Vengeance +[sideboard] diff --git a/res/quest/medium.txt b/res/quest/medium.txt index ef823059c2b..037866ad1c8 100644 --- a/res/quest/medium.txt +++ b/res/quest/medium.txt @@ -15,6 +15,7 @@ Galadriel 2 Galahad 2 Genghis Khan 2 George of the Jungle 2 +Gimli 2 Grampa Simpson 2 Harry Potter 2 Homer Simpson 2 diff --git a/src/forge/Gui_Quest.java b/src/forge/Gui_Quest.java index d4342b1e696..78f99439fa7 100644 --- a/src/forge/Gui_Quest.java +++ b/src/forge/Gui_Quest.java @@ -457,6 +457,8 @@ public class Gui_Quest extends JFrame implements NewConstants{ sb.append("\r\n"); sb.append("George of the Jungle 3 hard Belligerent Hatchling, Battlegate Mimic, Ajani Vengeant + many RW spells"); sb.append("\r\n"); + sb.append("Gimli 2 medium indestructible permanents with lots of mass removal"); + sb.append("\r\n"); sb.append("Gold Finger 3 hard Rares' U control deck, various counter spells and Serra Sphinx + Memnarch"); sb.append("\r\n"); sb.append("Grampa Simpson 1 easy Sloth' double strike deck, various equipments and auras");