mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-24 11:42:36 +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);
|
result = ubase + (3 * caster_level / 4);
|
||||||
break;
|
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
|
//these are used in stacking effects... formula unknown
|
||||||
case 201:
|
case 201:
|
||||||
case 203:
|
case 203:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user