Class StatCondition
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/StatCondition", "25cd581bc5a717f12c690131a1e2cd92e3be55c91103bb3848980fb89ae52891")]
public sealed record StatCondition : EntityEffectApplyConditions, IEquatable<StatCondition>
- Inheritance
-
StatCondition
- Implements
- Inherited Members
Properties
Amount
public float Amount { get; init; }
Property Value
Codec
public static Codec<StatCondition> Codec { get; }
Property Value
Comparison
public StatComparisonType? Comparison { get; init; }
Property Value
Inverse
public bool Inverse { get; init; }
Property Value
Stat
public string Stat { get; init; }