EpicEnchants/src/main/resources/enchants/elite/Poison.yml

38 lines
971 B
YAML

author: Songoda
# The enchant identifier must be unique.
identifier: Poison
# The max level for this enchant.
max-level: 3
# The group of this enchant. Configure the groups in the groups.yml file.
group: ELITE
# How the enchant should be formatted on the enchanted item.
applied-format: "&9Poison {level}"
# Description
description:
- "A chance of giving the poison effect."
# What items this enchant can be applied to.
item-whitelist:
- "SWORDS"
# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials
effects:
POTION:
# The trigger that will fire this effect.
trigger: ATTACK_PLAYER_MELEE
# What player should the effect be ran on: WEARER/OPPONENT.
who: OPPONENT
# The potion type.
potion-type: POISON
# The amplifier of the potion effect.
amplifier: "{level}"
# Duration of the potion effect.
duration: "{level} * 2"
# Chance of the effect firing.
chance: "3 * {level}"