diff --git a/.gitattributes b/.gitattributes index 779d302c04f..dceb463b8dd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6345,6 +6345,7 @@ res/cardsfolder/stonework_puma.txt -text svneol=native#text/plain res/cardsfolder/stonybrook_angler.txt -text svneol=native#text/plain res/cardsfolder/stonybrook_banneret.txt -text svneol=native#text/plain res/cardsfolder/stonybrook_schoolmaster.txt -text svneol=native#text/plain +res/cardsfolder/storm_cauldron.txt svneol=native#text/plain res/cardsfolder/storm_crow.txt -text svneol=native#text/plain res/cardsfolder/storm_elemental.txt svneol=native#text/plain res/cardsfolder/storm_entity.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/storm_cauldron.txt b/res/cardsfolder/storm_cauldron.txt new file mode 100644 index 00000000000..1307627c355 --- /dev/null +++ b/res/cardsfolder/storm_cauldron.txt @@ -0,0 +1,10 @@ +Name:Storm Cauldron +ManaCost:5 +Types:Artifact +Text:Each player may play an additional land during each of his or her turns. +T:Mode$ TapsForMana | ValidCard$ Land | Execute$ TrigBounce | TriggerZones$ Battlefield | TriggerDescription$ Whenever a land is tapped for mana, return it to its owner's hand. +SVar:TrigBounce:AB$ChangeZone | Cost$ 0 | Origin$ Battlefield | Destination$ Hand | Defined$ TriggeredCard +SVar:RemAIDeck:True +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/storm_cauldron.jpg +End \ No newline at end of file