Health Modifier
The Health Modifier class represents something that can modify the health properties of a Damageable object.
This is a custom (non-Monobehavior) class that you will find in the inspector of all the key weapon components at the point of damage, including the Projectile component and the Beam Weapon Unit components.
When you fold this class out, you will be able to set the following values for the weapon:
Default damage value
Default healing value
Damage values for specific health types
Healing values for specific health types
Damage and healing multipliers (which can be modified at any time)
Last updated