Legendary
Server/Item/Qualities/Legendary.json, 600 B
Fields
| Field | Type |
|---|---|
QualityValue | number |
ItemTooltipTexture | string |
ItemTooltipArrowTexture | string |
SlotTexture | string |
BlockSlotTexture | string |
SpecialSlotTexture | string |
TextColor | string |
LocalizationKey | string |
VisibleQualityLabel | boolean |
RenderSpecialSlot | boolean |
ItemEntityConfig | object |
Source
{
"QualityValue": 5,
"ItemTooltipTexture": "UI/ItemQualities/Tooltips/ItemTooltipLegendary.png",
"ItemTooltipArrowTexture": "UI/ItemQualities/Tooltips/ItemTooltipLegendaryArrow.png",
"SlotTexture": "UI/ItemQualities/Slots/SlotLegendary.png",
"BlockSlotTexture": "UI/ItemQualities/Slots/SlotLegendary.png",
"SpecialSlotTexture": "UI/ItemQualities/Slots/SlotLegendary.png",
"TextColor": "#bb8a2c",
"LocalizationKey": "server.general.qualities.Legendary",
"VisibleQualityLabel": true,
"RenderSpecialSlot": true,
"ItemEntityConfig": {
"ParticleSystemId": "Drop_Legendary"
}
}