JON4TH4N - sets update

This commit is contained in:
leungclj
2009-09-10 12:56:39 +00:00
parent 5aa654d8fd
commit ed20be6277
7 changed files with 37 additions and 35 deletions

View File

@@ -11,19 +11,6 @@ subtype=Human Soldier
toughness=1
[/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.
auto=tap
auto={T}:Add{W}
@@ -967,19 +954,6 @@ rarity=U
type=Land
[/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.
auto=tap
auto={T}:Add{G}

View File

@@ -24,7 +24,20 @@ mana={2}{R}{W}
subtype=Ajani
toughness=3
[/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]
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
@@ -986,7 +999,20 @@ type=Enchantment
mana={2}{G}
subtype=Aura
[/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]
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

View File

@@ -474,6 +474,7 @@ mana={R}
type=Enchantment
text=Whenever you play a creature spell, tap target creature.
auto=@movedTo(creature|mystack):tap target(creature)
#0.8 @movedTo wont work with target, may is needed
rarity=C
[/card]
[card]

View File

@@ -561,8 +561,8 @@ toughness=1
[/card]
[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(elf[attacking]|mygraveyard) from(inplay):draw:1
auto=@movedTo(kithkin[attacking]|mygraveyard) from(inplay):may draw:1
auto=@movedTo(elf[attacking]|mygraveyard) from(inplay):may draw:1
id=139497
name=Kithkin Mourncaller
rarity=U
@@ -814,7 +814,8 @@ toughness=3
[card]
text=Whenever a player plays a Kithkin spell, you may have target player lose 1 life.
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
rarity=C
type=Creature

View File

@@ -254,7 +254,7 @@ abilities=fear
[/card]
[card]
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
name=Dross Scorpion
rarity=C

View File

@@ -912,8 +912,8 @@ text=At the beginning of each player's draw step, that player draws an additiona
id=146089
auto=@each my upkeep:draw:1 controller
auto=@each opponent upkeep:draw:1 opponent
auto=@movedTo(myhand) from(mylibrary):damage:1 controller
auto=@movedTo(opponenthand) from(opponentlibrary):damage:1 opponent
auto=@movedTo(*|myhand) from(mylibrary):damage:1 controller
auto=@movedTo(*|opponenthand) from(opponentlibrary):damage:1 opponent
name=Spiteful Visions
rarity=R
type=Enchantment

View File

@@ -1167,7 +1167,7 @@ mana={1}{W}
[/card]
[card]
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
name=Planar Void
rarity=U