DayZ
Item Rarity
 This topic has been pinned, so it's probably important
tteett  [developer] 12 Feb, 2023 @ 10:27am
Config Guide
rarityLevels,
"rarityLevels": { "#STR_UNCOMMON": [ 154.0, 203.0, 149.0 ],

COMMON - All items are common by default unless you add a new tag
UNCOMMON
RARE
EPIC
LEGENDARY
MYTHIC
EXOTIC
ARTIFACT

Values for rarityLevels are R G B (0/255)

You can create new raritylevels if you want to or change the names
You can change the rarity colors for any of the rarity levels to what you desire if you don't like the default colors provided


items,
"items": { "CargoPants_Beige": "#STR_UNCOMMON",
Starts with classname (CASE SENSITIVE) of item, followed by rarity name

The reason the tag starts with #STR_ is because it's multi-language supported. If you're creating a new tag, you don't need #STR_


colorSlots,
"colorSlots": 1

1 - Enable rarity color for item slots
0 - Disable rarity color for item slots
Last edited by tteett; 17 Feb, 2023 @ 5:44am