


π Description Durability Penalty Mod adds a realistic wear-and-tear system to Valheim. Each repair at the workbench no longer restores an item to 100% durability β with every repair, the maximum restorable percentage decreases. After several repairs, an item can become so fragile that it finally breaks on the next use.
βοΈ How It Works Durability loss on repair: Each repair restores the item not fully, but to a certain percentage of its maximum durability. For example, with DurabilityLossPercent = 5:
1st repair β 95% durability
2nd repair β 90%
3rd repair β 85%
and so on, until the destruction threshold is reached.
Critical wear: If after a repair the restored durability falls below a set threshold (default 5% of maximum), the item is marked as "critically worn" and will be destroyed on next use (or immediately if durability reaches zero).
Repair counter: Each item individually tracks how many times it has been repaired. The counter resets when you restart the game, but accumulated wear remains (durability is already reduced, and the item may be destroyed).
π¦ Configuration (config file) After the first launch, the file com.B2Lade.extreamdurabilitypenalty.cfg will appear in the BepInEx/config/ folder. You can change the following parameters:
Parameter | Description | Default
π‘ Recommended Settings For mild wear use DurabilityLossPercent = 2β3, DestroyThresholdPercent = 1.
For hardcore realism use DurabilityLossPercent = 10, DestroyThresholdPercent = 10 β items will wear out quickly.
π§βπ» Support If you encounter any issues or have suggestions contact me(Discord:Shahedik228pro).