Reworked AVanishing (fixed bugs + more fair implementation)
This commit is contained in:
@@ -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
|
||||
|
||||
21
projects/mtg/bin/Res/test/fading.txt
Normal file
21
projects/mtg/bin/Res/test/fading.txt
Normal 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]
|
||||
21
projects/mtg/bin/Res/test/fury_charm.txt
Normal file
21
projects/mtg/bin/Res/test/fury_charm.txt
Normal 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]
|
||||
17
projects/mtg/bin/Res/test/vanishing.txt
Normal file
17
projects/mtg/bin/Res/test/vanishing.txt
Normal 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]
|
||||
Reference in New Issue
Block a user