Class ItemUtility
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/ItemUtility", "d1cd9f57c147079499fb65b76b492050979932b24c0592fe5ca57a63f3228755")]
public sealed record ItemUtility : IEquatable<ItemUtility>
- Inheritance
-
ItemUtility
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<ItemUtility> Codec { get; }
Property Value
- Codec<ItemUtility>
Compatible
public bool Compatible { get; init; }
Property Value
- bool
EntityStatsToClear
public List<string>? EntityStatsToClear { get; init; }
Property Value
- List<string>
StatModifiers
public Dictionary<string, List<StaticModifier>>? StatModifiers { get; init; }
Property Value
- Dictionary<string, List<StaticModifier>>
Usable
public bool Usable { get; init; }
Property Value
- bool