From eb01e639f91d6cef6117abb5a59f27829fe79a37 Mon Sep 17 00:00:00 2001 From: Fate Date: Thu, 14 May 2009 03:58:59 +0000 Subject: Extended spell duration for #N11 (protect), since its component (hard spike) is uncommon. --- conf/magic.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') 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."); -- cgit v1.2.3-60-g2f50