From 6007ba454c2af1ac53d2c4924b293bcd00010121 Mon Sep 17 00:00:00 2001 From: Fryguy Date: Sun, 7 Jan 2024 02:01:13 -0500 Subject: [PATCH] [Feature] Formula Addition (40+ Harm Touch) (#3870) --- zone/spell_effects.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zone/spell_effects.cpp b/zone/spell_effects.cpp index 3fc7cb27e..372944791 100644 --- a/zone/spell_effects.cpp +++ b/zone/spell_effects.cpp @@ -3718,6 +3718,10 @@ snare has both of them negative, yet their range should work the same: result = ubase + (3 * caster_level / 4); break; + case 144: // Level 40+ Harm Touch + result = ubase + (caster_level * 10) + (caster_level - 40) * 20; + break; + //these are used in stacking effects... formula unknown case 201: case 203: