Erwan
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user