Oblivion
0 of 0

File information

Last updated

Original upload

Created by

retakrew7

Uploaded by

retakrew7

Virus scan

Safe to use

Tags for this mod

About this mod

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.

Requirements
Permissions and credits
Donations
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