Class OutOfCombatCondition
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/OutOfCombatCondition", "7d541d106e3d2804e3a4b4766d78aaaceb142cd527e398a5780228131675b6ef")]
public sealed record OutOfCombatCondition : EntityEffectApplyConditions, IEquatable<OutOfCombatCondition>
- Inheritance
-
OutOfCombatCondition
- Implements
- Inherited Members
Properties
Codec
public static Codec<OutOfCombatCondition> Codec { get; }
Property Value
DelaySeconds
public double? DelaySeconds { get; init; }
Property Value
Inverse
public bool Inverse { get; init; }