summaryrefslogtreecommitdiff
path: root/npc/002-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-06 20:53:49 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-06 20:53:49 -0300
commitb7d76bf2f934591787e360cf31739ceac1c0bfa3 (patch)
tree523f6eeb1774df6d783691668c20cbeb06dfec79 /npc/002-3
parentbe79c5220d6c1f7114f9497d39b19104b08a38ec (diff)
downloadserverdata-b7d76bf2f934591787e360cf31739ceac1c0bfa3.tar.gz
serverdata-b7d76bf2f934591787e360cf31739ceac1c0bfa3.tar.bz2
serverdata-b7d76bf2f934591787e360cf31739ceac1c0bfa3.tar.xz
serverdata-b7d76bf2f934591787e360cf31739ceac1c0bfa3.zip
If newbies leave Nard's ship during a siege, they get +200 Evade and +1000 HP.
Diffstat (limited to 'npc/002-3')
-rw-r--r--npc/002-3/doors.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/002-3/doors.txt b/npc/002-3/doors.txt
index 08f7fa94a..dd083178f 100644
--- a/npc/002-3/doors.txt
+++ b/npc/002-3/doors.txt
@@ -39,6 +39,10 @@ OnTouch:
mesc l("Leave the ship? The town have no death penalty and is under a global event."), 1;
if (askyesno() == ASK_NO)
close;
+ // Boost their evade and HP so they don't get instantly KO'ed (5 min)
+ sc_start SC_INCFLEE, 300000, 200;
+ sc_start SC_INCMHP, 300000, 1000;
+ heal 1000, 0;
}
warp "003-1", 81, 68;
close;