Fully ini configurable enchanted weapon auto recharge, it can be dependent on your Mysticism or not, you can adjust the rate, as well as whether to recharge all items in your inventory or just the equipped weapon. Now also includes a manual Mysticism Weapon Recharge Spell.
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Fully ini configurable enchanted weapon auto recharge, it can be dependent on your Mysticism or not, you can adjust the rate, as well as whether to recharge all items in your inventory or just the equipped weapon. Now also includes a manual Mysticism Weapon Recharge Spell, which restores 50 charges * spellMultiplier for 50 magicka base cost.
The spell will be dynamically added or removed based on the ini setting
Ini settings:
;whether to use Mysticism in the equation, disable by setting to 0 set AutoRechargeWeapon.useMysticism to 0
;how to modify the recharge rate per hour ;if not using Mysticism ;hourDifference * chargeMultiplier ;if using Mysticism ;hourDifference * Mysticism * chargeMultiplier set AutoRechargeWeapon.chargeMultiplier to 1
;whether to recharge all weapons, set to 0 to only charge the equipped weapon set AutoRechargeWeapon.rechargeAll to 1
;whether the recharge is based on percentage of the weapon, set to 0 to recharge plain charges set AutoRechargeWeapon.rechargePercentage to 1
;whether to show debug messages, set to 0 to prevent debug messages set AutoRechargeWeapon.debug to 1
;whether to add the recharge spell(s) set AutoRechargeWeapon.useSpells to 1
;how effective the spells should be set AutoRechargeWeapon.spellMultiplier to 1.0