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 slowly levelable minimum skill floor to Valheim skills.
| Date uploaded | 4 days ago |
| Version | 1.1.5 |
| Download link | Armikur-SkillFloors-1.1.5.zip |
| Downloads | 96 |
| Dependency string | Armikur-SkillFloors-1.1.5 |
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.
Skill floors start at level 0 and increase up at 15% the normal skill's rate. The rate is configurable.
Installation
r2Modman
I recommend using r2modman to install.
Manual
If you're familiar with manually installing mods, go for it! Download the zip, and just put the SkillFloors.dll in BepInEx/plugins/SkillFloors.
Features
- Slowly levels up a skill "floor" level for each skill.
- prevents skill levels from dropping below the floor on death
- skill floors are shown in the skill panel as a light blue number next to each skill name and small progress bar (light blue) under the skill's bar (red)
- configurable progress rate (available in BepInEx Configuration Manager)
- ServerSync for the progress rate.
To(maybe)Do
- console commands
- Sound effect for skill floor level up
Known issues
- The skill floor progress bar might disappear sometimes. This does not affect the actual skill floor's level progress, only the bar's display on the skills list.
Other / Support
- You can find the github at: https://github.com/Armikur/SkillFloors
- If you have any issues, please open an issue on the github page or @Armikur on the Valheim Modding Discord. (I'm not a member of that team, but I am on that server sometimes).
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!