Class Regenerating
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/Regenerating", "8d2d90423655e7b183a5bcaadf9e85704ab843c3580c85cd48c6edcf0d7ee62c")]
public sealed record Regenerating : IEquatable<Regenerating>
- Inheritance
-
Regenerating
- Implements
-
- Inherited Members
-
Properties
Amount
public float? Amount { get; init; }
Property Value
- float?
ClampAtZero
public bool ClampAtZero { get; init; }
Property Value
- bool
Conditions
public List<EntityEffectApplyConditions>? Conditions { get; init; }
Property Value
- List<EntityEffectApplyConditions>
Interval
public float? Interval { get; init; }
Property Value
- float?
Modifiers
public List<RegeneratingModifier>? Modifiers { get; init; }
Property Value
- List<RegeneratingModifier>
RegenType
public RegenType? RegenType { get; init; }
Property Value
- RegenType?