From 42abbb6a75ef173d416572df1880aeeb53516b5e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 30 Jun 2023 23:26:38 -0300 Subject: Increase power penalty on cooldowns. --- npc/033-2/magic.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/033-2') diff --git a/npc/033-2/magic.txt b/npc/033-2/magic.txt index 89989bc..35f2145 100644 --- a/npc/033-2/magic.txt +++ b/npc/033-2/magic.txt @@ -185,7 +185,8 @@ function script Crossroads_Magic { .@dex = min(readparam2(bDex), 150); .@agi += rand2(readparam2(bLuk)) / 5; .@dex += rand2(readparam2(bVit)) / 5; - .@del = (500 + .@PW) - ((.@agi + .@dex / 2) * 5 / 3); + .@del = (500 + (.@PW*3)) - ((.@agi + .@dex / 2) * 5 / 3); + .@del = max(10, .@del); sleep2(.@del); // Check if you were killed while casting -- cgit v1.2.3-70-g09d2