Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
M mmoitems
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 47
    • Issues 47
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Administrator
  • mmoitems
  • Wiki
  • Item Generator

Item Generator · Changes

Page history
Updated Item Generator (markdown) authored Apr 08, 2020 by Indyuce's avatar Indyuce
Hide whitespace changes
Inline Side-by-side
Showing with 11 additions and 3 deletions
+11 -3
  • Item-Generator.md Item-Generator.md +11 -3
  • No files found.
Item-Generator.md
View page @ 395c0f9f
......@@ -6,12 +6,20 @@ When being generated, items all have an **item level** which directly determines
MMOItems item generator hooks onto the MMOItems tier system. The higher the item tier, the more modifiers the item has. In other words, the item tier determines the item **modifier capacity**.
---
**Example:**\
## Example
![](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`. 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
The `Sharp` modifier gives the second item a `Sharp` prefix as well as an extra line of lore.
## Second Example
![](https://i.imgur.com/HF4FEOm.png) ![](https://i.imgur.com/YA6g1Bd.png)
The item at the right has a much higher item level and therefore his attack damage is much higher. It also has two modifiers: `Sharp` and `Fiery`. `Sharp` still gives the item +3 Atk Damage but it's slightly useless given its level. `Fiery` gives the item a nice red name prefix and a on-hit burn ability.
The second item has the `Rare` item tier, therefore has much more modifier capacity than the non-tiered sword, which explains why it received two modifiers. Non tiered items also have a modifier capacity, but it is less important.
You can only see the `Fiery` prefix because this modifier prefix has a higher priority (although you can configure modifier so all prefixes show at the same time for extra fun!).
\ No newline at end of file
Clone repository

  • Home
  • Installation Guide

General

  • Item Types
  • Item Stats & Options
  • Item Creation

Features

  • Mitigation
  • Elemental Damage
  • Item Identification
  • Item Tiers
  • Gem Stones
  • Custom Durability
  • Item Sets
  • Item Upgrading
  • Soulbound

Crafting Stations

  • Crafting Stations
  • Upgrading Recipes
  • Recipe Conditions
  • Recipe Ingredients
  • Recipe Triggers

Item Management

  • Item Updater
  • Item Drop Tables

Item Generator

  • General

Abilities

  • Abilities
  • Ability List

Compatibility & API

  • Supported Plugins
  • Custom Item Textures
  • Plugin API