From 4e1f2fd9cf6fce6a708e19ab3742daf29e95d04c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 28 Mar 2021 15:43:14 -0300 Subject: Two masteries for the last rebirth. Do note splash bonus DOES NOT STACK. --- db/constants.conf | 1 + npc/functions/hub.txt | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/db/constants.conf b/db/constants.conf index 30af1bd60..a337ca652 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -2404,6 +2404,7 @@ constants_db: { PCB_EXPBONUS: 16384 PCB_NOKNOCKBACK: 32768 PCB_SPLASHMASTER: 65536 + PCB_RANGEMASTER: 131072 @include "db/si_config.conf" @include "conf/import/constants.conf" 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; } -- cgit v1.2.3-60-g2f50