diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index caacfa9c6..71566e1e8 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -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 diff --git a/projects/mtg/bin/Res/sets/primitives/unsupported.txt b/projects/mtg/bin/Res/sets/primitives/unsupported.txt index 2e2391020..42bbc465d 100644 --- a/projects/mtg/bin/Res/sets/primitives/unsupported.txt +++ b/projects/mtg/bin/Res/sets/primitives/unsupported.txt @@ -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} diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index 210bbe2c2..d201c09cd 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -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 diff --git a/projects/mtg/bin/Res/test/shimmer_myr_FORCEDALIVE.txt b/projects/mtg/bin/Res/test/shimmer_myr_FORCEDALIVE.txt new file mode 100644 index 000000000..2972875d5 --- /dev/null +++ b/projects/mtg/bin/Res/test/shimmer_myr_FORCEDALIVE.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] \ No newline at end of file