Table of Contents

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 = 2

Use the final damage amount (after all pipeline steps).

Initial = 0

Use the initial damage amount (before any pipeline modifications).

Step = 1

Use the damage recorded at a specific pipeline step (requires a step type).