From 9eed4285d5cb57db0c65626dd4fefae2572ab40e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 20 Oct 2020 11:48:06 -0300 Subject: Give wind skills its unique perk - they have less cooldown than others \o/ --- npc/functions/hub.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 4a40e5d60..bb3f16c6b 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -346,6 +346,7 @@ function script HUB_SkillInvoke { break; //////////////////////////////// // XXX: Fire Class + // (May burn targets for damage over time) case TMW2_FIREARROW: .@PW=140+(10*@skillLv); // 4% chance, 2.5s @@ -399,7 +400,7 @@ function script HUB_SkillInvoke { break; //////////////////////////////// // XXX: Wind Class - // (No effects? TODO?) + // (Smaller cooldown than others) case TMW2_MAGICSTRIKE: .@PW=125+(25*@skillLv); .@dmg=AdjustSpellpower(.@PW); -- cgit v1.2.3-70-g09d2