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

35 lines
886 B
YAML
Raw Normal View History

2019-08-07 02:06:33 +02:00
author: Tin
2019-08-07 00:55:36 +02:00
# The enchant identifier must be unique.
2019-08-07 02:06:33 +02:00
identifier: Inquisitive
2021-07-10 23:41:20 +02:00
2019-08-07 00:55:36 +02:00
# The max level for this enchant.
max-level: 5
2021-07-10 23:41:20 +02:00
2019-08-07 00:55:36 +02:00
# The group of this enchant. Configure the groups in the groups.yml file.
group: UNIQUE
2021-07-10 23:41:20 +02:00
2019-08-07 00:55:36 +02:00
# The item that the enchantment book is.
description:
- "A chance to receive"
- "more EXP when killing mobs."
2021-07-10 23:41:20 +02:00
2019-08-07 00:55:36 +02:00
# How the enchant should be formatted on the enchanted item.
2019-12-28 22:00:30 +01:00
applied-format: "&cInquisitive {level}"
2021-07-10 23:41:20 +02:00
2019-08-07 00:55:36 +02:00
# What items this enchant can be applied too.
item-whitelist:
- "SWORDS"
2019-08-07 02:06:12 +02:00
2019-08-07 00:55:36 +02:00
# 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
2021-07-10 23:41:20 +02:00
amount: "3 * {level}"