Updated Item Generator Templates (markdown) authored by Indyuce's avatar Indyuce
...@@ -20,3 +20,5 @@ LONG_SWORD: ...@@ -20,3 +20,5 @@ LONG_SWORD:
scale: 1 scale: 1
``` ```
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 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
Item generation templates can be found under the `/MMOItems/generator/items` folder. You may add as many YML configs as you want in that folder to sort your templates.
\ No newline at end of file