- fixed a bug with "/" keyword in _cards.dat parser
- added @next [phasename] keyword in parser
- new tests for recent changes
This commit is contained in:
wagic.the.homebrew
2008-11-14 15:03:27 +00:00
parent 3d22a25100
commit 28393e8f8a
5 changed files with 58 additions and 9 deletions

View File

@@ -1151,7 +1151,7 @@ text=Flare deals 1 damage to target creature or player. Draw a card at the begin
id=2621
target=creature,player
auto=damage:1
auto=draw:1
auto=@next upkeep:draw:1
name=Flare
rarity=C
type=Instant
@@ -1162,7 +1162,7 @@ text=Target creature gains banding until end of turn. Draw a card at the beginni
id=2685
target=creature
auto=:banding
auto=draw:1
auto=@next upkeep:draw:1
name=Formation
rarity=R
type=Instant
@@ -1172,7 +1172,7 @@ mana={1}{W}
text=Target creature gains first strike until end of turn. Draw a card at the beginning of the next turn's upkeep.
id=2702
auto=:first strike
auto=draw:1
auto=@next upkeep:draw:1
name=Lightning Blow
rarity=R
type=Instant
@@ -1182,7 +1182,7 @@ mana={1}{W}
text=Target creature gains flying until end of turn. Draw a card at the beginning of the next turn's upkeep.
id=2541
auto=:flying
auto=draw:1
auto=@next upkeep:draw:1
name=Updraft
rarity=U
type=Instant