- Added Ghosts of the Innocent

This commit is contained in:
moomarc
2013-02-08 13:47:08 +00:00
parent 089963cf33
commit 17ab20313d
2 changed files with 16 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -4028,6 +4028,7 @@ res/cardsfolder/g/ghostly_touch.txt -text
res/cardsfolder/g/ghostly_visit.txt svneol=native#text/plain
res/cardsfolder/g/ghostly_wings.txt svneol=native#text/plain
res/cardsfolder/g/ghosts_of_the_damned.txt svneol=native#text/plain
res/cardsfolder/g/ghosts_of_the_innocent.txt -text
res/cardsfolder/g/ghostway.txt svneol=native#text/plain
res/cardsfolder/g/ghoulcallers_bell.txt -text
res/cardsfolder/g/ghoulcallers_chant.txt -text

View File

@@ -0,0 +1,15 @@
Name:Ghosts of the Innocent
ManaCost:5 W W
Types:Creature Spirit
Text:no text
PT:4/5
R:Event$ DamageDone | ActiveZones$ Battlefield | ValidTarget$ Player,Creature | ReplaceWith$ DmgHalfDown | IsCombat$ False | Description$ If a source would deal damage to a creature or player, it deals half that damage, rounded down, to that creature or player instead.
R:Event$ DamageDone | ActiveZones$ Battlefield | ValidTarget$ Player,Creature | ReplaceWith$ DmgHalfDownCombat | IsCombat$ True | Secondary$ True | Description$ If a source would deal damage to a creature or player, it deals half that damage, rounded down, to that creature or player instead.
SVar:DmgHalfDown:AB$ DealDamage | Cost$ 0 | Defined$ ReplacedTarget | DamageSource$ ReplacedSource | NumDmg$ X | References$ X
SVar:DmgHalfDownCombat:AB$ DealDamage | Cost$ 0 | CombatDamage$ True | Defined$ ReplacedTarget | DamageSource$ ReplacedSource | NumDmg$ X | References$ X
SVar:X:ReplaceCount$DamageAmount/HalfDown
SVar:Picture:http://www.wizards.com/global/images/magic/general/ghosts_of_the_innocent.jpg
SVar:RemAIDeck:True
SetInfo:RAV|Rare|http://magiccards.info/scans/en/rav/20.jpg
Oracle:If a source would deal damage to a creature or player, it deals half that damage, rounded down, to that creature or player instead.
End