From d78f9a5a56554023d881bdec08efe00a7dd2be07 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 05:55:41 +0000 Subject: [PATCH] - Added Aragorn 2 a WBRG Landfall deck. - Added AntiBuffedBy to two more cards. --- .gitattributes | 1 + res/cards.txt | 2 ++ res/quest/decks/Aragorn 2.dck | 34 ++++++++++++++++++++++++++++++++++ res/quest/medium.txt | 1 + src/forge/Gui_Quest.java | 2 ++ 5 files changed, 40 insertions(+) create mode 100644 res/quest/decks/Aragorn 2.dck diff --git a/.gitattributes b/.gitattributes index 06257f6d111..ef96675c1a9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -137,6 +137,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/Aragorn[!!-~]2.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/cards.txt b/res/cards.txt index 42473200dcc..28f3b9b8582 100644 --- a/res/cards.txt +++ b/res/cards.txt @@ -13605,6 +13605,7 @@ All Sliver creatures have haste. 1/1 SVar:PlayMain1:TRUE SVar:BuffedBy:Sliver +SVar:AntiBuffedBy:Sliver SVar:Rarity:Common SVar:Picture:http://www.wizards.com/global/images/magic/general/heart_sliver.jpg @@ -23787,6 +23788,7 @@ Creature Sliver All Slivers have haste. 2/2 SVar:PlayMain1:TRUE +SVar:AntiBuffedBy:Sliver SVar:Rarity:Common SVar:Picture:http://www.wizards.com/global/images/magic/general/reflex_sliver.jpg diff --git a/res/quest/decks/Aragorn 2.dck b/res/quest/decks/Aragorn 2.dck new file mode 100644 index 00000000000..a361da525be --- /dev/null +++ b/res/quest/decks/Aragorn 2.dck @@ -0,0 +1,34 @@ +Aragorn 2 +[general] +constructed +[main] +1 Forest +4 Taiga +4 Bayou +4 Savannah +3 Scrubland +4 Undiscovered Paradise +1 Reflecting Pool +4 Forbidden Orchard +1 Hagra Crocodile +1 Adventuring Gear +2 Khalni Heart Expedition +1 Eternity Vessel +1 Bloodghast +1 Territorial Baloth +2 Plated Geopede +2 Hedron Rover +2 Steppe Lynx +1 Avenger of Zendikar +2 Emeria Angel +2 Ior Ruin Expedition +1 Ob Nixilis, the Fallen +1 Rampaging Baloths +1 Baloth Woodcrasher +2 Surrakar Marauder +4 Grazing Gladehart +2 Seer's Sundial +2 Fledgling Griffin +2 Vinelasher Kudzu +1 Dune-Brood Nephilim +[sideboard] diff --git a/res/quest/medium.txt b/res/quest/medium.txt index 1e80bbd2f2f..11d0506b560 100644 --- a/res/quest/medium.txt +++ b/res/quest/medium.txt @@ -1,4 +1,5 @@ Albert Einstein 2 +Aragorn 2 Barney Rubble 2 Bart Simpson 2 Buffy 2 diff --git a/src/forge/Gui_Quest.java b/src/forge/Gui_Quest.java index d1ffb452a50..5c8f2943d0b 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("Aragorn 2 medium WBRG Landfall deck"); + sb.append("\r\n"); sb.append("Bamm Bamm Rubble 1 easy WUBRG domain deck, creatures and spells with the Domain ability"); sb.append("\r\n"); sb.append("Barney Rubble 1 easy WU Sovereigns of Lost Alara deck with walls and auras");