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
public static Codec<ItemToolSpec> Codec { get; }
Property Value
- Codec<ItemToolSpec>
public string? GatherType { get; init; }
Property Value
- string
public string? HitSoundLayer { get; init; }
Property Value
- string
public bool IsIncorrect { get; init; }
Property Value
- bool
public float Power { get; init; }
Property Value
- float
public int Quality { get; init; }
Property Value
- int