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.
Extream Durability Penalty
Extream Durability Penalty adds a realistic wear-and-tear system to Valheim
| Last updated | a month ago |
| Total downloads | 7 |
| Total rating | 0 |
| Categories | Mods Crafting Server-side Client-side |
| Dependency string | B2Lade-Extream_Durability_Penalty-1.1.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
🔧 Durability Penalty Mod Version: 1.0.0 Author: [Your name] Compatibility: Valheim (build 21981559) Dependencies: BepInEx 5.4.2333, Harmony
📜 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.
This creates a "material fatigue" effect: your favorite axes and swords have a limited lifespan, adding depth to survival and encouraging players to be more careful with resources.
⚙️ 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).
Full compatibility: The mod works correctly with all items: weapons, tools, armor, shields, and accessories. The UI updates automatically, so you immediately see the changed durability on hover.
📦 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
DurabilityLossPercent | Percentage by which the restored durability decreases with each repair (0–100). | 5 DestroyThresholdPercent | If after repair durability falls below this percentage of maximum, the item is destroyed (0–100). | 5 ShowLogMessages | Show repair messages in console (true/false). | true Example config:
💡 Recommended Settings For mild wear use DurabilityLossPercent = 2–3, DestroyThresholdPercent = 1.
For hardcore realism use DurabilityLossPercent = 10, DestroyThresholdPercent = 10 — items will wear out quickly.
If you only want reduced durability without destruction, set DestroyThresholdPercent = 0.
📜 License Free distribution with attribution(FDWA).
🧑💻 Support If you encounter any issues or have suggestions contact me(Discord:Shahedik228pro).