- Added Shape Stealer

This commit is contained in:
jeffwadsworth
2012-03-11 23:33:55 +00:00
parent 23e14c0cc5
commit 7b250089fa
2 changed files with 17 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -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/shambling_strider.txt svneol=native#text/plain
res/cardsfolder/s/shanodin_dryads.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_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/shaper_guildmage.txt svneol=native#text/plain
res/cardsfolder/s/shapeshifter.txt svneol=native#text/plain res/cardsfolder/s/shapeshifter.txt svneol=native#text/plain
res/cardsfolder/s/shard_convergence.txt svneol=native#text/plain res/cardsfolder/s/shard_convergence.txt svneol=native#text/plain

View File

@@ -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