From 213d9a49af2d7be34ad128404f7423119e0daf18 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 23 Jun 2020 08:14:16 -0300 Subject: I don't like cheat weapons, so: Only Cooldown is lowered by refine up. Power is 2x. If you use Graphene, +1% DMG per refine level. If you use Arcanum, +2% DMG per refine level (+ graphene bonus) So a +10 weapon gets +230% damage and a 30s cooldown --- npc/functions/hub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/hub.txt') diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index b54360e34..0476903b9 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -298,7 +298,7 @@ function script HUB_SkillInvoke { break; // Weapon Overload attack case TMW2_OVERLOAD: - .@PW=67+(33*@skillLv); + .@PW=200+(@skillLv > 3 ? @skillLv)+(@skillLv > 7 ? @skillLv*2); areaharm(@skillTarget, 0, AdjustAttackpower(.@PW), HARM_MISC); break; // Magic v3 -- cgit v1.2.3-60-g2f50