-
Notifications
You must be signed in to change notification settings - Fork 14
editor suffix chance
goflishMC edited this page Jun 28, 2025
·
1 revision
The Suffix Chance option controls the probability that a suffix will be added to the item during generation.
- Click the Suffix Chance icon in the editor.
- Enter a value from
0
to100
(percent chance).
- A random roll is made during item generation.
- If it succeeds, a suffix is added.
- If it fails, no suffix is applied.
Suffix names are stored in:
/plugins/Divinity/modules/item_generator/resources/names/suffixes/
They are organized the same as prefixes:
-
/materials/
— e.g.,diamond_sword.txt
-
/types/
— e.g.,helmet.txt
-
/tiers/
— e.g.,common.txt
Each file holds a list of possible name parts — one per line. The plugin assembles a suffix from available files at generation time.
of Weakness
of Slowness
of the Trainee
of Striking
of Precision
of Bloodletting
of the Pit
of the Depths
of the Serpent
Possible result:
Diamond Sword of the Depths
- You must edit suffix name files manually.
- This setting only controls the chance of applying a suffix.
Return to: Item Generator Module