summaryrefslogtreecommitdiff
path: root/conf/magic.conf.template
diff options
context:
space:
mode:
Diffstat (limited to 'conf/magic.conf.template')
-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();