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.
SkillFloors
Adds a minimum skill floor to Valheim skills.
| Date uploaded | 11 months ago |
| Version | 1.0.0 |
| Download link | Armikur-SkillFloors-1.0.0.zip |
| Downloads | 48 |
| Dependency string | Armikur-SkillFloors-1.0.0 |
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.2333ValheimModding-Jotunn
Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.
Preferred version: 2.29.0ValheimModding-JsonDotNET
Shared version 13.0.3 of Json.NET from Newtonsoft, net45 package for use in Valheim mods. Maintained by the ValheimModding team.
Preferred version: 13.0.4README
SkillFloors
SkillFloors is a Valheim Mod which creates a minimum skill level for each skill (the skill's "floor"). When you lose skill levels due to death, skill levels won't drop below their skill floors.
The skill floors start at level 0 and level up at 20% the rate of the skill's level.
Installation (manual)
Use r2modman.
Features
- Slowly levels up a skill "floor" level for each skill.
- prevents skill levels from dropping below the floor on death
To(maybe)Do
- configuratable progress rate
- console commands
Changelog
1.0.0 - first working release!
Known issues
You can find the github at: https://github.com/Armikur/SkillFloors_Jotunn
CHANGELOG
Changelog
1.1.5 (2026-04-21)
- backend improvements, cleaner execution
- code cleanup and logging adjustments
1.1.4 (2026-04-19)
- fixed a save data migration bug in 1.1.3. If upgrading from 1.1.2 you should be fine.
- more verbose debug logging if you turn debug on in SkillFloors config.
- fixed documentation typos
1.1.3 (2026-04-18)
- THIS VERSION WILL RESET YOUR SKILL FLOORS IF YOU ARE UPGRADING FROM A PREVIOUS VERSION
- fixed an issue where new characters could inherit other characters' SkillFloor levels
- prevents skill floors from being higher their associated skill and won't gain XP if the floor and skill are the same level.
- moving from JSON to ZPackage saves (deprecated JsonDotNET dependency). Will be removed in 1.2 update.
1.1.2
- added text and progress bar to Skills panel
- Now configurable (works with BepInEx Configuration Manager):
- Floor XP gain rate (default 15% of normal skill rate)
- Frequent BepInEx window messages are toggleable
- ServerSync for floor XP gain rate
1.0.2
- other last minute tweaks and readme corrections
1.0.1
- fewer debug messages
1.0.0
- first working release!