summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-06-21 07:28:35 -0300
committerJesusaves <cpntb1@ymail.com>2020-06-21 07:28:35 -0300
commite3a46bc3349a5744ab86cf28983126359e29dc0e (patch)
treec8e628e02e148f26a84c39b0f2da9e47394c0857
parent7770e222abc0ac1fd608743e8881ad4bd0e2175f (diff)
downloadserverdata-e3a46bc3349a5744ab86cf28983126359e29dc0e.tar.gz
serverdata-e3a46bc3349a5744ab86cf28983126359e29dc0e.tar.bz2
serverdata-e3a46bc3349a5744ab86cf28983126359e29dc0e.tar.xz
serverdata-e3a46bc3349a5744ab86cf28983126359e29dc0e.zip
[skip ci] fix testing weirdness on Skypiercer
-rw-r--r--db/re/item_db.conf4
-rw-r--r--npc/functions/hub.txt4
2 files changed, 5 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index cfed5622b..081071a16 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -14870,8 +14870,8 @@ item_db: (
bonus bMdefRate, -50;
bonus bMdef2Rate, -50;
bonus bFlee2Rate, 25;
- bonus bAtk, BaseLevel-109;
- bonus bMatk, (BaseLevel-109)/2;
+ bonus bAtk, max(0, BaseLevel-109);
+ bonus bMatk, max(0, BaseLevel-109)/2;
//bonus bAtk, getrefine()*2;
">
},
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 85fe79c37..9628c0a2a 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -310,10 +310,12 @@ function script HUB_SkillInvoke {
/*
// Weapon Overload attack
case TMW2_OVERLOAD:
- .@PW=100+(50*@skillLv);
+ .@PW=67+(33*@skillLv);
harm(@skillTarget, AdjustAttackpower(.@PW), HARM_MISC);
break;
+ // TODO: Ultimate Skills (T5/0)
+
// Support magic
// TODO: Debuffs
// TODO: Buffs