summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-05-14 03:58:59 +0000
committerFate <fate-tmw@googlemail.com>2009-05-14 03:58:59 +0000
commiteb01e639f91d6cef6117abb5a59f27829fe79a37 (patch)
treefe935adcee74718fb4bbc0732717b09b32341990 /conf
parent04ba9494954398c9166a510176dcc81c14f1c883 (diff)
downloadserverdata-eb01e639f91d6cef6117abb5a59f27829fe79a37.tar.gz
serverdata-eb01e639f91d6cef6117abb5a59f27829fe79a37.tar.bz2
serverdata-eb01e639f91d6cef6117abb5a59f27829fe79a37.tar.xz
serverdata-eb01e639f91d6cef6117abb5a59f27829fe79a37.zip
Extended spell duration for #N11 (protect), since its component (hard spike) is uncommon.
Diffstat (limited to 'conf')
-rw-r--r--conf/magic.conf.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/magic.conf.template b/conf/magic.conf.template
index 4f02a871..7873163a 100644
--- a/conf/magic.conf.template
+++ b/conf/magic.conf.template
@@ -648,7 +648,7 @@ SPELL protect (target : PC) : "#N11" =
sfx(target, 11, 0);
IF (caster <> target)
THEN CALL default_effect();
- status_change(target, SC_PHYS_SHIELD, 5 + max(15, spellpower / 20), 0, 0, 0, 5000 + (spellpower * 400));
+ status_change(target, SC_PHYS_SHIELD, 5 + max(15, spellpower / 20), 0, 0, 0, 5000 + (spellpower * 1000));
message (target, "You feel more protected.");
CALL gain_xp(2);
ATEND message (target, "You feel less protected.");