diff options
author | Fate <fate-tmw@googlemail.com> | 2009-05-14 03:58:59 +0000 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-05-14 03:58:59 +0000 |
commit | eb01e639f91d6cef6117abb5a59f27829fe79a37 (patch) | |
tree | fe935adcee74718fb4bbc0732717b09b32341990 | |
parent | 04ba9494954398c9166a510176dcc81c14f1c883 (diff) | |
download | serverdata-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.
-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 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."); |