Tool
Server/Item/Qualities/Tool.json, 506 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": 9,
"ItemTooltipTexture": "UI/ItemQualities/Tooltips/ItemTooltipDefault.png",
"ItemTooltipArrowTexture": "UI/ItemQualities/Tooltips/ItemTooltipDefaultArrow.png",
"SlotTexture": "UI/ItemQualities/Slots/SlotTool.png",
"BlockSlotTexture": "UI/ItemQualities/Slots/SlotTool.png",
"SpecialSlotTexture": "UI/ItemQualities/Slots/SlotTool.png",
"TextColor": "#269edc",
"LocalizationKey": "server.general.qualities.Tool",
"VisibleQualityLabel": true,
"RenderSpecialSlot": true
}