Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
DreamReset
Resets your Forsaken Power cooldown when you wake up from sleeping. Client-side and configurable.
By T3AM
| Date uploaded | 17 hours ago |
| Version | 1.0.1 |
| Download link | T3AM-DreamReset-1.0.1.zip |
| Downloads | 3 |
| Dependency string | T3AM-DreamReset-1.0.1 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2333README
DreamReset
Resets your Forsaken Power cooldown when you wake up from sleeping. Sleep through the night and your power (Eikthyr, Elder, Bonemass, Moder, Yagluth, etc.) is ready to use again.
It only touches your own character and does nothing else, so it's safe to add or remove anytime. Client-side, so in multiplayer it only affects players who have it installed.
Config
Config file: BepInEx/config/flashbak.dreamreset.cfg
Enabled(defaulttrue) - turns the mod on or off.VerboseLogging(defaultfalse) - logs to the console when a cooldown is reset.
Notes
Requires BepInEx. Works fine alongside other Forsaken Power mods.
CHANGELOG
Changelog
1.0.2
- Added an on-screen "Forsaken Power ready" message when the cooldown refreshes (
ShowMessage, on by default). - More resilient to game updates: if the internals change, the mod logs once and backs off instead of erroring every frame.
- Rebuilt against the current game version.
1.0.1
- Rewrote the readme and description.
1.0.0
- Initial release of DreamReset.
- Resets the local player's Forsaken Power cooldown when they wake up (on getting out of bed).
- Config options:
Enabled,VerboseLogging.