Technical
Server/Item/Qualities/Technical.json, 515 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": 8,
"ItemTooltipTexture": "UI/ItemQualities/Tooltips/ItemTooltipTechnical.png",
"ItemTooltipArrowTexture": "UI/ItemQualities/Tooltips/ItemTooltipTechnicalArrow.png",
"SlotTexture": "UI/ItemQualities/Slots/SlotTool.png",
"BlockSlotTexture": "UI/ItemQualities/Slots/SlotTool.png",
"SpecialSlotTexture": "UI/ItemQualities/Slots/SlotTool.png",
"TextColor": "#3b7a8f",
"LocalizationKey": "server.general.qualities.Technical",
"VisibleQualityLabel": true,
"RenderSpecialSlot": true
}