Erwan
- fixed Beacon of unrest bug - Fixed Kraken's eye bug
This commit is contained in:
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 981 B |
@@ -872,7 +872,7 @@ name=Kraken's Eye
|
||||
mana={2}
|
||||
type=Artifact
|
||||
text=Whenever a player casts a blue spell, you may gain 1 life.
|
||||
auto=@movedTo(*[blue]|stack): may life:1
|
||||
auto=@movedTo(*[blue]|stack):may life:1
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
|
||||
@@ -39,6 +39,7 @@ ascendant_evincar2.txt
|
||||
ascendant_evincar3.txt
|
||||
ashen_firebeast.txt
|
||||
ashen_firebeast2.txt
|
||||
beacon_of_unrest.txt
|
||||
#befoul.txt
|
||||
blessed_wine.txt
|
||||
#blinking_spirit.txt
|
||||
@@ -100,6 +101,8 @@ jump.txt
|
||||
keldon_warlord.txt
|
||||
keldon_warlord2.txt
|
||||
kird_ape.txt
|
||||
kraken_eye.txt
|
||||
kraken_eye2.txt
|
||||
kudzu.txt
|
||||
kudzu2.txt
|
||||
lhurgoyf.txt
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
#Bug: Beacon of unrest goes to graveyard
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:beacon of unrest
|
||||
manapool:{3}{B}{B}
|
||||
[PLAYER2]
|
||||
graveyard:shivan dragon
|
||||
[DO]
|
||||
beacon of unrest
|
||||
shivan dragon
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:shivan dragon
|
||||
library:beacon of unrest
|
||||
[PLAYER2]
|
||||
[END]
|
||||
@@ -0,0 +1,18 @@
|
||||
#Bug:Kraken's eye does nothing
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:kraken's eye
|
||||
hand:air elemental
|
||||
manapool:{3}{U}{U}
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
air elemental
|
||||
choice 0
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:kraken's eye,air elemental
|
||||
life:21
|
||||
[PLAYER2]
|
||||
[END]
|
||||
@@ -0,0 +1,36 @@
|
||||
#Kraken eye works ok twice in a turn ?
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:kraken's eye,island
|
||||
hand:air elemental,unsummon
|
||||
manapool:{3}{U}{U}
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
air elemental
|
||||
choice 0
|
||||
next
|
||||
#begin
|
||||
next
|
||||
#attack
|
||||
next
|
||||
#blockers
|
||||
next
|
||||
#dmage
|
||||
next
|
||||
#end
|
||||
next
|
||||
#secondmain
|
||||
island
|
||||
unsummon
|
||||
air elemental
|
||||
choice 0
|
||||
[ASSERT]
|
||||
SECONDMAIN
|
||||
[PLAYER1]
|
||||
inplay:kraken's eye,island
|
||||
hand:air elemental
|
||||
graveyard:unsummon
|
||||
life:22
|
||||
[PLAYER2]
|
||||
[END]
|
||||
Reference in New Issue
Block a user