From 32d49c185d94a3857046b9028d465f873a92c39f Mon Sep 17 00:00:00 2001 From: melvin Date: Wed, 30 Oct 2013 10:45:08 +0800 Subject: [PATCH] replace groovy script reference with ability --- release/Magarena/scripts/Deathspore_Thallid.txt | 4 ++-- release/Magarena/scripts/Psychotrope_Thallid.txt | 4 ++-- release/Magarena/scripts/Savage_Thallid.txt | 5 +++-- release/Magarena/scripts/Thallid_Devourer.txt | 4 ++-- release/Magarena/scripts/Thallid_Germinator.txt | 4 ++-- release/Magarena/scripts/Thallid_Shell_Dweller.txt | 2 +- release/Magarena/scripts/Vitaspore_Thallid.txt | 4 ++-- 7 files changed, 14 insertions(+), 13 deletions(-) diff --git a/release/Magarena/scripts/Deathspore_Thallid.txt b/release/Magarena/scripts/Deathspore_Thallid.txt index 716101e363..2d8445de81 100644 --- a/release/Magarena/scripts/Deathspore_Thallid.txt +++ b/release/Magarena/scripts/Deathspore_Thallid.txt @@ -7,7 +7,7 @@ type=Creature subtype=Zombie,Fungus cost={1}{B} pt=1/1 -ability=pay Sacrifice a Saproling: Target creature gets -1/-1 until end of turn.;\ +ability=your upkeep effect Put a spore counter on SN;\ + pay Sacrifice a Saproling: Target creature gets -1/-1 until end of turn.;\ pay {C3}: PN puts a 1/1 green Saproling creature token onto the battlefield. timing=main -requires_groovy_code=Thallid diff --git a/release/Magarena/scripts/Psychotrope_Thallid.txt b/release/Magarena/scripts/Psychotrope_Thallid.txt index 5d39d70416..56851643ba 100644 --- a/release/Magarena/scripts/Psychotrope_Thallid.txt +++ b/release/Magarena/scripts/Psychotrope_Thallid.txt @@ -7,7 +7,7 @@ type=Creature subtype=Fungus cost={2}{G} pt=1/1 -ability=pay {1},Sacrifice a Saproling: PN draws a card.;\ +ability=your upkeep effect Put a spore counter on SN;\ + pay {1},Sacrifice a Saproling: PN draws a card.;\ pay {C3}: PN puts a 1/1 green Saproling creature token onto the battlefield. timing=main -requires_groovy_code=Thallid diff --git a/release/Magarena/scripts/Savage_Thallid.txt b/release/Magarena/scripts/Savage_Thallid.txt index 5937640222..54de5c7d1f 100644 --- a/release/Magarena/scripts/Savage_Thallid.txt +++ b/release/Magarena/scripts/Savage_Thallid.txt @@ -7,6 +7,7 @@ type=Creature subtype=Fungus cost={3}{G}{G} pt=5/2 -ability=pay {C3}: PN puts a 1/1 green Saproling creature token onto the battlefield. +ability=your upkeep effect Put a spore counter on SN;\ + pay {C3}: PN puts a 1/1 green Saproling creature token onto the battlefield. timing=main -requires_groovy_code=Thallid;Savage Thallid +requires_groovy_code=Savage Thallid diff --git a/release/Magarena/scripts/Thallid_Devourer.txt b/release/Magarena/scripts/Thallid_Devourer.txt index 31c9c39c53..6e907ec8d7 100644 --- a/release/Magarena/scripts/Thallid_Devourer.txt +++ b/release/Magarena/scripts/Thallid_Devourer.txt @@ -7,7 +7,7 @@ type=Creature subtype=Fungus cost={1}{G}{G} pt=2/2 -ability=pay {C3}: PN puts a 1/1 green Saproling creature token onto the battlefield.;\ +ability=your upkeep effect Put a spore counter on SN;\ + pay {C3}: PN puts a 1/1 green Saproling creature token onto the battlefield.;\ pay Sacrifice a Saproling: SN gets +1/+2 until end of turn. timing=main -requires_groovy_code=Thallid diff --git a/release/Magarena/scripts/Thallid_Germinator.txt b/release/Magarena/scripts/Thallid_Germinator.txt index 45211318bc..2515ecffef 100644 --- a/release/Magarena/scripts/Thallid_Germinator.txt +++ b/release/Magarena/scripts/Thallid_Germinator.txt @@ -7,7 +7,7 @@ type=Creature subtype=Fungus cost={2}{G} pt=2/2 -ability=pay Sacrifice a Saproling: Target creature gets +1/+1 until end of turn.;\ +ability=your upkeep effect Put a spore counter on SN;\ + pay Sacrifice a Saproling: Target creature gets +1/+1 until end of turn.;\ pay {C3}: PN puts a 1/1 green Saproling creature token onto the battlefield. timing=main -requires_groovy_code=Thallid diff --git a/release/Magarena/scripts/Thallid_Shell_Dweller.txt b/release/Magarena/scripts/Thallid_Shell_Dweller.txt index 4c22432aef..44911c06ab 100644 --- a/release/Magarena/scripts/Thallid_Shell_Dweller.txt +++ b/release/Magarena/scripts/Thallid_Shell_Dweller.txt @@ -8,6 +8,6 @@ subtype=Fungus cost={1}{G} pt=0/5 ability=defender;\ + your upkeep effect Put a spore counter on SN;\ pay {C3}: PN puts a 1/1 green Saproling creature token onto the battlefield. timing=main -requires_groovy_code=Thallid diff --git a/release/Magarena/scripts/Vitaspore_Thallid.txt b/release/Magarena/scripts/Vitaspore_Thallid.txt index 658cdf08eb..82822dcd0b 100644 --- a/release/Magarena/scripts/Vitaspore_Thallid.txt +++ b/release/Magarena/scripts/Vitaspore_Thallid.txt @@ -7,7 +7,7 @@ type=Creature subtype=Fungus cost={1}{G} pt=1/1 -ability=pay Sacrifice a Saproling: Target creature gains haste until end of turn.;\ +ability=your upkeep effect Put a spore counter on SN;\ + pay Sacrifice a Saproling: Target creature gains haste until end of turn.;\ pay {C3}: PN puts a 1/1 green Saproling creature token onto the battlefield. timing=main -requires_groovy_code=Thallid