summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-06-03 19:41:26 +0000
committerFate <fate-tmw@googlemail.com>2009-06-03 19:41:26 +0000
commit730df71372175c8134d52aef745ec27f9b0a8144 (patch)
treeb591123fc0b2766cb1896444077865c4bc77c748 /conf
parentc4ec0903d31231ae497e3bc592ba738adc6c10b3 (diff)
downloadserverdata-730df71372175c8134d52aef745ec27f9b0a8144.tar.gz
serverdata-730df71372175c8134d52aef745ec27f9b0a8144.tar.bz2
serverdata-730df71372175c8134d52aef745ec27f9b0a8144.tar.xz
serverdata-730df71372175c8134d52aef745ec27f9b0a8144.zip
substituted weirder names for plants in the spell config (matching the current secret spell suffixes)
Diffstat (limited to 'conf')
-rw-r--r--conf/magic.conf.template8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/magic.conf.template b/conf/magic.conf.template
index 863d3c46..396f8f6b 100644
--- a/conf/magic.conf.template
+++ b/conf/magic.conf.template
@@ -363,25 +363,25 @@ SPELL grow-plant (name : STRING) : "#N01" =
school = NATURE
IN (MANA 4, CASTTIME 2000,
REQUIRE skill(caster, MAGIC) > level)
- => ( (REQUIRE name = "mauve",
+ => ( (REQUIRE name = "lax",
COMPONENTS ["MauveHerb", "Root"]) =>
EFFECT CALL adjust_spellpower(school);
CALL default_effect();
CALL gain_xp(1);
spawn(rbox(location, 2), caster, 1029, 1, skill(caster, school) / 2 + 1, 10000);
- | (REQUIRE name = "alizarin",
+ | (REQUIRE name = "phoo",
COMPONENTS ["AlizarinHerb", "Root"]) =>
EFFECT CALL adjust_spellpower(school);
CALL default_effect();
CALL gain_xp(1);
spawn(rbox(location, 2), caster, 1032, 1, skill(caster, school) / 2 + 1, 10000);
- | (REQUIRE name = "gamboge",
+ | (REQUIRE name = "yikam",
COMPONENTS ["GambogeHerb", "Root"]) =>
EFFECT CALL adjust_spellpower(school);
CALL default_effect();
CALL gain_xp(1);
spawn(rbox(location, 2), caster, 1031, 1, skill(caster, school) / 2 + 1, 10000);
- | (REQUIRE name = "cobalt",
+ | (REQUIRE name = "sump",
COMPONENTS ["CobaltHerb", "Root"]) =>
EFFECT CALL adjust_spellpower(school);
CALL default_effect();