mirror of
https://github.com/songoda/EpicEnchants.git
synced 2024-11-13 06:07:41 +01:00
Fix issues with Divergent.yml
This commit is contained in:
parent
e34599441e
commit
2a4f5f88df
@ -1,4 +1,4 @@
|
||||
#Who made this?
|
||||
#Who made this?
|
||||
|
||||
Author: Auora
|
||||
|
||||
@ -6,14 +6,10 @@ Author: Auora
|
||||
|
||||
identifier: Divergent
|
||||
|
||||
|
||||
|
||||
# The max level for this enchant.
|
||||
|
||||
max-level: 4
|
||||
|
||||
|
||||
|
||||
# The group of this enchant. Configure the groups in the groups.yml file.
|
||||
|
||||
group: LEGENDARY
|
||||
@ -22,64 +18,34 @@ group: LEGENDARY
|
||||
|
||||
book-item:
|
||||
|
||||
|
||||
|
||||
material: BOOKa
|
||||
|
||||
|
||||
material: BOOK
|
||||
|
||||
display-name: "&c&lDivergent {level}"
|
||||
|
||||
|
||||
|
||||
# The lore on the enchantments books.
|
||||
|
||||
|
||||
|
||||
lore:
|
||||
|
||||
|
||||
|
||||
- "&7Drag on to enchant"
|
||||
|
||||
|
||||
|
||||
- "&a{success_rate}% Success Rate"
|
||||
|
||||
|
||||
|
||||
- "&c{destroy_rate}% Destroy Rate"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# How the enchant should be formatted on the enchanted item.
|
||||
|
||||
|
||||
|
||||
applied-format: "&cDivergent {level}"
|
||||
|
||||
|
||||
|
||||
# Description
|
||||
|
||||
description:
|
||||
|
||||
- "A chance of giving your opponent slowness and you speed!"
|
||||
|
||||
|
||||
|
||||
# What items this enchant can be applied to.
|
||||
|
||||
item-whitelist:
|
||||
|
||||
- "ARMOR"
|
||||
|
||||
|
||||
|
||||
# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials
|
||||
|
||||
effects:
|
||||
@ -98,12 +64,8 @@ effects:
|
||||
|
||||
potion-type: SLOWNESS
|
||||
|
||||
|
||||
|
||||
amplifier: "{level}"
|
||||
|
||||
|
||||
|
||||
duration: "{level} * 3"
|
||||
|
||||
# Chance of the effect firing.
|
||||
@ -124,12 +86,8 @@ effects:
|
||||
|
||||
potion-type: SPEED
|
||||
|
||||
|
||||
|
||||
amplifier: "{level}"
|
||||
|
||||
|
||||
|
||||
duration: "{level} * 3"
|
||||
|
||||
# Chance of the effect firing.
|
||||
|
Loading…
Reference in New Issue
Block a user