Added Shield Dancer

This commit is contained in:
moomarc
2012-03-28 16:53:47 +00:00
parent 569604129c
commit 364980d700
2 changed files with 18 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -7901,6 +7901,7 @@ res/cardsfolder/s/sheltering_prayers.txt svneol=native#text/plain
res/cardsfolder/s/sheoldred_whispering_one.txt svneol=native#text/plain
res/cardsfolder/s/shepherd_of_rot.txt svneol=native#text/plain
res/cardsfolder/s/shepherd_of_the_lost.txt svneol=native#text/plain
res/cardsfolder/s/shield_dancer.txt -text
res/cardsfolder/s/shield_mate.txt svneol=native#text/plain
res/cardsfolder/s/shield_of_duty_and_reason.txt svneol=native#text/plain
res/cardsfolder/s/shield_of_kaldra.txt svneol=native#text/plain

View File

@@ -0,0 +1,17 @@
Name:Shield Dancer
ManaCost:2 W
Types:Creature Human Rebel
Text:no text
PT:1/3
A:AB$ Effect | Cost$ 2 W | ValidTgts$ Creature.attacking | TgtPrompt$ Select target attacking creature | Name$ Shield Dancing | IsCurse$ True | ReplacementEffects$ DamageShielded | Triggers$ OutOfSight | SVars$ ExileEffect,ReflectDmg,X | RememberObjects$ Targeted | ImprintCards$ Self | AILogic$ Fog | SpellDescription$ The next time target attacking creature would deal combat damage to CARDNAME this turn, that creature deals that damage to itself instead.
SVar:DamageShielded:Event$ DamageDone | CombatDamage$ True | ValidSource$ Card.IsRemembered | ValidTarget$ Card.IsImprinted | ReplaceWith$ ReflectDmg | Description$ The next time the targeted attacking creature would deal combat damage to Shield Dancer this turn, that creature deals that damage to itself instead.
SVar:ReflectDmg:AB$DealDamage | Cost$ 0 | CombatDamage$ True | Defined$ Remembered | DamageSource$ ReplacedSource | NumDmg$ X | SubAbility$ ExileEffect
SVar:X:ReplaceCount$DamageAmount
SVar:OutOfSight:Mode$ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Creature.IsRemembered | Execute$ ExileEffect | Static$ True
SVar:ExileEffect:DB$ ChangeZone | Defined$ Self | Origin$ Battlefield | Destination$ Exile
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/shield_dancer.jpg
SetInfo:PCY|Uncommon|http://magiccards.info/scans/en/pr/23.jpg
Oracle:{2}{W}: The next time target attacking creature would deal combat damage to Shield Dancer this turn, that creature deals that damage to itself instead.
End