EpicEnchants/src/main/resources/enchants/legendary/Resist.yml

43 lines
984 B
YAML

author: SuchLow
# The enchant identifier must be unique.
identifier: Resist
# The max level for this enchant.
max-level: 3
# The group of this enchant. Configure the groups in the groups.yml file.
group: LEGENDARY
# How the enchant should be formatted on the enchanted item.
applied-format: "&bResist {level}"
# Description
description:
- "A chance of giving the resist effect."
# 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:
POTION:
# The trigger that will fire this effect.
trigger: STATIC_EFFECT
# What player should the effect be ran on: WEARER/OPPONENT.
who: USER
# The potion type.
potion-type: DAMAGE_RESISTANCE
# The amplifier of the potion effect.
amplifier: "{level}"
# Duration of the potion effect.
duration: "{level} * 10"
# Chance of the effect firing.
chance: "100"