mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
*Added wasCastFrom<Zone> card property. It is set when the card is moved to the stack and cleared whenever it is moved anywhere else except from the stack to the battlefield(for Myojins,Phage,Iname, Epochrasite etc...)
*Added wasNotCastFrom<Zone> as well, doi. *Added Count$wasCastFrom<Zone>.<truevalue>.<falsevalue> *Converted Burning Vengeance Coal Stoker Dread Cacodemon Furnace Dragon Hypnox Iname as One Myojin of Cleansing Fire Myojin of Infinite Rage Myojin of Life's Web Myojin of Night's Reach Myojin of Seeing Winds Reiver Demon
This commit is contained in:
@@ -3,8 +3,7 @@ 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.
|
||||
T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.wasCastFromHand+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:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/coal_stoker.jpg
|
||||
|
||||
Reference in New Issue
Block a user