Erwan
- Fix symbiotic beasts in ONS. IMPORTANT NOTE: the trigger keyword is @movedTo, not @moved ;)
This commit is contained in:
@@ -806,8 +806,8 @@ rarity=R
|
|||||||
mana={2}{B}
|
mana={2}{B}
|
||||||
type=Creature
|
type=Creature
|
||||||
subtype=Zombie Cleric
|
subtype=Zombie Cleric
|
||||||
auto=@moved(this|graveyard) from(battlefield):token(Zombie,creature token Zombie, 2/2,black)
|
auto=@movedTo(this|graveyard) from(battlefield):token(Zombie,creature token Zombie, 2/2,black)
|
||||||
auto=@moved(other cleric|graveyard) from(battlefield):token(Zombie,creature token Zombie, 2/2,black)
|
auto=@movedTo(other cleric|graveyard) from(battlefield):token(Zombie,creature token Zombie, 2/2,black)
|
||||||
power=2
|
power=2
|
||||||
toughness=2
|
toughness=2
|
||||||
[/card]
|
[/card]
|
||||||
@@ -991,7 +991,7 @@ rarity=U
|
|||||||
mana={4}{G}{G}
|
mana={4}{G}{G}
|
||||||
type=Creature
|
type=Creature
|
||||||
subtype=Insect Beast
|
subtype=Insect Beast
|
||||||
auto=@moved(this|graveyard) from(battlefield):token(Insect,creature token insect, 1/1,green)*4
|
auto=@movedTo(this|graveyard) from(battlefield):token(Insect,creature token insect, 1/1,green)*4
|
||||||
power=4
|
power=4
|
||||||
toughness=4
|
toughness=4
|
||||||
[/card]
|
[/card]
|
||||||
@@ -1003,7 +1003,7 @@ rarity=C
|
|||||||
mana={3}{G}
|
mana={3}{G}
|
||||||
type=Creature
|
type=Creature
|
||||||
subtype=Elf
|
subtype=Elf
|
||||||
auto=@moved(this|graveyard) from(battlefield):token(Insect,creature token insect, 1/1,green)*2
|
auto=@movedTo(this|graveyard) from(battlefield):token(Insect,creature token insect, 1/1,green)*2
|
||||||
power=2
|
power=2
|
||||||
toughness=2
|
toughness=2
|
||||||
[/card]
|
[/card]
|
||||||
@@ -1015,7 +1015,7 @@ rarity=R
|
|||||||
mana={5}{G}{G}{G}
|
mana={5}{G}{G}{G}
|
||||||
type=Creature
|
type=Creature
|
||||||
subtype=Wurm
|
subtype=Wurm
|
||||||
auto=@moved(this|graveyard) from(battlefield):token(Insect,creature token insect, 1/1,green)*7
|
auto=@movedTo(this|graveyard) from(battlefield):token(Insect,creature token insect, 1/1,green)*7
|
||||||
power=7
|
power=7
|
||||||
toughness=7
|
toughness=7
|
||||||
[/card]
|
[/card]
|
||||||
|
|||||||
@@ -235,6 +235,7 @@ steelclad_serpent2.txt
|
|||||||
stillmoon_cavalier.txt
|
stillmoon_cavalier.txt
|
||||||
stronghold_discipline.txt
|
stronghold_discipline.txt
|
||||||
sword_to_plowshares.txt
|
sword_to_plowshares.txt
|
||||||
|
symbiotic_wurm.txt
|
||||||
telekinetic_sliver.txt
|
telekinetic_sliver.txt
|
||||||
terror.txt
|
terror.txt
|
||||||
terror2.txt
|
terror2.txt
|
||||||
|
|||||||
@@ -0,0 +1,15 @@
|
|||||||
|
#Bug: two akron legionnaires on your side, non can attack
|
||||||
|
[INIT]
|
||||||
|
FIRSTMAIN
|
||||||
|
[PLAYER1]
|
||||||
|
hand:symbiotic wurm
|
||||||
|
manapool:{5}{G}{G}{G}
|
||||||
|
[PLAYER2]
|
||||||
|
[DO]
|
||||||
|
symbiotic wurm
|
||||||
|
[ASSERT]
|
||||||
|
FIRSTMAIN
|
||||||
|
[PLAYER1]
|
||||||
|
inplay:symbiotic wurm
|
||||||
|
[PLAYER2]
|
||||||
|
[END]
|
||||||
Reference in New Issue
Block a user