Fixed Harpoon Sniper (LRW), Second Thoughts (ODY) and Solemn Offering (M10)
This commit is contained in:
@@ -393,7 +393,7 @@ toughness=5
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text={W}, {T}: Harpoon Sniper deals X damage to target attacking or blocking creature, where X is the number of Merfolk you control.
|
text={W}, {T}: Harpoon Sniper deals X damage to target attacking or blocking creature, where X is the number of Merfolk you control.
|
||||||
auto={W}{T}:foreach(merfolk|myinplay) damage:1 target(creature[attacking,blocking])
|
auto={W}{T}:foreach(merfolk|myinplay) damage:1 target(creature[attacking;blocking])
|
||||||
id=139407
|
id=139407
|
||||||
name=Harpoon Sniper
|
name=Harpoon Sniper
|
||||||
rarity=U
|
rarity=U
|
||||||
|
|||||||
@@ -1565,12 +1565,13 @@ abilities=flying
|
|||||||
rarity=C
|
rarity=C
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
text=Destroy target artifact or enchantment. You gain 4 life.
|
||||||
id=189875
|
id=189875
|
||||||
name=Solemn Offering
|
name=Solemn Offering
|
||||||
mana={2}{W}
|
mana={2}{W}
|
||||||
type=Sorcery
|
type=Sorcery
|
||||||
text=Destroy target artifact or enchantment. You gain 4 life.
|
|
||||||
target=artifact,enchantment
|
target=artifact,enchantment
|
||||||
|
auto=destroy
|
||||||
auto=life:4
|
auto=life:4
|
||||||
rarity=C
|
rarity=C
|
||||||
[/card]
|
[/card]
|
||||||
|
|||||||
@@ -1088,7 +1088,8 @@ text=Remove target attacking creature from the game. Draw a card.
|
|||||||
id=29706
|
id=29706
|
||||||
name=Second Thoughts
|
name=Second Thoughts
|
||||||
mana={4}{W}
|
mana={4}{W}
|
||||||
auto=moveTo(ownerremovedfromgame) target(creature[attacking])
|
target=creature[attacking]
|
||||||
|
auto=moveTo(exile)
|
||||||
auto=draw:1
|
auto=draw:1
|
||||||
type=Instant
|
type=Instant
|
||||||
rarity=C
|
rarity=C
|
||||||
|
|||||||
Reference in New Issue
Block a user