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

43 lines
984 B
YAML
Raw Normal View History

2019-08-07 02:06:33 +02:00
author: SuchLow
2019-08-07 00:55:36 +02:00
# 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
2021-07-10 23:41:20 +02:00
2019-08-07 00:55:36 +02:00
# What player should the effect be ran on: WEARER/OPPONENT.
who: USER
2021-07-10 23:41:20 +02:00
2019-08-07 00:55:36 +02:00
# The potion type.
2019-08-07 02:46:32 +02:00
potion-type: DAMAGE_RESISTANCE
2021-07-10 23:41:20 +02:00
2019-08-07 00:55:36 +02:00
# The amplifier of the potion effect.
amplifier: "{level}"
2021-07-10 23:41:20 +02:00
2019-08-07 00:55:36 +02:00
# Duration of the potion effect.
duration: "{level} * 10"
2021-07-10 23:41:20 +02:00
2019-08-07 00:55:36 +02:00
# Chance of the effect firing.
2021-07-10 23:41:20 +02:00
chance: "100"