mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Added Nature's Wrath
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
13
res/cardsfolder/natures_wrath.txt
Normal file
13
res/cardsfolder/natures_wrath.txt
Normal 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
|
||||
Reference in New Issue
Block a user