Added Shimmer Myr and a test for 'forcedalive'.
This commit is contained in:
@@ -57539,6 +57539,17 @@ mana={2}{U}{U}
|
|||||||
type=Enchantment
|
type=Enchantment
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
name=Shimmer Myr
|
||||||
|
abilities=flash
|
||||||
|
auto=lord(artifact|myhand) flash forcedalive
|
||||||
|
text=Flash -- You may cast artifact cards as though they had flash.
|
||||||
|
mana={3}
|
||||||
|
type=Artifact Creature
|
||||||
|
subtype=Myr
|
||||||
|
power=2
|
||||||
|
toughness=2
|
||||||
|
[/card]
|
||||||
|
[card]
|
||||||
name=Shimmering Barrier
|
name=Shimmering Barrier
|
||||||
auto=defender,first strike
|
auto=defender,first strike
|
||||||
autohand={2}:cycling
|
autohand={2}:cycling
|
||||||
|
|||||||
@@ -20130,15 +20130,6 @@ power=4
|
|||||||
toughness=4
|
toughness=4
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
name=Shimmer Myr
|
|
||||||
text=Flash -- You may cast artifact cards as though they had flash.
|
|
||||||
mana={3}
|
|
||||||
type=Artifact Creature
|
|
||||||
subtype=Myr
|
|
||||||
power=2
|
|
||||||
toughness=2
|
|
||||||
[/card]
|
|
||||||
[card]
|
|
||||||
name=Shimmering Efreet
|
name=Shimmering Efreet
|
||||||
text=Flying -- Phasing (This phases in or out before you untap during each of your untap steps. While it's phased out, it's treated as though it doesn't exist.) -- Whenever Shimmering Efreet phases in, target creature phases out. (It phases in before its controller untaps during his or her next untap step.)
|
text=Flying -- Phasing (This phases in or out before you untap during each of your untap steps. While it's phased out, it's treated as though it doesn't exist.) -- Whenever Shimmering Efreet phases in, target creature phases out. (It phases in before its controller untaps during his or her next untap step.)
|
||||||
mana={2}{U}
|
mana={2}{U}
|
||||||
|
|||||||
@@ -517,6 +517,7 @@ skullcage7_i239.txt
|
|||||||
skullclamp.txt
|
skullclamp.txt
|
||||||
skullclamp2_i439.txt
|
skullclamp2_i439.txt
|
||||||
shepherd_of_rot.txt
|
shepherd_of_rot.txt
|
||||||
|
shimmer_myr_FORCEDALIVE.txt
|
||||||
shivan_hellkite.txt
|
shivan_hellkite.txt
|
||||||
shock.txt
|
shock.txt
|
||||||
shock2.txt
|
shock2.txt
|
||||||
|
|||||||
@@ -0,0 +1,26 @@
|
|||||||
|
#Testing "forcedalive" (example: Shimmer Myr).
|
||||||
|
#You may cast artifact cards as though they had flash.
|
||||||
|
#"forcedalive" guarantees that Shimmer Myr's effect lasts only till it leaves the battlefield.
|
||||||
|
[INIT]
|
||||||
|
COMBATATTACKERS
|
||||||
|
[PLAYER1]
|
||||||
|
inplay:Shimmer Myr,Mox Pearl
|
||||||
|
hand:Lightning Bolt,Bottle Gnomes,Sol Ring
|
||||||
|
manapool:{4}{R}
|
||||||
|
[PLAYER2]
|
||||||
|
[DO]
|
||||||
|
Bottle Gnomes
|
||||||
|
Lightning Bolt
|
||||||
|
Shimmer Myr
|
||||||
|
next
|
||||||
|
Mox Pearl
|
||||||
|
Sol Ring
|
||||||
|
[ASSERT]
|
||||||
|
COMBATENDS
|
||||||
|
[PLAYER1]
|
||||||
|
graveyard:Shimmer Myr,Lightning Bolt
|
||||||
|
inplay:Bottle Gnomes,Mox Pearl
|
||||||
|
hand:Sol Ring
|
||||||
|
manapool:{W}
|
||||||
|
[PLAYER2]
|
||||||
|
[END]
|
||||||
Reference in New Issue
Block a user