Enum DamageAmountMode
- Namespace
- ElectricDrill.AstraHealth.Damage
- Assembly
- com.electricdrill.astra-health.Runtime.dll
Determines how the damage amount is calculated.
public enum DamageAmountMode
Fields
DamageFromContext = 2A percentage of the damage amount carried by the incoming DamageResolutionContext (e.g. 0.1 = 10% of received damage).
Fixed = 0A fixed value provided via a ElectricDrill.AstraRpgFramework.Utils.LongRef.
ScalingFormula = 1Computed at runtime via a ScalingFormula asset.