diff --git a/.gitattributes b/.gitattributes index 86346af3a6d..941766d2c2e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7815,6 +7815,7 @@ res/cardsfolder/s/shambling_shell.txt svneol=native#text/plain res/cardsfolder/s/shambling_strider.txt svneol=native#text/plain res/cardsfolder/s/shanodin_dryads.txt svneol=native#text/plain res/cardsfolder/s/shape_anew.txt -text +res/cardsfolder/s/shape_stealer.txt -text svneol=unset#text/plain res/cardsfolder/s/shaper_guildmage.txt svneol=native#text/plain res/cardsfolder/s/shapeshifter.txt svneol=native#text/plain res/cardsfolder/s/shard_convergence.txt svneol=native#text/plain diff --git a/res/cardsfolder/s/shape_stealer.txt b/res/cardsfolder/s/shape_stealer.txt new file mode 100644 index 00000000000..b350e0b32fc --- /dev/null +++ b/res/cardsfolder/s/shape_stealer.txt @@ -0,0 +1,16 @@ +Name:Shape Stealer +ManaCost:U U +Types:Creature Shapeshifter Spirit +Text:no text +PT:1/1 +T:Mode$ Blocks | ValidCard$ Card.Self | ValidBlocked$ Creature | Execute$ TrigAnimateBlocker | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME blocks or becomes blocked by a creature, change CARDNAME's power and toughness to that creature's power and toughness until end of turn. +T:Mode$ Blocks | ValidCard$ Creature | ValidBlocked$ Card.Self | Execute$ TrigAnimateAttacker | TriggerZones$ Battlefield | Secondary$ True | TriggerDescription$ Whenever CARDNAME blocks or becomes blocked by a creature, change CARDNAME's power and toughness to that creature's power and toughness until end of turn. +SVar:TrigAnimateBlocker:AB$ Animate | Cost$ 0 | Power$ W | Toughness$ X +SVar:TrigAnimateAttacker:AB$ Animate | Cost$ 0 | Power$ Y | Toughness$ Z +SVar:W:TriggeredAttacker$CardPower +SVar:X:TriggeredAttacker$CardToughness +SVar:Y:TriggeredBlocker$CardPower +SVar:Z:TriggeredBlocker$CardToughness +SVar:Rarity:Uncommon +SVar:Picture::http://www.wizards.com/global/images/magic/general/shape_stealer.jpg +End \ No newline at end of file