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 Sets

Item Sets · Changes

Page history
Updated Item Sets (markdown) authored Jul 04, 2019 by Indyuce's avatar Indyuce
Hide whitespace changes
Inline Side-by-side
Showing with 10 additions and 1 deletion
+10 -1
  • Item-Sets.md Item-Sets.md +10 -1
  • No files found.
Item-Sets.md
View page @ 936efe05
...@@ -28,7 +28,7 @@ SPEED: ...@@ -28,7 +28,7 @@ SPEED:
speed: 1 speed: 1
``` ```
Last but not least, you may also setup **abilities** as full set bonuses. Pretty easy to setup since it's the same format as for item abilities. In the following example, any player who holds at least 2 items from the Hatred Set will be temporarily granted a Life Ender ability which will trigger when hitting any entity. The ability has a 30sec cooldown. Last but not least, you may also setup **abilities** as full set bonuses. Pretty easy to setup since it's the same format as with item abilities. In the following example, any player who holds at least 2 items from the Hatred Set will be temporarily granted a Life Ender ability which will trigger when hitting any entity. The ability has a 30sec cooldown.
``` ```
HATRED: HATRED:
name: '&cHatred Set' name: '&cHatred Set'
...@@ -38,4 +38,13 @@ HATRED: ...@@ -38,4 +38,13 @@ HATRED:
type: LIFE_ENDER type: LIFE_ENDER
cooldown: 30 cooldown: 30
mode: ON_HIT mode: ON_HIT
```
**Potion effects** as full set bonuses: in this example, wearing 4 armor pieces from the Arcane Set applies permanent Speed I to the player.
```
ARCANE:
name: '&2Arcane Set'
bonuses:
'4':
speed: 1
``` ```
\ 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

Abilities

  • Ability List

Compatibility & API

  • Supported Plugins
  • Texture by durability
  • Plugin API

Other

  • Installation Guide