Table of Contents

Class ItemQuality

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

Properties

BlockSlotTexture

public string BlockSlotTexture { get; init; }

Property Value

string

Codec

public static Codec<ItemQuality> Codec { get; }

Property Value

Codec<ItemQuality>

HideFromSearch

public bool HideFromSearch { get; init; }

Property Value

bool

ItemEntityConfig

public ItemEntityConfig? ItemEntityConfig { get; init; }

Property Value

ItemEntityConfig

ItemTooltipArrowTexture

public string ItemTooltipArrowTexture { get; init; }

Property Value

string

ItemTooltipTexture

public string ItemTooltipTexture { get; init; }

Property Value

string

LocalizationKey

public string LocalizationKey { get; init; }

Property Value

string

QualityValue

public int QualityValue { get; init; }

Property Value

int

RenderSpecialSlot

public bool RenderSpecialSlot { get; init; }

Property Value

bool

SlotTexture

public string SlotTexture { get; init; }

Property Value

string

SpecialSlotTexture

public string SpecialSlotTexture { get; init; }

Property Value

string

TextColor

public string TextColor { get; init; }

Property Value

string

VisibleQualityLabel

public bool VisibleQualityLabel { get; init; }

Property Value

bool