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

35 lines
890 B
YAML
Raw Normal View History

2019-08-08 02:57:50 +02:00
author: "Songoda"
2019-08-07 00:55:36 +02:00
2019-08-05 04:24:48 +02:00
# The enchant identifier must be unique.
2019-08-05 21:28:32 +02:00
identifier: FeatherWeight
2019-08-05 04:24:48 +02:00
# The max level for this enchant.
max-level: 3
# The group of this enchant. Configure the groups in the groups.yml file.
group: UNIQUE
# How the enchant should be formatted on the enchanted item.
applied-format: "&eFeathWeight {level}"
2019-08-06 02:06:08 +02:00
# Description
2019-08-05 04:24:48 +02:00
description:
- "A chance to give a burst of haste."
# What items this enchant can be applied to.
item-whitelist:
2019-08-05 22:21:49 +02:00
- "TOOLS"
2019-08-05 04:24:48 +02:00
2019-08-05 23:48:28 +02:00
# For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials
2019-08-05 04:24:48 +02:00
effects:
POTION:
# The trigger that will fire this effect
2019-08-05 22:21:49 +02:00
trigger: "BLOCK_BREAK"
2019-08-05 04:24:48 +02:00
# Potion Effect that should be applied.
potion-type: FAST_DIGGING
# Amplifier of 0 = SPEED 1 a Amplifier of 1 = SPEED 2, etc.
amplifier: "{level}"
# Chance that this will happen
2021-07-10 23:41:20 +02:00
chance: "10 * {level}"