- fix issue 154 (dragon whelp)
- Fix issue 157 (erg raiders)
- fix issue 169 (living artifact)
- fix issue 159 (stonebrow) although I believe this card doesn't work correctly...
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-11-12 13:57:22 +00:00
parent e059890446
commit ce0051e545
9 changed files with 61 additions and 102 deletions

View File

@@ -1,49 +0,0 @@
#NAME: Dragon Whelp
#DESC: Dragon Whelp should be destroyed at
#DESC: end of turn if its pumping ability was
#DESC: used at least 4 times this turn, but
#DESC: should survive otherwise
#DESC: The script first tests "safe" pumping x3,
#DESC: then tests "lethal" pumping x4.
[INIT]
firstmain
[PLAYER1]
inplay:Dragon Whelp,129649,129650,129651,129652
library:Forest
manapool:{R}{R}{R}
[PLAYER2]
library:Plains
[DO]
Dragon Whelp
Dragon Whelp
Dragon Whelp
next
next
Dragon Whelp
eot
eot
next
next
next
129649
129650
129651
129652
Dragon Whelp
Dragon Whelp
Dragon Whelp
Dragon Whelp
next
next
Dragon Whelp
eot
[ASSERT]
untap
[PLAYER1]
inplay:129649,129650,129651,129652
hand:Forest
graveyard:Dragon Whelp
[PLAYER2]
hand:Plains
life:9
[END]

View File

@@ -1,42 +0,0 @@
#NAME: Erg Raiders
#DESC: Erg Raiders was reported not to deal
#DESC: damage to its owner when it didn't attack.
#DESC: See: http://code.google.com/p/wagic/issues/detail?id=157
#DESC:
[INIT]
firstmain
[PLAYER1]
library:Swamp,Mountain
hand:Erg Raiders
manapool:{1}{B}
[PLAYER2]
library:Plains,Island
[DO]
# Cast Erg Raiders. Should do NO damage since
# it came under this player's control in this turn.
Erg Raiders
eot
eot
# Do nothing with Erg Raiders in turn 2. Now
# it should deal damage to its controller.
eot
eot
# Attack with Erg raiders in turn 3. Now it
# should deal NO damage to its controller.
next
next
next
next
next
Erg Raiders
eot
[ASSERT]
untap
[PLAYER1]
inplay:Erg Raiders
hand:Swamp,Mountain
life:18
[PLAYER2]
hand:Plains,Island
life:18
[END]

View File

@@ -1,67 +0,0 @@
#NAME: Living Artifact
#DESC: I checked an old bug list entry claiming that
#DESC: Living Artifact "gives you one life whenever
#DESC: a card is tapped". I couldn't reproduce that.
#DESC: However, I couldn't produce *any* effect from
#DESC: Living Artifact either.
#DESC: The script first tests for the condition of
#DESC: the bug report mentioned above, then tries to
#DESC: activate Living Artifact when it should be
#DESC: possible. The Assert part may need tweaking
#DESC: since I have no way of knowing how Living
#DESC: Artifact is assumed to be activated correctly.
#DESC: See http://code.google.com/p/wagic/issues/detail?id=169
[INIT]
firstmain
[PLAYER1]
inplay:Forest,Sol Ring,Craw Wurm
hand:Living Artifact
library:Plains
manapool:{G}
[PLAYER2]
inplay:Grizzly Bears
library:Swamp,Mountain
[DO]
Living Artifact
Sol Ring
next
next
# Try a couple of things that should NOT put
# counters on Living Artifact
Forest
Sol Ring
Craw Wurm
eot
# 2nd player does nothing:
eot
# 1st player tries to use Living Artifact. This should
# have NO effect at this stage.
next
Living Artifact
eot
# 2nd player attacks:
next
next
next
next
next
Grizzly Bears
eot
# 1st player tries to use Living Artifact. This should
# work now since he has sustained damage
next
Living Artifact
[ASSERT]
upkeep
[PLAYER1]
inplay:Forest,Sol Ring,Craw Wurm,Living Artifact
hand:Plains
library:
life:19
manapool:
[PLAYER2]
inplay:Grizzly Bears
hand:Swamp,Mountain
library:
life:14
[END]

View File

@@ -1,20 +0,0 @@
#NAME: Stonebrow crash
#DESC: Summoning Stonebrow, Krosan Hero causes
#DESC: an access violation.
#DESC: See http://code.google.com/p/wagic/issues/detail?id=159
[INIT]
firstmain
[PLAYER1]
hand:118915
manapool:{R}{R}{R}{R}{G}
[PLAYER2]
[DO]
118915
[ASSERT]
firstmain
[PLAYER1]
inplay:118915
hand:
manapool:
[PLAYER2]
[END]