summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-05-31 10:10:39 +0000
committerFate <fate-tmw@googlemail.com>2009-05-31 10:10:39 +0000
commit8b00cf63d99818e9e8bff9bcad1b2d45356923d0 (patch)
tree71d4440348fab04fe8f34aedcc5e6c819d478348
parente0526fcc8f3dbed1c6ff16002ed4cd03b275b253 (diff)
downloadserverdata-8b00cf63d99818e9e8bff9bcad1b2d45356923d0.tar.gz
serverdata-8b00cf63d99818e9e8bff9bcad1b2d45356923d0.tar.bz2
serverdata-8b00cf63d99818e9e8bff9bcad1b2d45356923d0.tar.xz
serverdata-8b00cf63d99818e9e8bff9bcad1b2d45356923d0.zip
Summoning spells now also require a root.
-rw-r--r--conf/magic.conf.template14
-rw-r--r--npc/013-1_Woodland_hills/sagatha.txt4
2 files changed, 9 insertions, 9 deletions
diff --git a/conf/magic.conf.template b/conf/magic.conf.template
index eaf5e1b1..c55012d6 100644
--- a/conf/magic.conf.template
+++ b/conf/magic.conf.template
@@ -364,7 +364,7 @@ SPELL grow-mauve : "#N01" =
school = NATURE
IN (MANA 4, CASTTIME 2000,
REQUIRE skill(caster, MAGIC) > level,
- COMPONENTS ["MauveHerb"])
+ COMPONENTS ["MauveHerb", "Root"])
=> EFFECT CALL adjust_spellpower(school);
CALL default_effect();
CALL gain_xp(1);
@@ -375,7 +375,7 @@ SPELL grow-alizarin : "#N02" =
school = NATURE
IN (MANA 4, CASTTIME 2000,
REQUIRE skill(caster, MAGIC) > level,
- COMPONENTS ["AlizarinHerb"])
+ COMPONENTS ["AlizarinHerb", "Root"])
=> EFFECT CALL adjust_spellpower(school);
CALL default_effect();
CALL gain_xp(1);
@@ -386,7 +386,7 @@ SPELL grow-gamboge : "#N03" =
school = NATURE
IN (MANA 4, CASTTIME 2000,
REQUIRE skill(caster, MAGIC) > level,
- COMPONENTS ["GambogeHerb"])
+ COMPONENTS ["GambogeHerb", "Root"])
=> EFFECT CALL adjust_spellpower(school);
CALL default_effect();
CALL gain_xp(1);
@@ -397,7 +397,7 @@ SPELL grow-cobalt : "#N04" =
school = NATURE
IN (MANA 4, CASTTIME 2000,
REQUIRE skill(caster, MAGIC) > level,
- COMPONENTS ["CobaltHerb"])
+ COMPONENTS ["CobaltHerb", "Root"])
=> EFFECT CALL adjust_spellpower(school);
CALL default_effect();
CALL gain_xp(1);
@@ -409,7 +409,7 @@ LOCAL SPELL summon-maggots : "#A00" =
school = ASTRAL
IN (MANA 21, CASTTIME 20000,
REQUIRE skill(caster, MAGIC) > level,
- COMPONENTS ["MaggotSlime"])
+ COMPONENTS ["MaggotSlime", "Root"])
=> EFFECT CALL adjust_spellpower(school);
CALL gain_xp(1);
CALL summon_spell(1002,
@@ -822,7 +822,7 @@ LOCAL SPELL summon-spiky-mushrooms : "#A11" =
IN (MANA 33, CASTTIME 20000,
REQUIRE skill(caster, MAGIC) > level,
REQUIRE skill(caster, school) > level,
- COMPONENTS ["HardSpike"])
+ COMPONENTS ["HardSpike", "Root"])
=> EFFECT CALL adjust_spellpower(school);
CALL default_effect();
CALL gain_xp(1);
@@ -834,7 +834,7 @@ LOCAL SPELL summon-fluffies : "#A12" =
IN (MANA 39, CASTTIME 20000,
REQUIRE skill(caster, MAGIC) > level,
REQUIRE skill(caster, school) > level,
- COMPONENTS ["WhiteFur"])
+ COMPONENTS ["WhiteFur", "Root"])
=> EFFECT CALL adjust_spellpower(school);
CALL default_effect();
CALL gain_xp(1);
diff --git a/npc/013-1_Woodland_hills/sagatha.txt b/npc/013-1_Woodland_hills/sagatha.txt
index 5d59b9de..e96a9eab 100644
--- a/npc/013-1_Woodland_hills/sagatha.txt
+++ b/npc/013-1_Woodland_hills/sagatha.txt
@@ -280,7 +280,7 @@ L_teach_A10:
L_teach_A11:
if (@mexp < 200) goto L_teach_noexp;
mes "[Sagatha the Witch]";
- mes "\"If you must fight, call allies. You can call spiky mushrooms out of the ground with a mushroom spike. Hold up the spike and call out to them: '" + getspellinvocation("summon-spiky-mushrooms") + "'.\"";
+ mes "\"If you must fight, call allies. You can call spiky mushrooms out of the ground with a mushroom spike and a root. Hold up the spike and call out to them: '" + getspellinvocation("summon-spiky-mushrooms") + "'. Then press the root to the ground.\"";
next;
mes "[Sagatha the Witch]";
mes "\"Spiky mushrooms often grow too many spikes, so you can shear the spikes off of some.\"";
@@ -290,7 +290,7 @@ L_teach_A11:
L_teach_A12:
if (@mexp < 220) goto L_teach_noexp;
mes "[Sagatha the Witch]";
- mes "\"You can call fluffies, too. But for them you must call out '" + getspellinvocation("summon-fluffies") + "' instead, with white fluffy fur.\"";
+ mes "\"You can call fluffies, too. But for them you must call out '" + getspellinvocation("summon-fluffies") + "' instead, with white fluffy fur instead of a spike. And don't forget the root.\"";
goto L_practice;
L_teach_N11: