Default enchantment configuration:

#
# Berserk Agility EcoEnchant
#

name: "Berserk Agility"
description: Increases your attack speed based on how low on health you are
enabled: true

obtaining:
  table: true
  villager: true
  loot: true
  rarity: common

general-config:
  targets:
    - helmet
    - chestplate
    - leggings
    - boots
    - elytra
  grindstoneable: true
  disabled-in-worlds: []
  conflicts: []
  maximum-level: 3

config:
  per-health-attack-speed-per-level: 0.2 # For enchantment level 1: 0.2*1 attack speed per lost health,
  #for enchantment level 2: 0.2*2 attack speed per lost health, etc...