- 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

1
.gitattributes vendored
View File

@@ -4601,6 +4601,7 @@ res/cardsfolder/l/lotus_guardian.txt svneol=native#text/plain
res/cardsfolder/l/lotus_petal.txt svneol=native#text/plain
res/cardsfolder/l/lotus_vale.txt svneol=native#text/plain
res/cardsfolder/l/lovisa_coldeyes.txt svneol=native#text/plain
res/cardsfolder/l/lowland_basilisk.txt -text svneol=unset#text/plain
res/cardsfolder/l/lowland_giant.txt svneol=native#text/plain
res/cardsfolder/l/lowland_oaf.txt -text
res/cardsfolder/l/loxodon_anchorite.txt svneol=native#text/plain

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