Table of Contents

Class StatsConditionWithModifierInteraction

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/StatsConditionWithModifierInteraction", "78045938bfd221dc9990825ea8e79a0ee27f57976609fe806627bb2c9c96832d")]
public sealed record StatsConditionWithModifierInteraction : Interaction, IEquatable<StatsConditionWithModifierInteraction>
Inheritance
StatsConditionWithModifierInteraction
Implements
Inherited Members

Properties

Camera

public InteractionCameraSettings? Camera { get; init; }

Property Value

InteractionCameraSettings

CancelOnItemChange

public bool CancelOnItemChange { get; init; }

Property Value

bool

Codec

public static Codec<StatsConditionWithModifierInteraction> Codec { get; }

Property Value

Codec<StatsConditionWithModifierInteraction>

Costs

public Dictionary<string, float> Costs { get; init; }

Property Value

Dictionary<string, float>

Effects

public InteractionEffects? Effects { get; init; }

Property Value

InteractionEffects

Failed

public string? Failed { get; init; }

Property Value

string

HorizontalSpeedMultiplier

public float? HorizontalSpeedMultiplier { get; init; }

Property Value

float?

InteractionModifierId

public StatsConditionWithModifierInteractionInteractionModifierId InteractionModifierId { get; init; }

Property Value

StatsConditionWithModifierInteractionInteractionModifierId

Lenient

public bool Lenient { get; init; }

Property Value

bool

LessThan

public bool LessThan { get; init; }

Property Value

bool

Next

public string? Next { get; init; }

Property Value

string

OnItemChangeBehavior

public StatsConditionWithModifierInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }

Property Value

StatsConditionWithModifierInteractionInteractionItemChangeBehavior?

Rules

public InteractionRules Rules { get; init; }

Property Value

InteractionRules

RunTime

public float? RunTime { get; init; }

Property Value

float?

Settings

public Dictionary<string, InteractionSettings>? Settings { get; init; }

Property Value

Dictionary<string, InteractionSettings>

ValueType

public StatsConditionWithModifierInteractionValueType? ValueType { get; init; }

Property Value

StatsConditionWithModifierInteractionValueType?

ViewDistance

public double ViewDistance { get; init; }

Property Value

double