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.
SleepResetsForsakenPowers
Sleep it off and wake up with your Forsaken Power ready. Resets the Eikthyr/Elder/Bonemass/Moder/Yagluth cooldown the moment you get out of bed. Client-side and configurable.
By T3AM
| Last updated | 2 weeks ago |
| Total downloads | 16 |
| Total rating | 0 |
| Categories | Client-side AI Generated |
| Dependency string | T3AM-SleepResetsForsakenPowers-1.0.1 |
| Dependants | 0 other packages depend on this package |
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
⥠Sleep Resets Forsaken Powers ðĪ
Sleep it off and wake up with your Forsaken Power ready to go again.
Tired of waiting out the long cooldown on your Forsaken Power? With this mod, a good night's sleep clears it. Crawl into bed, skip the night, and wake up with Eikthyr, The Elder, Bonemass, Moder, Yagluth, The Queen, or Fader charged and ready.
âĻ Features
- ðī Sleep = reset â your Forsaken Power cooldown clears the moment you wake up.
- ðŊ Only your character â purely client-side; nothing else about the game is touched.
- ðŠķ Featherweight â no new items, no world edits, no noticeable performance cost.
- ð§ Configurable â flip it on/off, or turn on logging to see it work.
- ðĪ Plays nice â compatible with other Forsaken Power mods.
ð ïļ How it works
The instant you get out of bed after sleeping, the mod zeroes your power's cooldown timer â the
same thing the setpower console command does, just automatic and only when you wake.
ðĶ Installation
Mod manager (recommended): hit Install with Mod Manager above in r2modman or Thunderstore Mod Manager. BepInEx is pulled in for you.
Manual: install BepInExPack Valheim,
then drop SleepResetPowers.dll into Valheim/BepInEx/plugins/.
âïļ Configuration
Config file (created after the first launch): BepInEx/config/flashbak.sleepresetpowers.cfg
| Setting | Default | Description |
|---|---|---|
Enabled |
true |
Master on/off switch. |
VerboseLogging |
false |
Log a line to the console whenever a cooldown resets. |
ðĪ Compatibility
- Client-side â in multiplayer it only affects the players who install it.
- Safe to run alongside other Forsaken Power / cooldown mods.
Sleep well, Viking. âïļ
Building from source
Requires a local Valheim install (for the game's valheim_Data/Managed DLLs). BepInEx and
Harmony come from NuGet, so BepInEx doesn't need to be in the game folder.
dotnet build -c Release -p:ValheimInstall="C:\Path\To\Valheim"
The compiled SleepResetPowers.dll lands in SleepResetPowers/bin/Release/.