-
Notifications
You must be signed in to change notification settings - Fork 14
editor maximum level
goflishMC edited this page Jun 28, 2025
·
1 revision
The Maximum Level setting defines the highest possible level the item can be generated at.
Like Minimum Level, this controls the stats of the item itself, not player requirements.
- Sets an upper bound for the item’s level when it’s rolled.
- Works with
scale-by-level: X
to limit how strong the item can become. - Prevents high-scaling values from appearing where not intended.
If scale-by-level: 0.5
and Maximum Level is 50
, an item will never scale beyond that, capping its bonus increase at +25
.
- Controls scaling boundaries for certain loot types.
- Useful for lower-tier zones, reward pools, or balanced PvP gear.
- Helps maintain difficulty by capping item power in early/mid game areas.
This does not restrict player level. Use the Requirements editor option if you want to prevent high-level players from using beginner gear.
Return to: Item Generator Module