From 4e5b281cdebb0cf7dd5dc5a6b3fa90345dcfe04c Mon Sep 17 00:00:00 2001 From: jendave Date: Sun, 7 Aug 2011 00:21:00 +0000 Subject: [PATCH] - Added Nature's Wrath --- .gitattributes | 1 + res/cardsfolder/natures_wrath.txt | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 res/cardsfolder/natures_wrath.txt diff --git a/.gitattributes b/.gitattributes index 11f201d1114..356c22da2ff 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/cardsfolder/natures_wrath.txt b/res/cardsfolder/natures_wrath.txt new file mode 100644 index 00000000000..88f6fb6f509 --- /dev/null +++ b/res/cardsfolder/natures_wrath.txt @@ -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 \ No newline at end of file