- Added Nature's Wrath

This commit is contained in:
jendave
2011-08-07 00:21:00 +00:00
parent f644ac8a47
commit 4e5b281cde
2 changed files with 14 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -4684,6 +4684,7 @@ res/cardsfolder/natures_resurgence.txt -text svneol=native#text/plain
res/cardsfolder/natures_revolt.txt svneol=native#text/plain
res/cardsfolder/natures_ruin.txt -text svneol=native#text/plain
res/cardsfolder/natures_spiral.txt -text svneol=native#text/plain
res/cardsfolder/natures_wrath.txt -text svneol=native#text/plain
res/cardsfolder/nausea.txt -text svneol=native#text/plain
res/cardsfolder/naya_battlemage.txt -text svneol=native#text/plain
res/cardsfolder/naya_hushblade.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,13 @@
Name:Nature's Wrath
ManaCost:4 G G
Types:Enchantment
Text:no text
K:At the beginning of your upkeep, sacrifice CARDNAME unless you pay G
T:Mode$ ChangesZone | ValidCard$ Island,Card.Blue | Origin$ Any | Destination$ Battlefield | TriggerZones$ Battlefield | Execute$ TrigSacrificeBlue | TriggerDescription$ Whenever a player puts an Island or blue permanent onto the battlefield, he or she sacrifices an Island or blue permanent.
SVar:TrigSacrificeBlue:AB$Sacrifice | Cost$ 0 | Defined$ TriggeredCardController | SacValid$ Island,Card.Blue | SacMessage$ Island or a blue permanent
T:Mode$ ChangesZone | ValidCard$ Swamp,Card.Black | Origin$ Any | Destination$ Battlefield | TriggerZones$ Battlefield | Execute$ TrigSacrificeBlack | TriggerDescription$ Whenever a player puts an Swamp or black permanent onto the battlefield, he or she sacrifices an Swamp or black permanent.
SVar:TrigSacrificeBlack:AB$Sacrifice | Cost$ 0 | Defined$ TriggeredCardController | SacValid$ Swamp,Card.Black | SacMessage$ Swamp or a black permanent
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/natures_wrath.jpg
End