Enum LifestealBasisMode
- Namespace
- ElectricDrill.AstraHealth.Heal
- Assembly
- com.electricdrill.astra-health.Runtime.dll
Specifies which damage value should be used as the basis for lifesteal calculations.
[Serializable]
public enum LifestealBasisMode
Fields
Final = 2Use the final damage amount (after all pipeline steps).
Initial = 0Use the initial damage amount (before any pipeline modifications).
Step = 1Use the damage recorded at a specific pipeline step (requires a step type).