Reworked AVanishing (fixed bugs + more fair implementation)

This commit is contained in:
Dmitry Panin
2013-10-23 12:51:15 +04:00
parent 461eedd626
commit b8b6153cc5
6 changed files with 93 additions and 24 deletions

View File

@@ -307,6 +307,7 @@ evil_presence_i647_2.txt
exaltedsourcekilled.txt
explore.txt
Faceless_Butcher.txt
fading.txt
fangren_pathcutter.txt
farhaven_elf.txt
farmstead.txt
@@ -340,6 +341,7 @@ force_of_nature3.txt
fountain_of_youth.txt
Frogmite.txt
fungus_sliver.txt
fury_charm.txt
gamble.txt
gelatinous_genesis.txt
gempalm_avenger.txt
@@ -673,6 +675,7 @@ urzas_mine_i287.txt
[at]Vampired#1.txt
vampire_bats.txt
vampiric_link.txt
vanishing.txt
vendetta_TOUGHNESSLIFELOSS.txt
vesuva_landlimit_i718.txt
vine_dryad.txt

View File

@@ -0,0 +1,21 @@
# Testing (keyword:fading)
# Permanent with fading must be sacrificed at the upkeep after last counter is removed
[INIT]
UNTAP
[PLAYER1]
inplay:Phyrexian Prowler
[PLAYER2]
[DO]
Phyrexian Prowler
Phyrexian Prowler
Phyrexian Prowler
next
next
next
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:Phyrexian Prowler
[PLAYER2]
[END]

View File

@@ -0,0 +1,21 @@
# Testing fury charm (keyword:vanishing)
# Permanent with vanishing must be sacrificed immediately when the last counter is removed
[INIT]
FIRSTMAIN
[PLAYER1]
hand:Fury Charm
inplay:Waning Wurm
manapool:{1}{R}
[PLAYER2]
[DO]
Fury Charm
choice 2
Waning Wurm
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:Waning Wurm,Fury Charm
manapool:{0}
[PLAYER2]
[END]

View File

@@ -0,0 +1,17 @@
# Testing vanishing 1 (keyword:vanishing)
[INIT]
UNTAP
[PLAYER1]
inplay:Lavacore elemental
[PLAYER2]
[DO]
next
next
next
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:Lavacore elemental
[PLAYER2]
[END]