Table of Contents

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

Codec<ItemWeapon>

EntityStatsToClear

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

Property Value

List<string>

RenderDualWielded

public bool RenderDualWielded { get; init; }

Property Value

bool

StatModifiers

public Dictionary<string, List<StaticModifier>>? StatModifiers { get; init; }

Property Value

Dictionary<string, List<StaticModifier>>