Armikur-SkillFloors icon

SkillFloors

Adds a minimum skill floor to Valheim skills.

Last updated a week ago
Total downloads 99
Total rating 0 
Categories Tweaks Server-side Client-side
Dependency string Armikur-SkillFloors-1.1.2
Dependants 0 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202
ValheimModding-Jotunn-2.26.0 icon
ValheimModding-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.26.0
ValheimModding-JsonDotNET-13.0.4 icon
ValheimModding-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.4

README

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 15% the rate of the skill's level.

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 smal progress bar (light blue) under the skill's bar (red)
  • configurable progress rate (available within BepInEx Configuration Manager)
  • ServerSync for the progress rate.

To(maybe)Do

  • configuratable progress rate
  • console commands

Changelog

Version Notes
1.1.2
  • added secondary progress bar to Skills panel
  • added configurable progress rate
  • can now toggle extra debug messages in BepInEx window
  • added BepInEx Configuration Manager support for config settings
  • added server sync (hopefully working!)
1.0.2
  • other last minute tweaks and readme corrections
1.0.1
  • fewer debug messages
1.0.0
  • first working release!

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.
  • Server Sync may or may not be working properly; it needs testing.

Other / Support