- InGame Text display is now an option 
- Fixed *Duos in SHM, benalish knight, beeligerent hatchling, removed demigod of revenge (needs extensive testing)
- added "ueot" for p/t and abilities gaining in the parser, as part as the fix for safehold duo
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-08-14 13:17:58 +00:00
parent c757a791c2
commit 02d6e5e8f7
12 changed files with 142 additions and 27 deletions

View File

@@ -270,19 +270,6 @@ subtype=Merfolk Rogue
toughness=2
[/card]
[card]
text=Flying, haste. When you play Demigod of Revenge, return all cards named Demigod of Revenge from your graveyard to play.
id=153972
name=Demigod of Revenge
auto=moveTo(myinplay) all(Demigod of Revenge|mygraveyard)
abilities=flying,haste
rarity=R
type=Creature
mana={BR}{BR}{BR}{BR}{BR}
power=5
subtype=Spirit Avatar
toughness=4
[/card]
[card]
text=You may put a green creature card from your hand into play.
id=154003
target=creature[green]|myhand
@@ -329,8 +316,8 @@ mana={3}{R}
[/card]
[card]
text=Whenever you play a black spell, Emberstrike Duo gets +1/+1 until end of turn. Whenever you play a red spell, Emberstrike Duo gains first strike until end of turn.
auto=@movedTo(*[red]|mystack):1/1
auto=@movedTo(*[red]|mystack):first strike
auto=@movedTo(*[red]|mystack):1/1 ueot
auto=@movedTo(*[red]|mystack):first strike ueot
id=153307
name=Emberstrike Duo
rarity=C
@@ -514,8 +501,8 @@ toughness=3
[/card]
[card]
text=Whenever you play a blue spell, Gravelgill Duo gets +1/+1 until end of turn. Whenever you play a black spell, Gravelgill Duo gains fear until end of turn.
auto=@movedTo(*[blue]|mystack):1/1
auto=@movedTo(*[blue]|mystack):fear
auto=@movedTo(*[blue]|mystack):1/1 ueot
auto=@movedTo(*[blue]|mystack):fear ueot
id=153308
name=Gravelgill Duo
rarity=C
@@ -1069,8 +1056,8 @@ toughness=2
[/card]
[card]
text=Whenever you play a green spell, Safehold Duo gets +1/+1 until end of turn. Whenever you play a white spell, Safehold Duo gains vigilance until end of turn.
auto=@movedTo(*[green]|mystack):1/1
auto=@movedTo(*[white]|mystack):vigilance
auto=@movedTo(*[green]|mystack):1/1 ueot
auto=@movedTo(*[white]|mystack):vigilance ueot
id=153963
name=Safehold Duo
rarity=C
@@ -1254,8 +1241,8 @@ subtype=Swamp
[/card]
[card]
text=Whenever you play a red spell, Tattermunge Duo gets +1/+1 until end of turn. Whenever you play a green spell, Tattermunge Duo gains forestwalk until end of turn.
auto=@movedTo(*[red]|mystack):1/1
auto=@movedTo(*[green]|mystack):forestwalk
auto=@movedTo(*[red]|mystack):1/1 ueot
auto=@movedTo(*[green]|mystack):forestwalk ueot
id=153282
name=Tattermunge Duo
rarity=C
@@ -1291,8 +1278,8 @@ toughness=1
[/card]
[card]
text=Whenever you play a white spell, Thistledown Duo gets +1/+1 until end of turn. Whenever you play a blue spell, Thistledown Duo gains flying until end of turn.
auto=@movedTo(*[white]|mystack):1/1
auto=@movedTo(*[blue]|mystack):flying
auto=@movedTo(*[white]|mystack):1/1 ueot
auto=@movedTo(*[blue]|mystack):flying ueot
id=153301
name=Thistledown Duo
rarity=C
@@ -1460,6 +1447,7 @@ toughness=4
[card]
text=Flying Attacking creatures you control have lifelink.
id=146090
abilities=flying
auto=lord(creature[attacking]|myinplay) lifelink
name=Windbrisk Raptor
rarity=R

View File

@@ -235,6 +235,20 @@ subtype=Giant Warrior
toughness=7
[/card]
[card]
#This card has been reported to crash the game when played from a graveyard. Let's test it
text=Flying, haste. When you play Demigod of Revenge, return all cards named Demigod of Revenge from your graveyard to play.
id=153972
name=Demigod of Revenge
auto=moveTo(myinplay) all(Demigod of Revenge|mygraveyard)
abilities=flying,haste
rarity=R
type=Creature
mana={BR}{BR}{BR}{BR}{BR}
power=5
subtype=Spirit Avatar
toughness=4
[/card]
[card]
text=Trample Whenever Deus of Calamity deals 6 or more damage to an opponent, destroy target land that player controls.
id=146773
name=Deus of Calamity

View File

@@ -42,6 +42,8 @@ ashen_firebeast2.txt
barbed_sliver.txt
basal_sliver.txt
beacon_of_unrest.txt
belligerent_hatchling.txt
benalish_knight.txt
#befoul.txt
blessed_wine.txt
#blinking_spirit.txt
@@ -153,6 +155,7 @@ rhox_meditant2.txt
righteous_cause.txt
rootwalla.txt
royal_assassin.txt
safehold_duo.txt
sedge_sliver.txt
seismic_assault.txt
siege_gang_commander.txt

View File

@@ -0,0 +1,30 @@
#Bug: Belligerent Hatchling doesn't lose its counters
[INIT]
FIRSTMAIN
[PLAYER1]
manapool:{R}
inplay:belligerent hatchling
hand:shock
[PLAYER2]
[DO]
shock
p2
next
#begin
next
#attackers
belligerent hatchling
next
#blockers
next
#damage
next
#end of combat
[ASSERT]
COMBATEND
[PLAYER1]
inplay:belligerent hatchling
graveyard:shock
[PLAYER2]
life:15
[END]

View File

@@ -0,0 +1,28 @@
#Bug: Benalish Knight offers to block from hand
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:grizzly bears
[PLAYER2]
hand:benalish knight
inplay:plains,mountain,swamp
[DO]
grizzly bears
next
#blockers
plains
mountain
swamp
benalish knight
benalish knight
next
#damage
next
#end
[ASSERT]
COMBATEND
[PLAYER1]
graveyard:grizzly bears
[PLAYER2]
inplay:plains,mountain,swamp,benalish knight
[END]

View File

@@ -0,0 +1,43 @@
#Bug:Safehold duo keeps its bonus at end of turn
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:safehold duo
manapool:{g}
hand:wall of wood
[PLAYER2]
[DO]
wall of wood
next
#begin
next
#attackers
safehold duo
next
#blockers
eot
eot
next
#upkeep
next
#draw
next
#main
next
#beigin
next
#attackers
safehold duo
next
#blockers
next
#damage
next
#end combat
[ASSERT]
COMBATEND
[PLAYER1]
inplay:safehold duo,wall of wood
[PLAYER2]
life:15
[END]