J0N4TH4N - forget the bug I mention in r951, just me being stupid

This commit is contained in:
leungclj
2009-09-25 21:49:13 +00:00
parent 75b8970070
commit e616a5bdd7
4 changed files with 30 additions and 32 deletions

View File

@@ -527,23 +527,6 @@ toughness=2
abilities=flying
[/card]
[card]
text=Ulasht, the Hate Seed enters the battlefield with a +1/+1 counter on it for each other red creature you control and a +1/+1 counter on it for each other green creature you control. {1}, Remove a +1/+1 counter from Ulasht: Choose one - Ulasht deals 1 damage to target creature; or put a 1/1 green Saproling creature token onto the battlefield.
id=97212
name=Ulasht the Hate Seed
color=Red,Green
rarity=R
mana={2}{R}{G}
type=Creature
subtype=Hellion Hydra
auto=foreach(other creature[red]|myBattlefield) counter(1/1,1)
auto=foreach(other creature[green]|myBattlefield) counter(1/1,1)
auto={1}:counter(1/1,-1) && damage:1 target(creature)
auto={1}:token(Saproling,creature saproling,1/1,green) && counter(1/1,-1)
power=0
toughness=0
abilities=legendary
[/card]
[card]
text=Flying. Whenever you cast an instant or sorcery spell, Wee Dragonauts gets +2/+0 until end of turn.
id=96903
name=Wee Dragonauts

View File

@@ -1109,7 +1109,23 @@ type=Sorcery
text=Replicate {1}{U} (When you cast this spell, copy it for each time you paid its replicate cost.) Draw a card.
rarity=C
[/card]
[card]
text=Ulasht, the Hate Seed enters the battlefield with a +1/+1 counter on it for each other red creature you control and a +1/+1 counter on it for each other green creature you control. {1}, Remove a +1/+1 counter from Ulasht: Choose one - Ulasht deals 1 damage to target creature; or put a 1/1 green Saproling creature token onto the battlefield.
id=97212
name=Ulasht the Hate Seed
color=Red,Green
rarity=R
mana={2}{R}{G}
type=Creature
subtype=Hellion Hydra
auto=foreach(other creature[red]|myBattlefield) counter(1/1,1)
auto=foreach(other creature[green]|myBattlefield) counter(1/1,1)
auto={1}:counter(1/1,-1) && damage:1 target(creature)
auto={1}:token(Saproling,creature saproling,1/1,green) && counter(1/1,-1)
power=0
toughness=0
abilities=legendary
[/card]
[card]
id=96851
name=Vacuumelt

View File

@@ -518,19 +518,6 @@ power=5
toughness=4
[/card]
[card]
text=Spitting Hydra enters the battlefield with four +1/+1 counters on it. {1}{R}, Remove a +1/+1 counter from Spitting Hydra: Spitting Hydra deals 1 damage to target creature.
id=5246
name=Spitting Hydra
mana={3}{R}{R}
type=Creature
subtype=Hydra
power=0
toughness=0
auto=counter(1/1,4)
auto={1}{R}:counter(1/1,-1) && damage:1 target(creature)
rarity=R
[/card]
[card]
text={T}, Sacrifice a creature: Destroy target nonblack creature.
auto={T}{S(creature|myBattlefield)}:destroy target(creature[-black])
id=5247

View File

@@ -734,7 +734,19 @@ toughness=2
text=Flying {0}: The next 1 damage that would be dealt to Spirit en-Kor this turn is dealt to target creature you control instead.
rarity=C
[/card]
[card]
text=Spitting Hydra enters the battlefield with four +1/+1 counters on it. {1}{R}, Remove a +1/+1 counter from Spitting Hydra: Spitting Hydra deals 1 damage to target creature.
id=5246
name=Spitting Hydra
mana={3}{R}{R}
type=Creature
subtype=Hydra
power=0
toughness=0
auto=counter(1/1,4)
auto={1}{R}:counter(1/1,-1) && damage:1 target(creature)
rarity=R
[/card]