Rare
Server/Item/Qualities/Rare.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": 3,
"ItemTooltipTexture": "UI/ItemQualities/Tooltips/ItemTooltipRare.png",
"ItemTooltipArrowTexture": "UI/ItemQualities/Tooltips/ItemTooltipRareArrow.png",
"SlotTexture": "UI/ItemQualities/Slots/SlotRare.png",
"BlockSlotTexture": "UI/ItemQualities/Slots/SlotRare.png",
"SpecialSlotTexture": "UI/ItemQualities/Slots/SlotRare.png",
"TextColor": "#2770b7",
"LocalizationKey": "server.general.qualities.Rare",
"VisibleQualityLabel": true,
"RenderSpecialSlot": true,
"ItemEntityConfig": {
"ParticleSystemId": "Drop_Rare"
}
}