Table of Contents

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

A percentage of the damage amount carried by the incoming DamageResolutionContext (e.g. 0.1 = 10% of received damage).

Fixed = 0

A fixed value provided via a ElectricDrill.AstraRpgFramework.Utils.LongRef.

ScalingFormula = 1

Computed at runtime via a ScalingFormula asset.