diff --git a/projects/mtg/bin/Res/sets/GPT/_cards.dat b/projects/mtg/bin/Res/sets/GPT/_cards.dat index 4a7286ff3..f68cb1583 100644 --- a/projects/mtg/bin/Res/sets/GPT/_cards.dat +++ b/projects/mtg/bin/Res/sets/GPT/_cards.dat @@ -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 diff --git a/projects/mtg/bin/Res/sets/GPT/todo.dat b/projects/mtg/bin/Res/sets/GPT/todo.dat index 701daec49..039c21733 100644 --- a/projects/mtg/bin/Res/sets/GPT/todo.dat +++ b/projects/mtg/bin/Res/sets/GPT/todo.dat @@ -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 diff --git a/projects/mtg/bin/Res/sets/STH/_cards.dat b/projects/mtg/bin/Res/sets/STH/_cards.dat index 7fe65cab0..f747c2d78 100644 --- a/projects/mtg/bin/Res/sets/STH/_cards.dat +++ b/projects/mtg/bin/Res/sets/STH/_cards.dat @@ -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 diff --git a/projects/mtg/bin/Res/sets/STH/todo.dat b/projects/mtg/bin/Res/sets/STH/todo.dat index 587f93fc4..23aa8efc3 100644 --- a/projects/mtg/bin/Res/sets/STH/todo.dat +++ b/projects/mtg/bin/Res/sets/STH/todo.dat @@ -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]