From 84a26cfbe6fa4b608a29626a6883a3736270be12 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 22 Feb 2021 19:39:31 -0300 Subject: Make Demure skill actually useful - boosts ASPD, HIT and ATK --- npc/magic/demure.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/npc/magic/demure.txt b/npc/magic/demure.txt index a0be8df47..b728b2b72 100644 --- a/npc/magic/demure.txt +++ b/npc/magic/demure.txt @@ -81,6 +81,8 @@ function script SK_Demure { // Add two SC_ effects: One to raise attack speed and other to drop evade //sc_start(, , {, , {, }}) sc_start SC_ATTHASTE_POTION2, .@length, .@effect; + sc_start SC_INCHITRATE, .@length, .@effect; + sc_start SC_INCATKRATE, .@length, .@effect; sc_start SC_INCFLEERATE, (.@length+.@malus), .@penalty; // set cooldown and timer -- cgit v1.2.3-60-g2f50