Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

meh321

Uploaded by

meh321

Virus scan

Safe to use

Tags for this mod

About this mod

Allows you to passively recharge enchantments (weapon charge) by carrying a filled soul gem.

Requirements
Permissions and credits
Changelogs
Description

If you are carrying a filled soul gem the weapons in your inventory will regenerate their charge over time. The better the soul level in the gem the faster it recharges.

The best soul gem in your inventory is chosen.

The quality of the soul in the gem matters not the soul gem itself (e.g. petty soul in grand soul gem is bad).

It charges quite slowly. The default values are:
Petty - 20% of weapon charge per 24h in-game time recharged
Lesser - 30%
Common - 50%
Greater - 100%
Grand - 150%

Trying to recharge multiple weapons at the same time will lower the rate at which you recharge. For example if you have 3 weapons requiring recharging it will charge each weapon at 1/3 of the speed.

This depends on the "timescale" setting of the game, as it counts 24 hours of in-game time.

If you wait or sleep the weapons keep charging.

Staves are recharged as well.

The "amount" of charge on a weapon does not matter, it will recharge by per cent. That means low quality Iron Dagger with a bad enchantment will take same amount of time to recharge as Ebony Mace with good enchantment.

You can configure most of the stuff with the configuration file.


Requirements

.NET Script Framework


Installing

Make sure the framework above is installed properly.

Install this mod with a mod manager or manually. The DLL file from this mod should go here:
Data/NetScriptFramework/Plugins/

It should be safe to install or uninstall mid-playthrough since this mod does not touch save-games in any way.


Uninstalling

Uninstall with your mod manager or remove the DLL file from above path.


Configuration

The configuration file is in /Data/NetScriptFramework/Plugins/WeaponCharge.config.txt and you can change these options:
PettyChargePercentPerDay - How many % of the weapon's full charge is restored per 24h of in-game time if your best soul in inventory is Petty.
Lesser / Common / Greater / Grand - Same as above but for other levels of soul.
MultipleWeaponsChargeSlower - Set false if you want all weapons to always receive the full amount of charging instead of splitting between them.
SoulGemStacking - Instead of choosing one best soul gem it will stack all soul gems in your inventory. This is kind of cheaty and annoying to have to carry around soul gems. Enable if you like.
OnlyRechargeEquippedWeapons - This can be helpful if you pick up loot and don't want random trash in your inventory to take away the charge speed of your equipped weapons. Disabled by default.
RechargeIntervalGameHours - How often in game hours to try and recharge stuff. This doesn't change the charging speed in a full day, it only controls how often the mod runs its calculations. There should be no real need to edit this except to maybe reduce this if you find the mod does not update the charge quickly or smoothly enough.