Erwan
- fix prowess of the fair - add "other " keyword to all targets. ex: @movedTo(other elf|graveyard)
This commit is contained in:
@@ -838,7 +838,7 @@ subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
text=Whenever another nontoken Elf is put into your graveyard from play, you may put a 1/1 green Elf Warrior creature token into play.
|
||||
auto=@movedTo(elf[-token]|graveyard):may token(Elf Warrior,creature elf warrior,1/1,green)
|
||||
auto=@movedTo(other elf|graveyard) from(battlefield):may token(Elf Warrior,creature elf warrior,1/1,green)
|
||||
id=146167
|
||||
name=Prowess of the Fair
|
||||
rarity=U
|
||||
|
||||
@@ -154,6 +154,9 @@ paralysis2.txt
|
||||
persuasion.txt
|
||||
plague_rats.txt
|
||||
protomatter_powder.txt
|
||||
prowess_of_the_fair.txt
|
||||
prowess_of_the_fair2.txt
|
||||
prowess_of_the_fair3.txt
|
||||
pygmy_troll.txt
|
||||
pyroclasm.txt
|
||||
rampant_growth.txt
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
#Bug:Prowess of the fair works even when a card is dicarded from hand
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:Specter's Wail
|
||||
manapool:{1}{B}
|
||||
[PLAYER2]
|
||||
inplay:prowess of the fair
|
||||
hand:llanowar elves
|
||||
[DO]
|
||||
Specter's Wail
|
||||
p2
|
||||
choice 0
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
graveyard:Specter's Wail
|
||||
[PLAYER2]
|
||||
graveyard:llanowar elves
|
||||
inplay:prowess of the fair
|
||||
[END]
|
||||
@@ -0,0 +1,20 @@
|
||||
#Prowess of the fair
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:shock
|
||||
manapool:{R}
|
||||
[PLAYER2]
|
||||
inplay:prowess of the fair,llanowar elves
|
||||
[DO]
|
||||
shock
|
||||
llanowar elves
|
||||
choice 0
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
graveyard:shock
|
||||
[PLAYER2]
|
||||
graveyard:llanowar elves
|
||||
inplay:prowess of the fair,*
|
||||
[END]
|
||||
@@ -0,0 +1,19 @@
|
||||
#Prowess of the fair disenchanted: shouldn't trigger its ability
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:disenchant
|
||||
manapool:{1}{W}
|
||||
[PLAYER2]
|
||||
inplay:prowess of the fair
|
||||
[DO]
|
||||
disenchant
|
||||
prowess of the fair
|
||||
choice 0
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
graveyard:disenchant
|
||||
[PLAYER2]
|
||||
graveyard:prowess of the fair
|
||||
[END]
|
||||
Reference in New Issue
Block a user