Updated Item Generator Modifiers (markdown) authored by Indyuce's avatar Indyuce
......@@ -66,3 +66,12 @@ modifier:
### Modifier Stats
These are the stats which will be applied to the item, if the modifier is selected, i.e if the generated item has enough modifier capacity and if the modifier selection chance test was successful. The format used here to define what stats are added is the exact same as the format used to define the base item data of an [item generation template|Item-Generator-Template].
```
toxic:
prefix: '&2Toxic'
stats:
ability:
on-hit:
type: poison
type: on-hit
```
\ No newline at end of file