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