Uncommon
Server/Item/Qualities/Uncommon.json, 593 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": 2,
"ItemTooltipTexture": "UI/ItemQualities/Tooltips/ItemTooltipUncommon.png",
"ItemTooltipArrowTexture": "UI/ItemQualities/Tooltips/ItemTooltipUncommonArrow.png",
"SlotTexture": "UI/ItemQualities/Slots/SlotUncommon.png",
"BlockSlotTexture": "UI/ItemQualities/Slots/SlotUncommon.png",
"SpecialSlotTexture": "UI/ItemQualities/Slots/SlotUncommon.png",
"TextColor": "#3e9049",
"LocalizationKey": "server.general.qualities.Uncommon",
"VisibleQualityLabel": true,
"RenderSpecialSlot": true,
"ItemEntityConfig": {
"ParticleSystemId": "Drop_Uncommon"
}
}