Table of Contents

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

Codec<OutOfCombatCondition>

DelaySeconds

public double? DelaySeconds { get; init; }

Property Value

double?

Inverse

public bool Inverse { get; init; }

Property Value

bool