diff options
author | Fate <fate-tmw@googlemail.com> | 2009-09-11 02:38:30 +0000 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-09-11 02:38:30 +0000 |
commit | 814dfe14cbc700c458143c32c0913adf7456f10c (patch) | |
tree | 7e4aa7c72541c0436da92564a51324575940c535 | |
parent | a4fa5ce1a07d1c4c5a880be31846f53bd67234ec (diff) | |
download | serverdata-814dfe14cbc700c458143c32c0913adf7456f10c.tar.gz serverdata-814dfe14cbc700c458143c32c0913adf7456f10c.tar.bz2 serverdata-814dfe14cbc700c458143c32c0913adf7456f10c.tar.xz serverdata-814dfe14cbc700c458143c32c0913adf7456f10c.zip |
Prefer bug legs for enchant-lifestone, as they have no other purpose outside of a very early quest (unlike maggot slimes)
-rw-r--r-- | conf/magic.conf.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/magic.conf.template b/conf/magic.conf.template index 5e243f23..45e5d02b 100644 --- a/conf/magic.conf.template +++ b/conf/magic.conf.template @@ -904,7 +904,7 @@ SPELL enchant-lifestone : "#G12" = IN (MANA 15, CASTTIME 4000, REQUIRE skill(caster, MAGIC) > level, REQUIRE skill(caster, school) > level, - (COMPONENTS ["MaggotSlime"] OR COMPONENTS["BugLeg"] + (COMPONENTS["BugLeg"] OR COMPONENTS ["MaggotSlime"] OR COMPONENTS ["MauveHerb", "AlizarinHerb", "CobaltHerb", "GambogeHerb"])) => EFFECT CALL adjust_spellpower(school); CALL default_effect(); |