# ---------------------------------------------------------------------------
# Enchant Settings - L2EmuProject
# ---------------------------------------------------------------------------
# This controls the chance an item has to break if it is enchanted.
# Default: 50
EnchantChanceElement = 50
# This is the enchant limit, if set to 0, there will be no limit.
# Example: If this is set to 10, the maximum enchant will be 10.
# Default: 0, 0, 0
EnchantMaxWeapon = 0
EnchantMaxArmor = 0
EnchantMaxJewelry = 0
# This is the maximum safe enchant.
# Notes:
# If EnchantSafeMax is set to for 8 the item will be safely enchanted to 8 regardless of the max enchant value set above.
# EnchantSafeMaxFull is for full body armor (upper and lower).
# These values should always be greater than 0.
# Default: 3, 4
EnchantSafeMax = 3
EnchantSafeMaxFull = 4
# Allow enchant hero weapons?
# Default: False
AllowEnchantHeroWeapons = False