Added a test for issue483.
Fixed Lux Cannon.
This commit is contained in:
@@ -30721,7 +30721,7 @@ subtype=Aura
|
|||||||
[card]
|
[card]
|
||||||
name=Lux Cannon
|
name=Lux Cannon
|
||||||
auto={T}:counter(0/0,1,Charge)
|
auto={T}:counter(0/0,1,Charge)
|
||||||
auto={T}{C(0/0,-3)}:destroy target(*)
|
auto={T}{C(0/0,-3,Charge)}:destroy target(*)
|
||||||
text={T}: Put a charge counter on Lux Cannon. -- {T}, Remove three charge counters from Lux Cannon: Destroy target permanent.
|
text={T}: Put a charge counter on Lux Cannon. -- {T}, Remove three charge counters from Lux Cannon: Destroy target permanent.
|
||||||
mana={4}
|
mana={4}
|
||||||
type=Artifact
|
type=Artifact
|
||||||
|
|||||||
@@ -0,0 +1,25 @@
|
|||||||
|
#Test to confirm that "aslongas" in combination with ">" or "<" does not work.
|
||||||
|
#You control 4 arifacts and Auriok Sunchaser. It is 3/3 due to its Metalcraft bonus (+2/+2).
|
||||||
|
#1 of the 4 artifacts gets destroyed by Shatter. Auriok Sunchaser should stay 3/3 because there are still enough artifacts on your side,
|
||||||
|
#but in fact, Metalcraft is turned off, so Shock can kill Auriok Sunchaser.
|
||||||
|
[INIT]
|
||||||
|
FIRSTMAIN
|
||||||
|
[PLAYER1]
|
||||||
|
inplay:Auriok Sunchaser,Bottle Gnomes,Mox Pearl,Bonesplitter,Mox Emerald
|
||||||
|
hand:Shatter,Shock
|
||||||
|
manapool:{1}{R}{R}
|
||||||
|
[PLAYER2]
|
||||||
|
[DO]
|
||||||
|
Shatter
|
||||||
|
Mox Pearl
|
||||||
|
Shock
|
||||||
|
Auriok Sunchaser
|
||||||
|
[ASSERT]
|
||||||
|
FIRSTMAIN
|
||||||
|
[PLAYER1]
|
||||||
|
inplay:Bottle Gnomes,Bonesplitter,Mox Emerald
|
||||||
|
graveyard:Shatter,Mox Pearl,Auriok Sunchaser,Shock
|
||||||
|
manapool:{0}
|
||||||
|
life:20
|
||||||
|
[PLAYER2]
|
||||||
|
[END]
|
||||||
@@ -111,6 +111,7 @@ ascendant_evincar3.txt
|
|||||||
ashen_firebeast.txt
|
ashen_firebeast.txt
|
||||||
ashen_firebeast2.txt
|
ashen_firebeast2.txt
|
||||||
aura_mutation.txt
|
aura_mutation.txt
|
||||||
|
Auriok_Sunchaser_ASLONGAS_BUG
|
||||||
avarice_totem.txt
|
avarice_totem.txt
|
||||||
aven_riftwatcher.txt
|
aven_riftwatcher.txt
|
||||||
aven_riftwatcher2.txt
|
aven_riftwatcher2.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user