Jonathan - fixing my mistakes
This commit is contained in:
@@ -694,7 +694,7 @@ toughness=1
|
|||||||
[card]
|
[card]
|
||||||
text=Enchant creature When a creature is put into a graveyard from play, destroy enchanted creature.
|
text=Enchant creature When a creature is put into a graveyard from play, destroy enchanted creature.
|
||||||
target=creature
|
target=creature
|
||||||
auto=@movedTo(creature|graveyard):destroy
|
auto=@movedTo(creature|graveyard) from(inplay):destroy
|
||||||
id=179891
|
id=179891
|
||||||
name=Yoke of the Damned
|
name=Yoke of the Damned
|
||||||
rarity=C
|
rarity=C
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ toughness=1
|
|||||||
[card]
|
[card]
|
||||||
text=Whenever another Goblin you control is put into a graveyard from play, you may have Boggart Shenanigans deal 1 damage to target player.
|
text=Whenever another Goblin you control is put into a graveyard from play, you may have Boggart Shenanigans deal 1 damage to target player.
|
||||||
id=139445
|
id=139445
|
||||||
auto=@movedTo(creature[goblin]|mygraveyard):damage:1 target(player)
|
auto=@movedTo(creature[goblin]|graveyard) from(myinplay):may damage:1 target(player)
|
||||||
name=Boggart Shenanigans
|
name=Boggart Shenanigans
|
||||||
rarity=U
|
rarity=U
|
||||||
type=Enchantment
|
type=Enchantment
|
||||||
@@ -521,8 +521,8 @@ toughness=1
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text=Whenever an attacking Kithkin or Elf is put into your graveyard from play, you may draw a card.
|
text=Whenever an attacking Kithkin or Elf is put into your graveyard from play, you may draw a card.
|
||||||
auto=@movedTo(kithkin[attacking]|mygraveyard):draw:1
|
auto=@movedTo(kithkin[attacking]|mygraveyard) from(inplay):draw:1
|
||||||
auto=@movedTo(elf[attacking]|mygraveyard):draw:1
|
auto=@movedTo(elf[attacking]|mygraveyard) from(inplay):draw:1
|
||||||
id=139497
|
id=139497
|
||||||
name=Kithkin Mourncaller
|
name=Kithkin Mourncaller
|
||||||
rarity=U
|
rarity=U
|
||||||
|
|||||||
Reference in New Issue
Block a user