Table of Contents

Class ItemToolSpec

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/ItemToolSpec.json#", "4f2c2d2556290c303b0a31dfc38564afea958718e8990a9cae3cc60590bca672")]
public sealed record ItemToolSpec : IEquatable<ItemToolSpec>
Inheritance
ItemToolSpec
Implements
Inherited Members

Properties

Codec

public static Codec<ItemToolSpec> Codec { get; }

Property Value

Codec<ItemToolSpec>

GatherType

public string? GatherType { get; init; }

Property Value

string

HitSoundLayer

public string? HitSoundLayer { get; init; }

Property Value

string

IsIncorrect

public bool IsIncorrect { get; init; }

Property Value

bool

Power

public float Power { get; init; }

Property Value

float

Quality

public int Quality { get; init; }

Property Value

int