mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +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/c/coal_stoker.txt
Normal file
15
res/cardsfolder/c/coal_stoker.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
Name:Coal Stoker
|
||||
ManaCost:3 R
|
||||
Types:Creature Elemental
|
||||
Text:no text
|
||||
PT:3/3
|
||||
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, add R R R to your mana pool.
|
||||
SVar:CastFromHand:Mode$ ChangesZone | Origin$ Stack | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMana | TriggerDescription$ When CARDNAME enters the battlefield, if you cast it from your hand, add R R R to your mana pool.
|
||||
SVar:TrigMana:AB$Mana | Cost$ 0 | Produced$ R | Amount$ 3
|
||||
SVar:RemRandomDeck:True
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/coal_stoker.jpg
|
||||
SetInfo:TSP|Common|http://magiccards.info/scans/en/ts/150.jpg
|
||||
Oracle:When Coal Stoker enters the battlefield, if you cast it from your hand, add {R}{R}{R} to your mana pool.
|
||||
End
|
||||
Reference in New Issue
Block a user