Table of Contents
Instability Enchantment
Description
The Instability enchantment randomly triggers the effect of another random enchantment on each hit. The effect is unpredictable and can vary from beneficial to neutral to potentially harmful depending on the randomly selected enchantment.
Mechanics
- On each successful hit, the weapon's damage is processed using a random enchantment effect - Does not trigger piercing or swing effects when used on boomerangs (to prevent potential infinite loops) - The randomness can lead to very powerful effects or none at all, making it highly situational - The actual enchantment applied to the weapon doesn't matter, as it's overridden by a random effect
Source Code
- Java: Instability.java - The effect simply selects a random enchantment and applies its proc() method
Configuration Files
- Instability.json - Sprite configuration for instability enchantment visual effect
String Resources
- Instability strings - English names and descriptions - Russian Instability strings - Russian localization
See Also
- Enchantments - List of all weapon enchantments - Weapons - Equipment that can have enchantments

