mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
fix golem token
This commit is contained in:
@@ -3,9 +3,9 @@ ManaCost:1 R W
|
||||
Types:Legendary Creature Human Soldier
|
||||
PT:3/1
|
||||
K:Hexproof:Card.MonoColor:monocolored
|
||||
T:Mode$ SpellCast | ValidCard$ Card.MultiColor | ValidActivatingPlayer$ You | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a multicolored spell, create a 4/4 red and white Golem creature token.
|
||||
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenOwner$ You | TokenScript$ rw_4_4_golem
|
||||
T:Mode$ SpellCast | ValidCard$ Card.MultiColor | ValidActivatingPlayer$ You | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a multicolored spell, create a 4/4 red and white Golem artifact creature token.
|
||||
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenOwner$ You | TokenScript$ rw_4_4_a_golem
|
||||
AI:RemoveDeck:Random
|
||||
SVar:BuffedBy:Card.MultiColor
|
||||
DeckHas:Ability$Token
|
||||
Oracle:Hexproof from monocolored (This creature can't be the target of monocolored spells or abilities your opponents control.)\nWhenever you cast a multicolored spell, create a 4/4 red and white Golem creature token.
|
||||
Oracle:Hexproof from monocolored (This creature can't be the target of monocolored spells or abilities your opponents control.)\nWhenever you cast a multicolored spell, create a 4/4 red and white Golem artifact creature token.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name:Golem
|
||||
Types:Creature Golem
|
||||
Types:Artifact Creature Golem
|
||||
Colors:red,white
|
||||
ManaCost:no cost
|
||||
PT:4/4
|
||||
Reference in New Issue
Block a user