From 4aad7d4f1a07deb5baacaf293cf47ed4681131b9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 18 Aug 2024 23:48:12 -0300 Subject: Change the VIT/AGI impact on MaxHP to 2 points (ideal is at least 3) --- npc/functions/hub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index fc15384af..c108a569e 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -1378,7 +1378,7 @@ function script HUB_PCBonus { bonus bSpeedAddRate, min(getq(HalinarzoQuest_Speed)-1, 10); /* Stat reassignment */ - bonus bMaxHP, readparam2(bVit)-readparam2(bAgi); + bonus bMaxHP, (readparam2(bVit)*2)-(readparam2(bAgi)*2); // Double hack fix if (isequipped(ExplosiveArrow)) { -- cgit v1.2.3-70-g09d2