editor enchanted - magemonkeystudio/divinity GitHub Wiki
✨ Editor: Enchanted
The Enchanted editor option toggles the glowing enchantment effect on the item, even if no actual enchantments are applied.
✨ What It Does
When enabled, the item will visually glow as if it were enchanted, regardless of its stats or effects.
This glow is purely cosmetic and is often used to:
- Highlight special or rare items
- Make gear feel magical
- Visually distinguish generated items
🧭 How to Use
- Open the Item Generator Editor.
- Select the Enchanted option.
- Toggle on or off.
⚙️ Technical Notes
- When enabled, the plugin adds a dummy enchantment internally (e.g.,
Enchantment.DURABILITY
with level 1). - This is then hidden using the
HIDE_ENCHANTS
item flag so that the player does not see the actual enchantment — only the glow. - The effect is safe and does not affect gameplay.
✅ Use Cases
- Make items look rare without affecting stats.
- Use in combination with
Item Flags
to hide the dummy enchantment. - Style cosmetic weapons or tiered loot with visual flair.
Return to: Item Generator Module