This commit is contained in:
2025-10-20 07:33:27 +00:00
commit 364b170660
4223 changed files with 1326379 additions and 0 deletions

15
config/disenchanting.toml Normal file
View File

@@ -0,0 +1,15 @@
#Does disenchanting require experience?
requiresExperience = true
#Should the disenchanter select the a random enchantment on the enchanted item instead of the first one?
randomEnchantment = false
#Should the enchanted item's anvil work cost be reset to zero when fully disenchanted?
resetAnvilCost = false
#Sliding multiplier for the experience cost. Default is 2.
#Range: 1 ~ 10
costSlider = 4
#Should the enchanted item be damaged during the disenchanting process?
damageItem = false
#Percent of damage that should be done to the item on each disenchant.
#Range: 1 ~ 100
damagePercent = 5