โก Reforge Modes
MMOitemsReforge offers two independent modes, switchable via the toggle button on the left side of the GUI.
๐ 1. Quality Reforgeโ
The basic mode focused on resetting the item's core tier.
- Core Logic: Resets the MMOItems Tier.
- Impact:
- Base stats (Attack Speed, Damage, etc.).
- Random stat entries based on the new Tier.
- Previous upgrades or gems (unless protected in
config.yml).
- Cost: Controlled by
reforge.cost.
๐งช 2. Affix Reforgeโ
Focuses on rerolling random suffixes or modifiers without changing the item's quality tier.
- Core Logic: Resets item modifiers.
- Systems:
- Native: Uses MMOItems standard generation.
- Internal: Recommended. Uses
modifiers/*.ymlconfigs for granular control.
- Limits: Use
max-affix-reforge-countto limit the number of times an item can be rerolled. - Cost: Controlled by
reforge.affix-cost.
๐ Switching Modesโ
In the default layout, Slot 0 is the toggle button:
- Diamond Icon: Indicates "Quality Reforge Mode".
- Emerald Icon: Indicates "Affix Reforge Mode".
[!TIP] Switching modes dynamically updates material requirements and previews in the GUI.