
SBR-I need more enchantment!!!
When playing SlashBlade: Resharped, many players wonder: "Why spend precious resources crafting higher-tier enchanting materials if blade soul spheres, crystals, and trapezohedrons already guarantee 100% magic success?"
The developers of a popular addon faced the same confusion – and that's how this mod came to be!
What does it change?
This mod completely reworks weapon enchantment mechanics in SlashBlade – now using higher-level materials provides additional bonuses!
For example, when enchanting with a blade soul crystal, each attempt not only succeeds guaranteed but also adds +1 extra level to all enchantments, while the maximum enchantment threshold triples.
And a blade soul trapezohedron increases the maximum enchantment limit by four times!
Configuration
All options are configurable through the settings file: sbr_inme-common.toml.
Default configuration:
# Enchantment probability settings
[enchantment]
# Success percentage for each item during enchantment.
# Any item with the "slashblade:proudsouls" tag not listed here guarantees 100% success.
# Range: [0.0,1.0]
Proudsoul_Item_Chance_List = [["slashblade:proudsoul_tiny", 0.25], ["slashblade:proudsoul", 0.5], ["slashblade:proudsoul_ingot", 0.75], ["slashblade:proudsoul_sphere", 1.0], ["slashblade:proudsoul_crystal", 1.0], ["slashblade:proudsoul_trapezohedron", 1.0]]
# Specifies how many times enchantment can exceed the standard level cap.
# Range: [0.0, …)
Proudsoul_Item_Multiplier_List = [["slashblade:proudsoul_tiny", 1.0], ["slashblade:proudsoul", 1.0], ["slashblade:proudsoul_ingot", 2.0], ["slashblade:proudsoul_sphere", 2.5], ["slashblade:proudsoul_crystal", 3.0], ["slashblade:proudsoul_trapezohedron", 4.0]]
# Sets additional bonus enchantment level for each material.
# Range: [0, …)
Proudsoul_Item_Bonus_List = [["slashblade:proudsoul_tiny", 0], ["slashblade:proudsoul", 0], ["slashblade:proudsoul_ingot", 0], ["slashblade:proudsoul_sphere", 1], ["slashblade:proudsoul_crystal", 1], ["slashblade:proudsoul_trapezohedron", 1]]
Want to raise the enchantment ceiling even higher? Edit the configuration file to your preference.
License
The project is distributed under the GPL v3.0 license with open source code. You can freely include it in your modpacks or use it on servers while complying with the license terms.