From dc2c1e5aa96c1559ff7e6681dfba774ec99481be Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 14 Apr 2021 22:43:30 -0300 Subject: [skip ci] transform debug markers into balance --- npc/magic/level2-rain.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/magic') diff --git a/npc/magic/level2-rain.txt b/npc/magic/level2-rain.txt index 2c6dca84..4fe8c8e1 100644 --- a/npc/magic/level2-rain.txt +++ b/npc/magic/level2-rain.txt @@ -25,11 +25,11 @@ function script SK_Kaflosh { delitem BottleOfWater, 1; GetManaExp(@skillId, 2); - // Adjusted MATK will determine rain duration (15 ATK = 1s) + // Adjusted MATK will determine rain duration (12 ATK = 1s) .@PW=80+(20*@skillLv); .@dmg=AdjustSpellpower(.@PW); - .@time=.@dmg/15; - debugmes "KAFLOSH: Damage %d Time %d", .@dmg, .@time; + .@time=.@dmg/12; + //debugmes "KAFLOSH: Damage %d Time %d", .@dmg, .@time; .@time+=getskilllv(SKILL_MAGIC_NATURE)-2; // +1 second per nature magic lv // Adverse climate (eg. desert and icelands) will cut this to 1/3 -- cgit v1.2.3-70-g09d2