- Added Lowland Basilisk

This commit is contained in:
jeffwadsworth
2011-10-04 23:43:09 +00:00
parent 97389a72fa
commit 44c727a541
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Name:Lowland Basilisk
ManaCost:2 G
Types:Creature Basilisk
Text:no text
PT:1/3
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Creature | TriggerZones$ Battlefield | DelayedTrigger$ DelTrig | TriggerDescription$ Whenever CARDNAME deals damage to a creature, destroy that creature at end of combat.
SVar:DelTrig:Mode$ Phase | Phase$ EndCombat | ValidPlayer$ Each | Execute$ TrigDestroy | TriggerDescription$ Destroy damaged creature at end of combat.
SVar:TrigDestroy:AB$Destroy | Cost$ 0 | Defined$ TriggeredTarget
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/lowland_basilisk.jpg
End