... | @@ -8,5 +8,10 @@ MMOItems item generator hooks onto the MMOItems tier system. The higher the item |
... | @@ -8,5 +8,10 @@ MMOItems item generator hooks onto the MMOItems tier system. The higher the item |
|
|
|
|
|
---
|
|
---
|
|
**Example:**\
|
|
**Example:**\
|
|
![](https://i.imgur.com/UFjM4d9.png) ![](https://i.imgur.com/HF4FEOm.png)\
|
|
![](https://i.imgur.com/UFjM4d9.png) ![](https://i.imgur.com/HF4FEOm.png)
|
|
These items have the same generation template, which is an item called `Long Sword`. |
|
|
|
\ No newline at end of file |
|
These items have the same generation template, which is an item called `Long Sword`. However, the right one has a `Sharp` modifier which gives him +3 Atk Damage while the left one has no modifier.
|
|
|
|
|
|
|
|
These two items have the same attack speed because it was chosen not to scale with the item level. However the attack damage does scale with the item level: although the first item has got a higher level, the second item has a `Sharp` modifier and therefore has more attack damage.
|
|
|
|
|
|
|
|
The `Sharp` modifier gives the second item a `Sharp` prefix as well as an extra line of lore. |
|
|
|
\ No newline at end of file |