From f65c75ac274dc73d0b2d828c9ae769690b406783 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 28 Mar 2020 21:14:12 -0300 Subject: Nerf alcohol debuffs by almost half. +100% exp gave +100ms to attack delay, now this is +52ms (roughly) --- npc/items/alcohol.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/npc/items/alcohol.txt b/npc/items/alcohol.txt index 25f93c744..b171eedc9 100644 --- a/npc/items/alcohol.txt +++ b/npc/items/alcohol.txt @@ -109,6 +109,9 @@ OnUse: .@delay=@Alcohol*(.@deltatime/1000); .@min=-(remaining_bonus(SC_OVERLAPEXPUP, true)*2); .@max=-(remaining_bonus(SC_OVERLAPEXPUP, true)*2); + // Sanitization, and nerf the debuff + .@min=(.@min/2)+1; + .@max=(.@max/2)+2; SC_Bonus(.@delay, SC_ATTHASTE_INFINITY, .@min, .@max); close; } -- cgit v1.2.3-60-g2f50