From c8360e9d645ec74294f59d25c8a13ed376afdfd5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 14 Nov 2022 01:10:29 -0300 Subject: Reduce confringo power in 3%. Kinda. If you use a wand, there's no reduction to the power. Yay! If you use a staff, the power reduction is of 6%. Nerfed Yay! The formula is made following the design to nerf harder high levels. The final result is a net power increase superior to 25% --- world/map/npc/magic/level0-wand.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world/map/npc/magic/level0-wand.txt b/world/map/npc/magic/level0-wand.txt index aec596b3..b12bc649 100644 --- a/world/map/npc/magic/level0-wand.txt +++ b/world/map/npc/magic/level0-wand.txt @@ -54,7 +54,7 @@ S_SetWand: setarray @wandspell[0], .WandsAnim[.@wand_loop], // wand anim/id ((.@pwr * BaseLevel * 2 / 3) / 15 + 2), // wand cost - (.@pwr * (@spellpower / 3)), // wand dmg + (.@pwr * (@spellpower * (11-.@pwr) / 30)), // wand dmg (((200 - Agi) * 1200) / 200), //delay (.@pwr + (@spellpower / 10)); // charges return; -- cgit v1.2.3-60-g2f50