# Modifiers

In config files of ExcellentEnchants you can see various "Modifier" sections. This page explains on how you use and configure them.

Modifier Settings:

  • Base - Start (initial) modifier value.
  • Per Level - Value per enchantment level.
  • Action - Defines an action between the Base and Per Level values. Available values: ADD, MULTIPLY.

Consider the following modifier is applied for enchantment level 5:

  • Base: 1.0
  • Per Level: 0.5
  • Action: ADD

result = 1.0 + (0.5 \times 5) = 1.0 + 2.5 = 3.5