Some fixes (LRW)
This commit is contained in:
@@ -291,7 +291,6 @@ toughness=1
|
|||||||
[card]
|
[card]
|
||||||
text=Whenever an opponent plays a spell, that player draws seven cards.
|
text=Whenever an opponent plays a spell, that player draws seven cards.
|
||||||
id=146166
|
id=146166
|
||||||
auto=@movedTo(*[-land]|mystack):draw:7 controller
|
|
||||||
auto=@movedTo(*[-land]|opponentstack):draw:7 opponent
|
auto=@movedTo(*[-land]|opponentstack):draw:7 opponent
|
||||||
name=Forced Fruition
|
name=Forced Fruition
|
||||||
rarity=R
|
rarity=R
|
||||||
@@ -549,7 +548,7 @@ toughness=2
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text={G}, {T}: Target attacking creature gets +2/+2 until end of turn.
|
text={G}, {T}: Target attacking creature gets +2/+2 until end of turn.
|
||||||
auto={G}{T}:target(creature[attacking]) 2/2
|
auto={G}{T}:2/2 target(creature[attacking])
|
||||||
id=139498
|
id=139498
|
||||||
name=Kithkin Daggerdare
|
name=Kithkin Daggerdare
|
||||||
rarity=C
|
rarity=C
|
||||||
@@ -791,20 +790,6 @@ mana={B}
|
|||||||
subtype=Faerie
|
subtype=Faerie
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text=Flash, Flying. When Pestermite comes into play, you may tap or untap target permanent.
|
|
||||||
abilities=flash,flying
|
|
||||||
auto=tap target(*)
|
|
||||||
auto=untap target(*)
|
|
||||||
id=139428
|
|
||||||
name=Pestermite
|
|
||||||
rarity=C
|
|
||||||
type=Creature
|
|
||||||
mana={2}{U}
|
|
||||||
power=2
|
|
||||||
subtype=Faerie Rogue
|
|
||||||
toughness=1
|
|
||||||
[/card]
|
|
||||||
[card]
|
|
||||||
text={T}: Add {W} to your mana pool.
|
text={T}: Add {W} to your mana pool.
|
||||||
auto={T}:add{W}
|
auto={T}:add{W}
|
||||||
id=143630
|
id=143630
|
||||||
@@ -962,7 +947,7 @@ type=Land
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text={T}: Target creature gets -X/-0 until end of turn, where X is the number of Merfolk and/or Faeries you control.
|
text={T}: Target creature gets -X/-0 until end of turn, where X is the number of Merfolk and/or Faeries you control.
|
||||||
auto={T}:foreach(merfolk|myinplay) -1/0 target(creature)
|
auto={T}:foreach(merfolk,faerie|myinplay) -1/0 target(creature)
|
||||||
id=141853
|
id=141853
|
||||||
name=Silvergill Douser
|
name=Silvergill Douser
|
||||||
rarity=C
|
rarity=C
|
||||||
@@ -1138,8 +1123,8 @@ toughness=4
|
|||||||
[card]
|
[card]
|
||||||
text=Other Treefolk creatures you control get +1/+1. Other Treefolk and Forests you control are indestructible.
|
text=Other Treefolk creatures you control get +1/+1. Other Treefolk and Forests you control are indestructible.
|
||||||
id=139690
|
id=139690
|
||||||
auto=lord(Treefolk|myinplay) 1/1 other
|
auto=lord(treefolk|myinplay) 1/1 other
|
||||||
auto=lord(Treefolk,forest|myinplay) indestructible other
|
auto=lord(treefolk,forest|myinplay) indestructible other
|
||||||
name=Timber Protector
|
name=Timber Protector
|
||||||
rarity=R
|
rarity=R
|
||||||
type=Creature
|
type=Creature
|
||||||
|
|||||||
@@ -1341,6 +1341,20 @@ subtype=Merfolk Rogue
|
|||||||
toughness=2
|
toughness=2
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
text=Flash, Flying. When Pestermite comes into play, you may tap or untap target permanent.
|
||||||
|
abilities=flash,flying
|
||||||
|
auto=tap target(*)
|
||||||
|
auto=untap target(*)
|
||||||
|
id=139428
|
||||||
|
name=Pestermite
|
||||||
|
rarity=C
|
||||||
|
type=Creature
|
||||||
|
mana={2}{U}
|
||||||
|
power=2
|
||||||
|
subtype=Faerie Rogue
|
||||||
|
toughness=1
|
||||||
|
[/card]
|
||||||
|
[card]
|
||||||
text=Prevent all combat damage that would be dealt this turn. Clash with an opponent. If you win, creatures that player controls don't untap during the player's next untap step. (Each clashing player reveals the top card of his or her library, then puts that card on the top or bottom. A player wins if his or her card had a higher converted mana cost.)
|
text=Prevent all combat damage that would be dealt this turn. Clash with an opponent. If you win, creatures that player controls don't untap during the player's next untap step. (Each clashing player reveals the top card of his or her library, then puts that card on the top or bottom. A player wins if his or her card had a higher converted mana cost.)
|
||||||
id=145815
|
id=145815
|
||||||
name=Pollen Lullaby
|
name=Pollen Lullaby
|
||||||
|
|||||||
Reference in New Issue
Block a user