JON4TH4N - sets update
This commit is contained in:
@@ -11,19 +11,6 @@ subtype=Human Soldier
|
|||||||
toughness=1
|
toughness=1
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text=Shroud Whenever another creature is put into a graveyard from play, you may put a +1/+1 counter on Algae Gharial.
|
|
||||||
abilities=shroud
|
|
||||||
auto=@movedTo(creature|graveyard) from(inplay):may counter(1/1)
|
|
||||||
id=174986
|
|
||||||
name=Algae Gharial
|
|
||||||
rarity=U
|
|
||||||
type=Creature
|
|
||||||
mana={3}{G}
|
|
||||||
power=1
|
|
||||||
subtype=Crocodile
|
|
||||||
toughness=1
|
|
||||||
[/card]
|
|
||||||
[card]
|
|
||||||
text=Arcane Sanctum comes into play tapped. {T}: Add {W}, {U}, or {B} to your mana pool.
|
text=Arcane Sanctum comes into play tapped. {T}: Add {W}, {U}, or {B} to your mana pool.
|
||||||
auto=tap
|
auto=tap
|
||||||
auto={T}:Add{W}
|
auto={T}:Add{W}
|
||||||
@@ -967,19 +954,6 @@ rarity=U
|
|||||||
type=Land
|
type=Land
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text=Flying Whenever another creature is put into a graveyard from play, you may put a +1/+1 counter on Scavenger Drake.
|
|
||||||
abilities=flying
|
|
||||||
auto=@movedTo(creature|graveyard) from(inplay):may counter(1/1)
|
|
||||||
id=174987
|
|
||||||
name=Scavenger Drake
|
|
||||||
rarity=U
|
|
||||||
type=Creature
|
|
||||||
mana={3}{B}
|
|
||||||
power=1
|
|
||||||
subtype=Drake
|
|
||||||
toughness=1
|
|
||||||
[/card]
|
|
||||||
[card]
|
|
||||||
text=Seaside Citadel comes into play tapped. {T}: Add {G}, {W}, or {U} to your mana pool.
|
text=Seaside Citadel comes into play tapped. {T}: Add {G}, {W}, or {U} to your mana pool.
|
||||||
auto=tap
|
auto=tap
|
||||||
auto={T}:Add{G}
|
auto={T}:Add{G}
|
||||||
|
|||||||
@@ -24,7 +24,20 @@ mana={2}{R}{W}
|
|||||||
subtype=Ajani
|
subtype=Ajani
|
||||||
toughness=3
|
toughness=3
|
||||||
[/card]
|
[/card]
|
||||||
|
[card]
|
||||||
|
text=Shroud Whenever another creature is put into a graveyard from play, you may put a +1/+1 counter on Algae Gharial.
|
||||||
|
abilities=shroud
|
||||||
|
auto=@movedTo(creature[-this]|graveyard) from(inplay):may counter(1/1)
|
||||||
|
#0.8 doesnt have "[-this]" when this creature dies, it triggers its own effect, causing crash
|
||||||
|
id=174986
|
||||||
|
name=Algae Gharial
|
||||||
|
rarity=U
|
||||||
|
type=Creature
|
||||||
|
mana={3}{G}
|
||||||
|
power=1
|
||||||
|
subtype=Crocodile
|
||||||
|
toughness=1
|
||||||
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text=Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.) Whenever a creature you control attacks alone, you may tap target creature.
|
text=Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.) Whenever a creature you control attacks alone, you may tap target creature.
|
||||||
id=174826
|
id=174826
|
||||||
@@ -986,7 +999,20 @@ type=Enchantment
|
|||||||
mana={2}{G}
|
mana={2}{G}
|
||||||
subtype=Aura
|
subtype=Aura
|
||||||
[/card]
|
[/card]
|
||||||
|
[card]
|
||||||
|
text=Flying Whenever another creature is put into a graveyard from play, you may put a +1/+1 counter on Scavenger Drake.
|
||||||
|
abilities=flying
|
||||||
|
auto=@movedTo(creature|graveyard) from(inplay):may counter(1/1)
|
||||||
|
#0.8 doesnt have "[-this]" when this creature dies, it triggers its own effect, causing crash
|
||||||
|
id=174987
|
||||||
|
name=Scavenger Drake
|
||||||
|
rarity=U
|
||||||
|
type=Creature
|
||||||
|
mana={3}{B}
|
||||||
|
power=1
|
||||||
|
subtype=Drake
|
||||||
|
toughness=1
|
||||||
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text=When Scourge Devil comes into play, creatures you control get +1/+0 until end of turn. Unearth {2}{R} ({2}{R}: Return this card from your graveyard to play. It gains haste. Remove it from the game at end of turn or if it would leave play. Unearth only as a sorcery.)
|
text=When Scourge Devil comes into play, creatures you control get +1/+0 until end of turn. Unearth {2}{R} ({2}{R}: Return this card from your graveyard to play. It gains haste. Remove it from the game at end of turn or if it would leave play. Unearth only as a sorcery.)
|
||||||
id=174845
|
id=174845
|
||||||
|
|||||||
@@ -474,6 +474,7 @@ mana={R}
|
|||||||
type=Enchantment
|
type=Enchantment
|
||||||
text=Whenever you play a creature spell, tap target creature.
|
text=Whenever you play a creature spell, tap target creature.
|
||||||
auto=@movedTo(creature|mystack):tap target(creature)
|
auto=@movedTo(creature|mystack):tap target(creature)
|
||||||
|
#0.8 @movedTo wont work with target, may is needed
|
||||||
rarity=C
|
rarity=C
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
|||||||
@@ -561,8 +561,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) from(inplay):draw:1
|
auto=@movedTo(kithkin[attacking]|mygraveyard) from(inplay):may draw:1
|
||||||
auto=@movedTo(elf[attacking]|mygraveyard) from(inplay):draw:1
|
auto=@movedTo(elf[attacking]|mygraveyard) from(inplay):may draw:1
|
||||||
id=139497
|
id=139497
|
||||||
name=Kithkin Mourncaller
|
name=Kithkin Mourncaller
|
||||||
rarity=U
|
rarity=U
|
||||||
@@ -814,7 +814,8 @@ toughness=3
|
|||||||
[card]
|
[card]
|
||||||
text=Whenever a player plays a Kithkin spell, you may have target player lose 1 life.
|
text=Whenever a player plays a Kithkin spell, you may have target player lose 1 life.
|
||||||
id=139469
|
id=139469
|
||||||
auto=@movedTo(kithkin):may life:-1 target(player)
|
auto=@movedTo(kithkin|mystack):may life:-1 target(player)
|
||||||
|
auto=@movedTo(kithkin|opponentstack):may life:-1 target(player)
|
||||||
name=Quill-Slinger Boggart
|
name=Quill-Slinger Boggart
|
||||||
rarity=C
|
rarity=C
|
||||||
type=Creature
|
type=Creature
|
||||||
|
|||||||
@@ -254,7 +254,7 @@ abilities=fear
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text=Whenever Dross Scorpion or another artifact creature is put into a graveyard from play, you may untap target artifact.
|
text=Whenever Dross Scorpion or another artifact creature is put into a graveyard from play, you may untap target artifact.
|
||||||
auto=@movedTo(creature[artifact]|graveyard) from(inplay):may untap(artifact)
|
auto=@movedTo(creature[artifact]|graveyard) from(inplay):may untap target(artifact)
|
||||||
id=46434
|
id=46434
|
||||||
name=Dross Scorpion
|
name=Dross Scorpion
|
||||||
rarity=C
|
rarity=C
|
||||||
|
|||||||
@@ -912,8 +912,8 @@ text=At the beginning of each player's draw step, that player draws an additiona
|
|||||||
id=146089
|
id=146089
|
||||||
auto=@each my upkeep:draw:1 controller
|
auto=@each my upkeep:draw:1 controller
|
||||||
auto=@each opponent upkeep:draw:1 opponent
|
auto=@each opponent upkeep:draw:1 opponent
|
||||||
auto=@movedTo(myhand) from(mylibrary):damage:1 controller
|
auto=@movedTo(*|myhand) from(mylibrary):damage:1 controller
|
||||||
auto=@movedTo(opponenthand) from(opponentlibrary):damage:1 opponent
|
auto=@movedTo(*|opponenthand) from(opponentlibrary):damage:1 opponent
|
||||||
name=Spiteful Visions
|
name=Spiteful Visions
|
||||||
rarity=R
|
rarity=R
|
||||||
type=Enchantment
|
type=Enchantment
|
||||||
|
|||||||
@@ -1167,7 +1167,7 @@ mana={1}{W}
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text=Whenever another card is put into a graveyard from anywhere, remove that card from the game.
|
text=Whenever another card is put into a graveyard from anywhere, remove that card from the game.
|
||||||
auto=@movedTo(*|graveyard):moveTo(Exile) ???
|
auto=@movedTo(*[-this]|graveyard):moveTo(Exile) ???
|
||||||
id=5608
|
id=5608
|
||||||
name=Planar Void
|
name=Planar Void
|
||||||
rarity=U
|
rarity=U
|
||||||
|
|||||||
Reference in New Issue
Block a user