Added test for Alluring Scent -> card that grants lure ability. the following are to test if forcing a block from lure, trigger events of a block. I don't know if the problem is lure or the flanking ability. the correct result is every creature must survive. flanking makes the walls power to 0.
This commit is contained in:
35
projects/mtg/bin/Res/test/Alluring_Scent.txt
Normal file
35
projects/mtg/bin/Res/test/Alluring_Scent.txt
Normal file
@@ -0,0 +1,35 @@
|
||||
#Testing Alluring Scent + flanking test vs Walls
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:Alluring Scent
|
||||
inplay:Zhalfirin Commander
|
||||
manapool:{1}{G}{G}
|
||||
[PLAYER2]
|
||||
inplay:135274,45251,Wall of Stone
|
||||
life:20
|
||||
[DO]
|
||||
Alluring Scent
|
||||
Zhalfirin Commander
|
||||
next
|
||||
#Beginofcombat
|
||||
next
|
||||
#Combatattackers
|
||||
Zhalfirin Commander
|
||||
next
|
||||
#Wall of Stone blocks, the flanking ability triggers, leaving the others force block by lure
|
||||
Wall of Stone
|
||||
next
|
||||
#the lure rule force block, the flanking must trigger
|
||||
next
|
||||
next
|
||||
next
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
inplay:Zhalfirin Commander
|
||||
graveyard:Alluring Scent
|
||||
[PLAYER2]
|
||||
inplay:*,*,*
|
||||
life:20
|
||||
[END]
|
||||
@@ -109,6 +109,7 @@ akron_legionnaire.txt
|
||||
alabaster_dragon.txt
|
||||
alabaster_leech.txt
|
||||
alabaster_leech2.txt
|
||||
Alluring_Scent.txt
|
||||
alluring_siren.txt
|
||||
Amugaba.txt
|
||||
anarchy.txt
|
||||
|
||||
Reference in New Issue
Block a user