You are viewing a potentially older version of this package.
View all versions.
LicenseToSkill
Lose less skill on death and increase skill loss prevention timer.
Date uploaded | 2 years ago |
Version | 1.1.0 |
Download link | ComfyMods-LicenseToSkill-1.1.0.zip |
Downloads | 2655 |
Dependency string | ComfyMods-LicenseToSkill-1.1.0 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202README
LicenseToSkill
Lose less skill on death and increase skill loss prevention timer.
Installation
Manual
- Un-zip
LicenseToSkill.dll
to your/Valheim/BepInEx/plugins/
folder.
Thunderstore (manual install)
- Go to Settings > Import local mod > Select
LicenseToSkill_v1.1.0.zip
. - Click "OK/Import local mod" on the pop-up for information.
Instructions
Features
- Increases 'no skill loss' status effect from 10 minutes to 20 minutes.
- Now shows the current time remaining!
- Reduces skill loss on death from 5% across all skills to 1%.
Notes
- See source at: GitHub.
- Looking for a chill Valheim server? Comfy Valheim Discord
- Check out our community driven listing site at: valheimlist.org
Changelog
1.1.0
- Moved this mod from private repo to the public ComfyMods repo.
- Moved all configuration code into new
PluginConfig
class. - Moved all Harmony-patching code into their own patch classes.
- Added
manifest.json
, changed theicon.png
and updated thisREADME.md
. - Modified the project file to automatically create a versioned Thunderstore package.
1.0.0
- Initial release.
CHANGELOG
Changelog
1.4.0
- Updated for the
v0.218.15
Ashlands patch.
1.3.0
- Fixed for the
v0.218.11
PTB patch. - Moved changelog to
CHANGELOG.md
. - Bumped up
<LangVersion>
to C# 10. - Code clean-up and refactoring.
1.2.1
- Fixed bug where soft death status effect re-appeared on HUD after finishing it's countdown.
- Fixed bug where hard death encountered after 10 minutes regardless of UI/mod enabled.
- Updated assembly references to valheim_Data\Managed from unstripped_corlib.
1.2.0
- Updated for
v0.216.5
PTB patch. - Converted
Skills.OnDeath()
prefix-patch toSkills.LowerAllSkills()
prefix-patch. - Fixed
SEMan.AddStatusEffect()
prefix-patch to useint nameHash
instead ofstring name
.
1.1.1
- Interim fix for
v0.212.6
Mistlands PTB.
1.1.0
- Moved this mod from private repo to the public ComfyMods repo.
- Moved all configuration code into new
PluginConfig
class. - Moved all Harmony-patching code into their own patch classes.
- Added
manifest.json
, changed theicon.png
and updated thisREADME.md
. - Modified the project file to automatically create a versioned Thunderstore package.
1.0.0
- Initial release.