Skip to content
okereke-dev edited this page Jul 2, 2026 · 2 revisions

Sets

The set bonus system rewards players for collecting matching gear. When you equip 2 or more items that share the same set name, rarity tier, and material, you unlock a scaling bonus that grows with each additional piece.


How sets work

Every weapon and armor piece generated by RPGLoot is randomly assigned to one of 8 named sets. The set name, rarity, and material are stored permanently in the item's data.

To activate a set bonus you need:

  • 2–5 items with the same set name
  • All pieces at the same rarity (e.g. all Hero)
  • All pieces made of the same material (e.g. all Diamond)

Items are checked across armor slots (helmet, chestplate, leggings, boots) and main hand weapon — 5 slots total.


Piece scaling

The bonus scales with the number of qualifying pieces equipped:

Pieces Bonus multiplier
2 30% of base
3 55% of base
4 75% of base
5 100% of base + special effect

The base value depends on the rarity of the set pieces.


Available sets

Set Bonus stat Common Uncommon Rare Hero Legendary
Shadowveil Dodge Chance +2.0% +3.5% +5.5% +8.0% +11.0%
Ironbound Damage Reduction +2.0% +3.5% +5.5% +8.0% +11.0%
Dawnbreaker Crit Chance +2.0% +3.5% +5.5% +8.0% +11.0%
Tidecaller Lifesteal +0.5% +1.0% +2.0% +3.5% +5.0%
Emberclaw Bleeding chance +5% +8% +12% +16% +20%
Stormwarden Speed Boost +2.0% +3.5% +5.0% +7.0% +10.0%
Voidwalker XP Boost +5% +8% +12% +18% +25%
Gilded Luck +0.3 pt +0.5 pt +0.8 pt +1.2 pt +1.8 pt

Values shown are at 5 pieces (100% scaling). Use the formula base × scaling for fewer pieces.


Example — Legendary Shadowveil at 3 pieces

  • Set: Shadowveil · Rarity: Legendary · Material: Diamond
  • Base value at 5 pcs: +11.0% Dodge
  • At 3 pieces (55% scaling): 11.0 × 0.55 = +6.1% Dodge
  • This stacks additively with any Dodge Chance rolled on individual items

Set bonus caps

Set bonuses are additive with item-level stats but subject to the same hard caps:

Stat Hard cap
Dodge Chance (total) 50%
Damage Reduction (total) 60%
Bleeding proc chance (total) 75%

Viewing your active set

Use /rpgloot set to see which set is currently active and how many pieces you have equipped.

─── Active Set ───
  Set:    ◈ Shadowveil
  Rarity: Hero
  Tier:   DIAMOND
  Pieces: 3/5
  Bonus:  +4.4% Dodge Chance
  Next (4 pcs): +6.0%

Use /rpgloot sets <name> to inspect the full value table for any set across all rarities and piece counts.


Set info in item lore

Every weapon or armor item with a set assignment shows its set details in the lore. The active piece-count line is highlighted in the item's rarity color — all other lines remain dark gray. This updates live whenever your equipment changes.

◈ Shadowveil Set
  2 pcs: +3.3%
  3 pcs: +6.1%   ← highlighted in Hero green if 3 pieces active
  4 pcs: +8.3%
  5 pcs: +11.0% + Special

Notes

  • Tools (pickaxe, shovel, hoe, fishing rod, axe_tool) are not assigned to sets
  • Only the set with the most qualifying pieces is active at a time — you cannot stack bonuses from two different sets simultaneously
  • If you have two sets tied at the same piece count, the one found first wins
  • Set bonuses stack additively with the same stat rolled on individual items
  • Stormwarden's Speed Boost is applied as a passive AttributeModifier — it activates and deactivates instantly when equipment changes

Clone this wiki locally