Table of Contents

Class RandomChanceCondition

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

Properties

Chance

public float? Chance { get; init; }

Property Value

float?

Codec

public static Codec<RandomChanceCondition> Codec { get; }

Property Value

Codec<RandomChanceCondition>

Entry

public int Entry { get; init; }

Property Value

int

Event

public string? Event { get; init; }

Property Value

string