[Feature] Formula Addition (40+ Harm Touch) (#3870)

This commit is contained in:
Fryguy 2024-01-07 02:01:13 -05:00 committed by GitHub
parent d4a78f4799
commit 6007ba454c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: