Laurent - Bug fixes - some buggy cards identified during playtest in random deck mode (great to test cards)
This commit is contained in:
@@ -1652,8 +1652,8 @@ toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=Creatures you control get +3/+3 and gain trample until end of turn. (If a creature you control would deal enough combat damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player.)
|
||||
auto=lord(creatures|myinplay) 3/3
|
||||
auto=lord(creatures|myinplay) trample
|
||||
auto=lord(creature|myBattlefield) 3/3
|
||||
auto=lord(creature|myBattlefield) trample
|
||||
id=130506
|
||||
name=Overrun
|
||||
rarity=U
|
||||
|
||||
@@ -11,8 +11,9 @@ power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text={R},{T}: Attacking creatures gain first strike until end of turn.
|
||||
text=First Strike {R}{T}: Attacking creatures gain first strike until end of turn.
|
||||
id=50338
|
||||
abilities=first strike
|
||||
name=Akki Coalflinger
|
||||
rarity=U
|
||||
mana={1}{R}{R}
|
||||
|
||||
@@ -51,6 +51,7 @@ name=Demon's Jester
|
||||
mana={3}{B}
|
||||
type=Creature
|
||||
subtype=Imp
|
||||
abilities=flying
|
||||
power=4
|
||||
toughness=3
|
||||
auto=aslongas(*|myhand)-2/-1
|
||||
|
||||
@@ -91,6 +91,20 @@ mana={B}
|
||||
type=Sorcery
|
||||
subtype=Tribal Goblin
|
||||
[/card]
|
||||
|
||||
[card]
|
||||
text={R}, Sacrifice Boggart Forager: Target player shuffles his or her library.
|
||||
id=146168
|
||||
name=Boggart Forager
|
||||
rarity=C
|
||||
auto={R}{S}:shuffle target(player)
|
||||
type=Creature
|
||||
mana={R}
|
||||
power=1
|
||||
subtype=Goblin Rogue
|
||||
toughness=1
|
||||
[/card]
|
||||
|
||||
[card]
|
||||
text=Forestwalk {2}{B}, Sacrifice Boggart Loggers: Destroy target Treefolk or Forest.
|
||||
auto={2}{B}{S}:destroy target(treefolk,forest)
|
||||
|
||||
@@ -132,17 +132,6 @@ subtype=Goblin Warrior
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text={R}, Sacrifice Boggart Forager: Target player shuffles his or her library.
|
||||
id=146168
|
||||
name=Boggart Forager
|
||||
rarity=C
|
||||
type=Creature
|
||||
mana={R}
|
||||
power=1
|
||||
subtype=Goblin Rogue
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=When Boggart Harbinger comes into play, you may search your library for a Goblin card, reveal it, then shuffle your library and put that card on top of it.
|
||||
id=139441
|
||||
target=goblin|mylibrary
|
||||
|
||||
@@ -1248,8 +1248,8 @@ name=Overrun
|
||||
mana={2}{G}{G}{G}
|
||||
type=Sorcery
|
||||
text=Creatures you control get +3/+3 and gain trample until end of turn. (If a creature you control would deal enough damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player or planeswalker.)
|
||||
auto=lord(creatures|myBattlefield) 3/3
|
||||
auto=lord(creatures|myBattlefield) trample
|
||||
auto=lord(creature|myBattlefield) 3/3
|
||||
auto=lord(creature|myBattlefield) trample
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
|
||||
@@ -416,7 +416,7 @@ mana={3}{R}
|
||||
type=Creature
|
||||
subtype=Goblin Wizard
|
||||
auto=lord(goblin) 3/0 ueot
|
||||
auto=@endofturn:destroy all(goblin)
|
||||
auto=@next my endofturn:destroy all(goblin)
|
||||
power=2
|
||||
toughness=2
|
||||
[/card]
|
||||
@@ -938,7 +938,7 @@ toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=Stag Beetle enters the battlefield with X +1/+1 counters on it, where X is the number of other creatures on the battlefield.
|
||||
auto=@movedTo(this|battlefield):foreach(other creature) counter(1/1)
|
||||
auto=foreach(other creature) counter(1/1,1)
|
||||
id=39676
|
||||
name=Stag Beetle
|
||||
rarity=R
|
||||
|
||||
Reference in New Issue
Block a user