Added Coal Stoker

Added Dread Cacodemon
Added Hypnox
Added Reiver Demon
Updated Furnace Dragon and Iname as One to check for 'cast from hand' restriction.
Ran Oracle and set info scripts.
This commit is contained in:
moomarc
2012-01-03 15:13:20 +00:00
parent 0e840f0ff7
commit 642b51f38a
8 changed files with 74 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
Name:Dread Cacodemon
ManaCost:7 B B B
Types:Creature Demon
Text:no text
PT:8/8
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Hand | Destination$ Stack | Static$ True | DelayedTrigger$ CastFromHand | TriggerDescription$ When CARDNAME enters the battlefield, if you cast it from your hand, destroy all creatures your opponents control, then tap all other creatures you control.
SVar:CastFromHand:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Stack | Destination$ Battlefield | Execute$ TrigDestroy | TriggerDescription$ When CARDNAME enters the battlefield, if you cast it from your hand, destroy all creatures your opponents control, then tap all other creatures you control.
SVar:TrigDestroy:AB$ DestroyAll | Cost$ 0 | ValidCards$ Creature.YouDontCtrl | SubAbility$ DBTapAll
SVar:DBTapAll:DB$TapAll | ValidCards$ Creature.YouCtrl+Other
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/dread_cacodemon.jpg
SetInfo:COM|Rare|http://magiccards.info/scans/en/cmd/79.jpg
Oracle:When Dread Cacodemon enters the battlefield, if you cast it from your hand, destroy all creatures your opponents control, then tap all other creatures you control.
End