summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-28 15:43:14 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-28 15:43:14 -0300
commit4e1f2fd9cf6fce6a708e19ab3742daf29e95d04c (patch)
tree2aeadce52ec15da8d88e06c8ddcf85a100ccc129 /npc
parentbb653239137c1679d65ab5d56dbc9e840f474ca9 (diff)
downloadserverdata-4e1f2fd9cf6fce6a708e19ab3742daf29e95d04c.tar.gz
serverdata-4e1f2fd9cf6fce6a708e19ab3742daf29e95d04c.tar.bz2
serverdata-4e1f2fd9cf6fce6a708e19ab3742daf29e95d04c.tar.xz
serverdata-4e1f2fd9cf6fce6a708e19ab3742daf29e95d04c.zip
Two masteries for the last rebirth. Do note splash bonus DOES NOT STACK.
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/hub.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 04d0a02d5..ed78eaf49 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -966,7 +966,7 @@ function script HUB_PCBonus {
bonus bMaxHP, 500;
}
if (PCBONUS & PCB_MPBONUS) {
- bonus bMaxSP, 150;
+ bonus bMaxSP, 200;
}
if (PCBONUS & PCB_ASPDBONUS) {
bonus bAspd, 10;
@@ -986,6 +986,9 @@ function script HUB_PCBonus {
if (PCBONUS & PCB_SPLASHMASTER) {
bonus bSplashRange, 1;
}
+ if (PCBONUS & PCB_RANGEMASTER) {
+ bonus bAtkRange, 1;
+ }
return;
}