Laurent - Bug corrections ICE: Enervate, removed: Forbidden Lore, Krovikan Fetish (@next upkeep works same as @each upkeep not really a bug since only this card as such effect). ODY Squirrel mob (wrong p/T). 10E tentatively fixed Twitch (not sure about it yet) POR: Fixed devastation, changed Vampiric Touch (to better reflect the card wording)
This commit is contained in:
@@ -2739,6 +2739,7 @@ toughness=1
|
||||
[card]
|
||||
text=You may tap or untap target artifact, creature, or land. Draw a card.
|
||||
auto=may untap target(artifact,creature,land)
|
||||
auto=may tap target(artifact,creature,land)
|
||||
auto=draw:1
|
||||
id=136286
|
||||
name=Twitch
|
||||
|
||||
@@ -277,7 +277,7 @@ toughness=2
|
||||
[card]
|
||||
text=Tap target artifact, creature, or land. Draw a card at the beginning of the next turn's upkeep.
|
||||
id=2503
|
||||
target=(artifact,creature,land)
|
||||
target=artifact,creature,land
|
||||
auto=tap
|
||||
auto=@next upkeep:draw:1
|
||||
name=Enervate
|
||||
@@ -343,17 +343,6 @@ power=2
|
||||
toughness=5
|
||||
[/card]
|
||||
[card]
|
||||
text=Enchant land Enchanted land has "{T}: Target creature gets +2/+1 until end of turn."
|
||||
id=2560
|
||||
target=land
|
||||
auto={T}:2/1 target(creature)
|
||||
name=Forbidden Lore
|
||||
rarity=R
|
||||
mana={2}{G}
|
||||
type=Enchantment
|
||||
subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
text={T}: Add {G} to your mana pool.
|
||||
auto={T}:Add {G}
|
||||
id=2746
|
||||
@@ -649,18 +638,6 @@ toughness=1
|
||||
abilities=protection from white
|
||||
[/card]
|
||||
[card]
|
||||
text=Enchant creature When Krovikan Fetish enters the battlefield, draw a card at the beginning of the next turn's upkeep. Enchanted creature gets +1/+1.
|
||||
id=2464
|
||||
target=creature
|
||||
auto=1/1
|
||||
auto=@next upkeep:draw:1
|
||||
name=Krovikan Fetish
|
||||
rarity=C
|
||||
mana={2}{B}
|
||||
type=Enchantment
|
||||
subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
text=Snow swampwalk
|
||||
auto=aslongas(swamp[snow]|opponentBattlefield) unblockable
|
||||
id=2466
|
||||
|
||||
@@ -665,6 +665,18 @@ subtype=Insect
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=Enchant land Enchanted land has "{T}: Target creature gets +2/+1 until end of turn."
|
||||
id=2560
|
||||
target=land
|
||||
auto={T}:2/1 target(creature)
|
||||
#does not work as expected the land does not tap the aura does.
|
||||
name=Forbidden Lore
|
||||
rarity=R
|
||||
mana={2}{G}
|
||||
type=Enchantment
|
||||
subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
text=Counter target spell unless its controller pays {1}. Draw a card at the beginning of the next turn's upkeep.
|
||||
id=2506
|
||||
name=Force Void
|
||||
@@ -1302,6 +1314,19 @@ subtype=Human Wizard
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=Enchant creature When Krovikan Fetish enters the battlefield, draw a card at the beginning of the next turn's upkeep. Enchanted creature gets +1/+1.
|
||||
id=2464
|
||||
target=creature
|
||||
auto=1/1
|
||||
#Make you draw a card at each upkeep !!!
|
||||
auto=@next upkeep:draw:1
|
||||
name=Krovikan Fetish
|
||||
rarity=C
|
||||
mana={2}{B}
|
||||
type=Enchantment
|
||||
subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
text={T}, Discard a nonblack card: Draw a card. {T}, Discard a black card: Draw two cards, then discard one of them.
|
||||
id=2517
|
||||
auto={T}{S(*[-black]|myhand)}:draw:1
|
||||
|
||||
@@ -1288,9 +1288,9 @@ rarity=R
|
||||
mana={1}{G}{G}
|
||||
type=Creature
|
||||
subtype=Squirrel
|
||||
auto=foreach(squirrel|battlefield) 1/1 other
|
||||
power=1
|
||||
toughness=1
|
||||
auto=foreach(squirrel|battlefield)1/1 other
|
||||
power=2
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying {1}{B}, Discard a card from your hand: Stalking Bloodsucker gets +2/+2 until end of turn.
|
||||
|
||||
Reference in New Issue
Block a user