Update Item Templates authored by Jules's avatar Jules
......@@ -19,6 +19,16 @@ LONG_SWORD:
required-level:
base: 0
scale: 1
# Template modifiers
modifiers:
sharp:
chance: 0.3
prefix: '&fSharp'
stats:
attack-damage: 3
lore:
- '&7Much sharper!'
```
The `base` config section corresponds to the base item stats. For example, this config sets the item base attack damage to `6 + 1.2 * <level>` where <level> is the selected item level. The base item is also an iron sword which name is `Long Sword`, and so on. The stat format for the `base` config section is the same as in the `/MMOItems/item` config files with a few exceptions (see [Complex Stats](Complex Stats)).
......
......