Quality tiers
Quality modifiers are relative to item difficulty, not absolute skill values. A Crafting skill of 65 produces NQ iron gear (difficulty 25, so skill is +40 over difficulty → HQ is possible), but only LQ Netherite (difficulty 60, so skill is +5 — below threshold).
Quality judgment flow
The system evaluates quality in this order:1
Compare skill to item difficulty
Calculate
skillOverDifficulty = Skill − Difficulty.- If
skillOverDifficulty < 0→ LQ (confirmed, no roll needed) - If
0 ≤ skillOverDifficulty < 20→ NQ (confirmed, no roll needed) - If
skillOverDifficulty ≥ 20→ proceed to HQ/EX probability zone
2
HQ probability check (skill +20 to +40 over difficulty)
3
EX probability check (skill +30 or more over difficulty)
EX is checked before the HQ result is finalized:At +30 over difficulty: 0% EX chance. At +40: 20%. At +50: 40%.If the EX roll succeeds → EX. Otherwise the result is HQ (if HQ roll also passed).
4
HQ guaranteed zone (skill +40 or more over difficulty)
At +40 or more over difficulty, HQ is always the floor. Only the EX roll matters:If EX fails → HQ.
Item lore display
Quality information is embedded in the item’s lore:
The crafter name on EX items is the player’s name. Boss-drop EX items carry one of the three legendary smiths as the crafter: Zardoz, Volund, or Mondain.
Durability behavior
Durability is modified viaPlayerItemDamageEvent:
UO-style repair system
Repairing at an anvil permanently reduces the item’s maximum durability. Higher Crafting skill minimizes the loss.
The current and maximum durability are shown in the item lore and color-coded:
Mending enchantment
Mending success depends on Crafting skill. On a failed proc, the experience orb goes to the player but the item is not repaired.Elytra and Turtle Shell helmets are exempt — their Mending always succeeds regardless of Crafting skill.
Stack size bonus
Higher production skill levels allow stackable items to exceed the standard limit of 64. Skills that contribute- Crafting
- Cooking
- Inscription
When the bonus applies
The increased stack limit is applied automatically in three situations:
- Picking up an item from the ground
- Extracting an item from a container (chest, furnace, etc.)
- Logging in (existing inventory is updated to reflect current limits)