


Build like a master craftsman. Dvergr Craftsmanship makes the structural support of pieces you place scale with your current Crafting skill.
The mod does not change how Crafting levels up. Valheim already grants Crafting skill from building and repairing; this mod only reads your current skill and uses it to improve the pieces you place.
When you place a supported building piece, Dvergr Craftsmanship snapshots your current Crafting skill onto that piece. Higher-skill builders create pieces that lose less structural support as that support travels through connected pieces.
In practical terms:
This release includes only the working structural-integrity system:
This release does not add new build pieces yet. Load-bearing walls, nail-gated variants, firebreak walls, headers, and similar future pieces are intentionally not included in this package.
The configured bonus creates a multiplier from your Crafting skill:
multiplier = 1 + (CraftingSkill / 100) * (MaxIntegrityBonusPercent / 100)
Dvergr Craftsmanship then reduces structural support loss:
effectiveSupportLoss = vanillaSupportLoss / multiplier
With the default MaxIntegrityBonusPercent = 40:
The result is subtle at low skill and more noticeable as support travels through longer chains.
If EnableReinforce is enabled, you can improve an existing full-health piece with the hammer:
Reinforcement never lowers a piece's stored bonus. A lower-skilled player can still perform ordinary repairs, but they cannot downgrade a master-built piece.
With the hammer equipped, hover a supported piece to see its stored bonus:
-16.7% support loss (Crafting 50)
Vanilla or unstamped pieces are not given noisy 0% text.
The config file is generated at:
BepInEx/config/com.cdjensen.dvergrcraftsmanship.cfg
| Setting | Default | Description |
|---|---|---|
EnableMod |
true |
Enables or disables all Dvergr Craftsmanship mechanics. |
MaxIntegrityBonusPercent |
40 |
Main tuning knob. Allowed range is 20-60. At skill 100, this controls the multiplier used to reduce support loss. |
EnableReinforce |
true |
Allows hammer repair on full-health pieces to improve their stored Crafting bonus. |
MinimumReinforceSkillDelta |
5 |
Required Crafting skill improvement before reinforcement can upgrade a piece. |
EnableTierNotifications |
true |
Shows a short message when Crafting reaches 25, 50, 75, and 100. |
ShowIntegrityHoverText |
true |
Shows support-loss reduction while hammer-hovering stamped pieces. |
DebugLogging |
false |
Enables verbose diagnostic logging for placement, reinforcement, and support calculations. |
Dvergr Craftsmanship patches Valheim's WearNTear.GetMaterialProperties to reduce structural support loss. Other mods that change structural integrity may stack with or overwrite similar behavior.
If using Valheim Plus or another structural-integrity mod, check that only the behavior you want is enabled.
Install with a mod manager, or manually place DvergrCraftsmanship.dll into:
BepInEx/plugins/DvergrCraftsmanship/
Requires BepInExPack Valheim.
Bug reports and feature requests: