Debug
Server/Item/Qualities/Debug.json, 547 B
Fields
| Field | Type |
|---|---|
QualityValue | number |
ItemTooltipTexture | string |
ItemTooltipArrowTexture | string |
SlotTexture | string |
BlockSlotTexture | string |
SpecialSlotTexture | string |
TextColor | string |
LocalizationKey | string |
VisibleQualityLabel | boolean |
RenderSpecialSlot | boolean |
HideFromSearch | boolean |
Source
{
"QualityValue": 10,
"ItemTooltipTexture": "UI/ItemQualities/Tooltips/ItemTooltipCommon.png",
"ItemTooltipArrowTexture": "UI/ItemQualities/Tooltips/ItemTooltipCommonArrow.png",
"SlotTexture": "UI/ItemQualities/Slots/SlotDeveloper.png",
"BlockSlotTexture": "UI/ItemQualities/Slots/SlotDeveloper.png",
"SpecialSlotTexture": "UI/ItemQualities/Slots/SlotDeveloper.png",
"TextColor": "#ce1624",
"LocalizationKey": "server.general.qualities.Debug",
"VisibleQualityLabel": true,
"RenderSpecialSlot": true,
"HideFromSearch": true
}