Common
Server/Item/Qualities/Common.json, 579 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": 1,
"ItemTooltipTexture": "UI/ItemQualities/Tooltips/ItemTooltipCommon.png",
"ItemTooltipArrowTexture": "UI/ItemQualities/Tooltips/ItemTooltipCommonArrow.png",
"SlotTexture": "UI/ItemQualities/Slots/SlotCommon.png",
"BlockSlotTexture": "UI/ItemQualities/Slots/SlotCommon.png",
"SpecialSlotTexture": "UI/ItemQualities/Slots/SlotCommon.png",
"TextColor": "#c9d2dd",
"LocalizationKey": "server.general.qualities.Common",
"VisibleQualityLabel": true,
"RenderSpecialSlot": true,
"ItemEntityConfig": {
"ParticleSystemId": "Drop_Common"
}
}