Table of Contents

Class LifestealStatConfig

Namespace
ElectricDrill.AstraHealth.Heal
Assembly
com.electricdrill.astra-health.Runtime.dll

Configuration that associates a lifesteal Stat and HealSource with an optional amount selector.

[Serializable]
public class LifestealStatConfig
Inheritance
object
LifestealStatConfig

Properties

AmountSelector

Selector that determines which damage amount (initial/step/final) is used to compute the heal.

public LifestealAmountSelector AmountSelector { get; }

Property Value

LifestealAmountSelector

LifestealSource

The HealSource that will be used when applying lifesteal.

public HealSourceSO LifestealSource { get; }

Property Value

HealSourceSO

LifestealStat

The Stat that will receive lifesteal when this mapping is used.

public StatSO LifestealStat { get; }

Property Value

StatSO