mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
*Fixed Chancellor of the Forge's opening hand token not having haste.
This commit is contained in:
@@ -4,7 +4,7 @@ Types:Creature Giant
|
||||
Text:You may reveal this card from your opening hand. If you do, at the beginning of the first upkeep, put a 1/1 red Goblin creature token with haste onto the battlefield.
|
||||
PT:5/5
|
||||
T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ EffMassToken | TriggerDescription$ When CARDNAME enters the battlefield, put X 1/1 red Goblin creature tokens with haste onto the battlefield, where X is the number of creatures you control.
|
||||
SVar:EffMassToken:AB$ Token | Cost$ 0 | TokenAmount$ X | TokenOwner$ You | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1
|
||||
SVar:EffMassToken:AB$ Token | Cost$ 0 | TokenAmount$ X | TokenOwner$ You | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Haste
|
||||
SVar:X:Count$Valid Creature.YouCtrl
|
||||
K:MayEffectFromOpeningHand:TokenOnUpkeep
|
||||
SVar:TokenOnUpkeep:AB$ Effect | Cost$ 0 | Triggers$ TrigToken,TrigRemoveMe | SVars$ EffToken,RemoveMe | Name$ Chancellor of the Forge effect.
|
||||
|
||||
Reference in New Issue
Block a user