mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Added Shape Stealer
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
16
res/cardsfolder/s/shape_stealer.txt
Normal file
16
res/cardsfolder/s/shape_stealer.txt
Normal 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
|
||||
Reference in New Issue
Block a user