- Added Eaten by Spiders.

This commit is contained in:
Sloth
2012-04-26 14:27:31 +00:00
parent eff76c2915
commit 50217dbc0f
2 changed files with 11 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -2577,6 +2577,7 @@ res/cardsfolder/e/earthlore.txt svneol=native#text/plain
res/cardsfolder/e/earthquake.txt svneol=native#text/plain
res/cardsfolder/e/earthshaker.txt svneol=native#text/plain
res/cardsfolder/e/eastern_paladin.txt svneol=native#text/plain
res/cardsfolder/e/eaten_by_spiders.txt -text
res/cardsfolder/e/eater_of_days.txt svneol=native#text/plain
res/cardsfolder/e/eater_of_the_dead.txt -text
res/cardsfolder/e/ebon_dragon.txt svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Eaten by Spiders
ManaCost:2 G
Types:Instant
Text:no text
A:SP$ Destroy | Cost$ 2 G | ValidTgts$ Creature.withFlying | TgtPrompt$ Select target creature with flying | SubAbility$ ChompEquip | RememberTargets$ True | SpellDescription$ Destroy target creature with flying and all Equipment attached to that creature.
SVar:ChompEquip:DB$ DestroyAll | ValidCards$ Remembered.Equipment+Attached | SubAbility$ DBCleanup
SVar:DBCleanup:DB$Cleanup | ClearRemembered$ True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/eaten_by_spiders.jpg
End