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 Tiers

Item Tiers · Changes

Page history
Updated Item Tiers (markdown) authored Jul 13, 2019 by Indyuce's avatar Indyuce
Hide whitespace changes
Inline Side-by-side
Showing with 16 additions and 5 deletions
+16 -5
  • Item-Tiers.md Item-Tiers.md +16 -5
  • No files found.
Item-Tiers.md
View page @ 467eb4e1
......@@ -10,10 +10,6 @@ By default, tiers are _Trash, Common, Uncommon, Rare, Very Rare, Legendary, Myth
```
RARE:
name: '&6&lRARE'
unidentification:
range: 6
name: 'Trash'
prefix: '&8'
deconstruct-item:
sucess:
coef: 1
......@@ -52,4 +48,19 @@ RARE:
Both of these options depend on the dropped item tier. Therefore different tiers may have different hint options as well as different glow colors.
You can enable the hint feature by toggling the `item-glow.hint` option in the tiers config file. Remove this config section or leave it to `false` to disable it. The `item-glow.color` option lets you setup the item glow color. You can access the color list using the link provided in the config file.
![](https://i.imgur.com/aNIW7av.png)
\ No newline at end of file
![](https://i.imgur.com/aNIW7av.png)
---
## Unidentified Items
Item tiers also define a few display options for unidentified items as seen on the following config template:
```
EPIC:
name: '&4&lEPIC'
unidentification:
name: 'Epic'
range: 6
prefix: '&4'
```
The item tier does not define the unidentified item pattern (item types do, see [[Item Types|Item-Types]] and scroll all the way down). The `name` options corresponds to the tier name displayed in the unidentified item lore. The `range` option corresponds to the unidentified item level range which only displays when the item has the `Required Level` option. The level range gives an extra info to the player and lets him know approximately the level of the weapon. Since he can also see the item tier, he can decide whether or not he would like to identify the item. The `prefix` option is used to add a color prefix to both the unidentified item display name, and the tier name displayed in the item lore.
![](https://i.imgur.com/4IuCQ72.png)
\ No newline at end of file
Clone repository

Home

General

  • Item Types
  • Item Stats & Options
  • Item Creation

Features

  • Mitigation
  • Elemental Damage
  • Item Identification
  • Item Tiers
  • Gem Stones
  • Custom Durability
  • Item Sets
  • Item Drop Tables
  • Crafting Stations

Abilities

  • Ability List

Compatibility & API

  • Supported Plugins
  • Custom Item Textures
  • Plugin API

Other

  • Installation Guide