EpicEnchants/src/main/resources/enchants/unique/Inquisitve.yml

38 lines
1.0 KiB
YAML
Raw Normal View History

2019-08-07 00:55:36 +02:00
# The person who made this enchant.
Author: Tin
# The enchant identifier must be unique.
identifier: Inquistive
# The max level for this enchant.
max-level: 5
# The group of this enchant. Configure the groups in the groups.yml file.
group: UNIQUE
# The item that the enchantment book is.
description:
- "A chance to receive"
- "more EXP when killing mobs."
# How the enchant should be formatted on the enchanted item.
applied-format: "&cInquistive {level}"
# What items this enchant can be applied too.
item-whitelist:
- "SWORDS"
# This enchantment can not be applied if then enchantment below is already on the item.
conflicting-enchants:
# For a full list of effects, please visit: https://wiki.songoda.com/display/SON/EpicEnchants
effects:
MODIFY_EXP:
# The trigger that will fire this effect
trigger: KILLED_MOB
# What player should the effect be ran on: USER/OPPONENT.
who: USER
# Chance that this will happen
chance: "20 * {level}"
# Amount of EXP to add
amount: "3 * {level}"