Affix Asset
Create an Affix Category from Create > Game Creator > Inventory Extended > Affix Category.
Affix Categories
An Affix Category groups related prefixes and suffixes, such as Fire, Ice, Broken, or Runeforged. Categories are checked when the item name is generated.
Each category has:
- Title
- Description
- Priority, which controls category order.
- Max Allowed Per Category, which limits how many affixes it can add.
- Category Conditions, which decide whether the category is active.
Use Add Affix to create affixes inside the category. Each affix includes:
- Affix Name, the text added to the item title.
- Priority, used when several affixes in the category are valid.
- Position Type, either Prefix or Suffix.
- Can Display Conditions, which decide whether it appears.
Higher priorities appear first. If Max Allowed Per Category is 1, only the highest-priority valid affix is used. Higher limits allow several affixes.
Use Affixes on an Item
The item must have an Item State. Enable Use Affixes inside that Item State.
To show the final name, use the Set Text instruction with the Runtime Item State Title property. The title includes the selected prefixes and suffixes.