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
-
objectLifestealStatConfig
Properties
AmountSelector
Selector that determines which damage amount (initial/step/final) is used to compute the heal.
public LifestealAmountSelector AmountSelector { get; }
Property Value
LifestealSource
The HealSource that will be used when applying lifesteal.
public HealSourceSO LifestealSource { get; }
Property Value
LifestealStat
The Stat that will receive lifesteal when this mapping is used.
public StatSO LifestealStat { get; }
Property Value
- StatSO