revised token id (tnum:num parameter)
this should not conflict like earlier version.
ex:
[card]
name=Fable of Wolf and Owl
auto=@movedTo(*[green]|mystack):may token(Wolf,Creature
Wolf,2/2,green,tnum:11)
auto=@movedTo(*[blue]|mystack):may token(Bird,Creature
Bird,1/1,flying,blue,tnum:12)
text=Whenever you cast a green spell, you may put a 2/2 green Wolf
creature token onto the battlefield. -- Whenever you cast a blue spell,
you may put a 1/1 blue Bird creature token with flying onto the
battlefield.
mana={3}{GU}{GU}{GU}
type=Enchantment
[/card]
tnum uses -source id & tnum (concatenated)
This commit is contained in:
@@ -35313,8 +35313,8 @@ toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Fable of Wolf and Owl
|
||||
auto=@movedTo(*[green]|mystack):may token(-15208711)
|
||||
auto=@movedTo(*[blue]|mystack):may token(-15208712)
|
||||
auto=@movedTo(*[green]|mystack):may token(Wolf,Creature Wolf,2/2,green,tnum:11)
|
||||
auto=@movedTo(*[blue]|mystack):may token(Bird,Creature Bird,1/1,flying,blue,tnum:12)
|
||||
text=Whenever you cast a green spell, you may put a 2/2 green Wolf creature token onto the battlefield. -- Whenever you cast a blue spell, you may put a 1/1 blue Bird creature token with flying onto the battlefield.
|
||||
mana={3}{GU}{GU}{GU}
|
||||
type=Enchantment
|
||||
|
||||
Reference in New Issue
Block a user