Table of Contents

Class PrefabFarmingStageData

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

Properties

Codec

public static Codec<PrefabFarmingStageData> Codec { get; }

Property Value

Codec<PrefabFarmingStageData>

Duration

public Rangef? Duration { get; init; }

Property Value

Rangef

Prefabs

public List<PrefabStage>? Prefabs { get; init; }

Property Value

List<PrefabStage>

ReplaceMaskTags

public List<string>? ReplaceMaskTags { get; init; }

Property Value

List<string>

SoundEventId

public string? SoundEventId { get; init; }

Property Value

string

TolerateObstructionsAboveY

public int TolerateObstructionsAboveY { get; init; }

Property Value

int

TolerateObstructionsBelowY

public int TolerateObstructionsBelowY { get; init; }

Property Value

int