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
Codec
public static Codec<RandomChanceCondition> Codec { get; }
Property Value
Entry
public int Entry { get; init; }
Property Value
Event
public string? Event { get; init; }