Junk
Server/Item/Qualities/Junk.json, 502 B
Fields
| Field | Type |
|---|---|
QualityValue | number |
ItemTooltipTexture | string |
ItemTooltipArrowTexture | string |
SlotTexture | string |
BlockSlotTexture | string |
SpecialSlotTexture | string |
TextColor | string |
LocalizationKey | string |
VisibleQualityLabel | boolean |
RenderSpecialSlot | boolean |
Source
{
"QualityValue": 0,
"ItemTooltipTexture": "UI/ItemQualities/Tooltips/ItemTooltipJunk.png",
"ItemTooltipArrowTexture": "UI/ItemQualities/Tooltips/ItemTooltipJunkArrow.png",
"SlotTexture": "UI/ItemQualities/Slots/SlotJunk.png",
"BlockSlotTexture": "UI/ItemQualities/Slots/SlotJunk.png",
"SpecialSlotTexture": "UI/ItemQualities/Slots/SlotJunk.png",
"TextColor": "#c9d2dd",
"LocalizationKey": "server.general.qualities.Junk",
"VisibleQualityLabel": false,
"RenderSpecialSlot": false
}