You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom damage types can be added to the following types: OverlapAttack, BlastAttack, LightningOrb, DotController.DotStack, DamageOrb, BulletAttack, DamageInfo, and GenericDamageOrb. For Types that are not included, it may be necessary to perform an IL hook and modify the DamageInfo it creates.
The exposed method is DamageAPI.AddModdedDamageType.
To utilize the custom damage type, use the extension HasModdedDamageType.
To remove the custom damage type from a source, use RemoveModdedDamageType.