EpicEnchants/src/main/resources/enchants/ultimate/StormFall.yml

51 lines
1.2 KiB
YAML
Raw Normal View History

2021-07-10 23:41:20 +02:00
author: "Songoda"
2019-08-07 00:55:36 +02:00
# The enchant identifier must be unique.
2019-08-05 04:24:48 +02:00
identifier: StormFall
# The max level for this enchant.
max-level: 3
# The group of this enchant. Configure the groups in the groups.yml file.
group: ULTIMATE
# How the enchant should be formatted on the enchanted item.
applied-format: "&dStormFall {level}"
2019-08-06 02:06:08 +02:00
# Description
2019-08-05 04:24:48 +02:00
description:
- "Summon Lightnings at your Opponnent."
# What items this enchant can be applied to.
item-whitelist:
- "BOWS"
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:
effects:
LIGHTNING-1:
trigger: ATTACK_PLAYER_RANGE
who: OPPONENT
chance: '100*{level}'
LIGHTNING-2:
trigger: ATTACK_PLAYER_RANGE
who: OPPONENT
chance: '100*{level}-100'
LIGHTNING-3:
trigger: ATTACK_PLAYER_RANGE
who: OPPONENT
chance: '100*{level}-200'
2021-07-10 23:41:20 +02:00
# ---------------------------------------
2019-08-05 04:24:48 +02:00
LIGHTNING-4:
trigger: ATTACK_MOB_RANGE
who: OPPONENT
chance: '100*{level}'
LIGHTNING-5:
trigger: ATTACK_MOB_RANGE
who: OPPONENT
chance: '100*{level}-100'
LIGHTNING-6:
trigger: ATTACK_MOB_RANGE
who: OPPONENT
2021-07-10 23:41:20 +02:00
chance: '100*{level}-200'