mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-19 20:02:25 +00:00
[Feature] Formula Addition (40+ Harm Touch) (#3870)
This commit is contained in:
parent
d4a78f4799
commit
6007ba454c
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user