... | ... | @@ -28,7 +28,7 @@ SPEED: |
|
|
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:
|
|
|
name: '&cHatred Set'
|
... | ... | @@ -38,4 +38,13 @@ HATRED: |
|
|
type: LIFE_ENDER
|
|
|
cooldown: 30
|
|
|
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 |