mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
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:
15
res/cardsfolder/d/dread_cacodemon.txt
Normal file
15
res/cardsfolder/d/dread_cacodemon.txt
Normal 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
|
||||
Reference in New Issue
Block a user