Developer
Server/Item/Qualities/Developer.json, 525 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": 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": "#bb2f2c",
"LocalizationKey": "server.general.qualities.Developer",
"VisibleQualityLabel": true,
"RenderSpecialSlot": true
}