From 730df71372175c8134d52aef745ec27f9b0a8144 Mon Sep 17 00:00:00 2001 From: Fate Date: Wed, 3 Jun 2009 19:41:26 +0000 Subject: substituted weirder names for plants in the spell config (matching the current secret spell suffixes) --- conf/magic.conf.template | 8 ++++---- 1 file 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(); -- cgit v1.2.3-60-g2f50