Updated Item Generator Modifiers (markdown) authored by Indyuce's avatar Indyuce
......@@ -41,13 +41,15 @@ As seen on the [General|Item-Generator] page, one item can be generated with mul
### Prefixes/suffixes
When a modifier is selected during item generation, its suffix/prefix is automatically applied to the item. If multiple prefixes/suffixes are added, MMOItems only keeps the prefixes/suffixes with the higher priority, e.g an item which has `Sharp` with prefix priority 0 (because 0 by default) and `Fiery` with prefix priority 1 will only display `Fiery`. If you don't want to use the prefix/suffix priority system, just define the prefix/suffix using this format:
```
prefix: '&fSharp'
modifier:
prefix: '&fSharp'
```
instead of
```
prefix:
format: '&fSharp'
priority: <integer-needed>
modifier:
prefix:
format: '&fSharp'
priority: <integer-needed>
```
### Weight
......
......