You are viewing a potentially older version of this package. View all versions.
T3AM-SleepResetsForsakenPowers-1.0.1 icon

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
Date uploaded 2 weeks ago
Version 1.0.1
Download link T3AM-SleepResetsForsakenPowers-1.0.1.zip
Downloads 9
Dependency string T3AM-SleepResetsForsakenPowers-1.0.1

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2333 icon
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.2333

README

⚡ 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/.

CHANGELOG

Changelog

1.0.1

  • Polished the mod page and reworded the description to reflect the wake-up behavior.
  • No gameplay changes.

1.0.0

  • Initial release.
  • Resets the local player's Forsaken Power cooldown after they wake up (on getting out of bed).
  • Config options: Enabled, VerboseLogging.