diff --git a/.gitattributes b/.gitattributes index c9ec77ec19e..fcdcd6014a2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6770,6 +6770,7 @@ res/cardsfolder/torment.txt -text svneol=native#text/plain res/cardsfolder/tormented_angel.txt -text svneol=native#text/plain res/cardsfolder/tormods_crypt.txt -text svneol=native#text/plain res/cardsfolder/torpor_dust.txt -text svneol=native#text/plain +res/cardsfolder/torrent_of_fire.txt -text svneol=native#text/plain res/cardsfolder/torsten_von_ursus.txt -text svneol=native#text/plain res/cardsfolder/tortoise_formation.txt -text svneol=native#text/plain res/cardsfolder/torture.txt -text svneol=native#text/plain @@ -7456,6 +7457,7 @@ res/cardsfolder/wolfbriar_elemental.txt -text svneol=native#text/plain res/cardsfolder/wolverine_pack.txt -text svneol=native#text/plain res/cardsfolder/wonder.txt -text svneol=native#text/plain res/cardsfolder/wood_elves.txt -text svneol=native#text/plain +res/cardsfolder/woodcloaker.txt -text svneol=native#text/plain res/cardsfolder/wooded_bastion.txt -text svneol=native#text/plain res/cardsfolder/wooded_foothills.txt -text svneol=native#text/plain res/cardsfolder/wooden_sphere.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/torrent_of_fire.txt b/res/cardsfolder/torrent_of_fire.txt new file mode 100644 index 00000000000..92df9b10f02 --- /dev/null +++ b/res/cardsfolder/torrent_of_fire.txt @@ -0,0 +1,9 @@ +Name:Torrent of Fire +ManaCost:3 R R +Types:Sorcery +Text:no text +A:SP$ DealDamage | Cost$ 3 R R | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | NumDmg$ X | SpellDescription$ CARDNAME deals damage equal to the highest converted mana cost among permanents you control to target creature or player. +SVar:X:Count$MaxCMCYouCtrl +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/torrent_of_fire.jpg +End \ No newline at end of file diff --git a/res/cardsfolder/woodcloaker.txt b/res/cardsfolder/woodcloaker.txt new file mode 100644 index 00000000000..a60466612cb --- /dev/null +++ b/res/cardsfolder/woodcloaker.txt @@ -0,0 +1,11 @@ +Name:Woodcloaker +ManaCost:5 G +Types:Creature Elf +Text:no text +PT:3/3 +K:Morph:2 G G +T:Mode$ TurnFaceUp | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ When CARDNAME is turned face up, target creature gains trample until end of turn. +SVar:TrigPump:AB$Pump | Cost$ 0 | ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ Trample +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/woodcloaker.jpg +End \ No newline at end of file