Added Shimmer Myr and a test for 'forcedalive'.

This commit is contained in:
solo81@web.de
2011-06-03 20:16:41 +00:00
parent 40208c4835
commit 715d498bce
4 changed files with 38 additions and 9 deletions

View File

@@ -57539,6 +57539,17 @@ mana={2}{U}{U}
type=Enchantment
[/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
auto=defender,first strike
autohand={2}:cycling

View File

@@ -20130,15 +20130,6 @@ power=4
toughness=4
[/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
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}

View File

@@ -517,6 +517,7 @@ skullcage7_i239.txt
skullclamp.txt
skullclamp2_i439.txt
shepherd_of_rot.txt
shimmer_myr_FORCEDALIVE.txt
shivan_hellkite.txt
shock.txt
shock2.txt

View File

@@ -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]