mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
- Added Aragorn 2 a WBRG Landfall deck.
- Added AntiBuffedBy to two more cards.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
34
res/quest/decks/Aragorn 2.dck
Normal file
34
res/quest/decks/Aragorn 2.dck
Normal 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]
|
||||
@@ -1,4 +1,5 @@
|
||||
Albert Einstein 2
|
||||
Aragorn 2
|
||||
Barney Rubble 2
|
||||
Bart Simpson 2
|
||||
Buffy 2
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user