... | @@ -18,7 +18,7 @@ LONG_SWORD: |
... | @@ -18,7 +18,7 @@ LONG_SWORD: |
|
base: 0
|
|
base: 0
|
|
scale: 1
|
|
scale: 1
|
|
```
|
|
```
|
|
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 _Stat Format_ below)
|
|
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 [Random Stat Data Format|Random-Stat-Data-Format].
|
|
|
|
|
|
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.
|
|
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.
|
|
|
|
|
... | | ... | |