Epic
Server/Item/Qualities/Epic.json, 565 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": 4,
"ItemTooltipTexture": "UI/ItemQualities/Tooltips/ItemTooltipEpic.png",
"ItemTooltipArrowTexture": "UI/ItemQualities/Tooltips/ItemTooltipEpicArrow.png",
"SlotTexture": "UI/ItemQualities/Slots/SlotEpic.png",
"BlockSlotTexture": "UI/ItemQualities/Slots/SlotEpic.png",
"SpecialSlotTexture": "UI/ItemQualities/Slots/SlotEpic.png",
"TextColor": "#8b339e",
"LocalizationKey": "server.general.qualities.Epic",
"VisibleQualityLabel": true,
"RenderSpecialSlot": true,
"ItemEntityConfig": {
"ParticleSystemId": "Drop_Epic"
}
}