From f0326c616aa2cba2026c866f3c76f4e42cad5181 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 14 Nov 2022 01:08:02 -0300 Subject: Reduce Confringo mana cost in 1/3 --- 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 81864df5..aec596b3 100644 --- a/world/map/npc/magic/level0-wand.txt +++ b/world/map/npc/magic/level0-wand.txt @@ -53,7 +53,7 @@ S_SetWand: set QL_MORGAN, 3; setarray @wandspell[0], .WandsAnim[.@wand_loop], // wand anim/id - (.@pwr * (BaseLevel / 15) + 2), // wand cost + ((.@pwr * BaseLevel * 2 / 3) / 15 + 2), // wand cost (.@pwr * (@spellpower / 3)), // wand dmg (((200 - Agi) * 1200) / 200), //delay (.@pwr + (@spellpower / 10)); // charges -- cgit v1.2.3-60-g2f50