- Added Aragorn 2 a WBRG Landfall deck.

- Added AntiBuffedBy to two more cards.
This commit is contained in:
jendave
2011-08-06 05:55:41 +00:00
parent 488776cdf3
commit d78f9a5a56
5 changed files with 40 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -137,6 +137,7 @@ res/quest/common.txt -text svneol=native#text/plain
res/quest/decks/Abraham[!!-~]Lincoln[!!-~]3.dck -text res/quest/decks/Abraham[!!-~]Lincoln[!!-~]3.dck -text
res/quest/decks/Albert[!!-~]Einstein[!!-~]2.dck -text res/quest/decks/Albert[!!-~]Einstein[!!-~]2.dck -text
res/quest/decks/Albert[!!-~]Einstein[!!-~]3.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/Bamm[!!-~]Bamm[!!-~]Rubble[!!-~]1.dck -text
res/quest/decks/Barney[!!-~]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[!!-~]2.dck -text

View File

@@ -13605,6 +13605,7 @@ All Sliver creatures have haste.
1/1 1/1
SVar:PlayMain1:TRUE SVar:PlayMain1:TRUE
SVar:BuffedBy:Sliver SVar:BuffedBy:Sliver
SVar:AntiBuffedBy:Sliver
SVar:Rarity:Common SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/heart_sliver.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/heart_sliver.jpg
@@ -23787,6 +23788,7 @@ Creature Sliver
All Slivers have haste. All Slivers have haste.
2/2 2/2
SVar:PlayMain1:TRUE SVar:PlayMain1:TRUE
SVar:AntiBuffedBy:Sliver
SVar:Rarity:Common SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/reflex_sliver.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/reflex_sliver.jpg

View File

@@ -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]

View File

@@ -1,4 +1,5 @@
Albert Einstein 2 Albert Einstein 2
Aragorn 2
Barney Rubble 2 Barney Rubble 2
Bart Simpson 2 Bart Simpson 2
Buffy 2 Buffy 2

View File

@@ -339,6 +339,8 @@ public class Gui_Quest extends JFrame implements NewConstants{
sb.append("\r\n"); sb.append("\r\n");
sb.append("Albert Einstein 3 hard Stronger version of the above deck"); sb.append("Albert Einstein 3 hard Stronger version of the above deck");
sb.append("\r\n"); 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("Bamm Bamm Rubble 1 easy WUBRG domain deck, creatures and spells with the Domain ability");
sb.append("\r\n"); sb.append("\r\n");
sb.append("Barney Rubble 1 easy WU Sovereigns of Lost Alara deck with walls and auras"); sb.append("Barney Rubble 1 easy WU Sovereigns of Lost Alara deck with walls and auras");