Erwan
- fixed a bug with bottle gnomes (would give life to opponent even if you steal control) - huge update for abilities life,draw,damage,deplete,discard in the parser. This breaks some cards (so we need to fix them) but allows more flexibility in the future. See my post on the forum
This commit is contained in:
@@ -374,7 +374,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=@next upkeep:draw:1
|
||||
auto=@next upkeep:draw:1 controller
|
||||
name=Flare
|
||||
rarity=C
|
||||
type=Instant
|
||||
@@ -835,7 +835,7 @@ text=Target player discards a card. Draw a card at the beginning of the next
|
||||
id=2471
|
||||
target=player
|
||||
auto=discard:1
|
||||
auto=@next upkeep:draw:1
|
||||
auto=@next upkeep:draw:1 controller
|
||||
name=Mind Ravel
|
||||
rarity=C
|
||||
type=Sorcery
|
||||
@@ -1096,7 +1096,7 @@ text=Target player puts the top card of his or her library into his or her grave
|
||||
id=2529
|
||||
target=player
|
||||
auto=deplete:1
|
||||
auto=@next upkeep:draw:1
|
||||
auto=@next upkeep:draw:1 controller
|
||||
name=Ray of Erasure
|
||||
rarity=C
|
||||
type=Instant
|
||||
@@ -1434,8 +1434,8 @@ id=2491
|
||||
name=Touch of Death
|
||||
target=player
|
||||
auto=damage:1
|
||||
auto=@next upkeep:draw:1
|
||||
auto=life:1
|
||||
auto=@next upkeep:draw:1 controller
|
||||
auto=life:1 controller
|
||||
rarity=C
|
||||
type=Sorcery
|
||||
mana={2}{B}
|
||||
|
||||
Reference in New Issue
Block a user