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.
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 | 8 months ago |
| Version | 1.5.0 |
| Download link | ComfyMods-LicenseToSkill-1.5.0.zip |
| Downloads | 3023 |
| Dependency string | ComfyMods-LicenseToSkill-1.5.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.
Instructions
Features
- Increases 'no skill loss' status effect from 10 minutes to 20 minutes.
- 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
CHANGELOG
Changelog
1.5.0
- Updated for the
v0.221.4patch. - Removed
StatusEffectPatchas "No skill loss" effect now shows remaining time in vanilla. - Skill loss factor uses the lowest value of
skillLossPercentOverrideorGame.m_skillReductionRatemodifier. - Code clean-up and refactoring.
- Updated mod icon.
1.4.0
- Updated for the
v0.218.15Ashlands patch.
1.3.0
- Fixed for the
v0.218.11PTB 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.5PTB patch. - Converted
Skills.OnDeath()prefix-patch toSkills.LowerAllSkills()prefix-patch. - Fixed
SEMan.AddStatusEffect()prefix-patch to useint nameHashinstead ofstring name.
1.1.1
- Interim fix for
v0.212.6Mistlands PTB.
1.1.0
- Moved this mod from private repo to the public ComfyMods repo.
- Moved all configuration code into new
PluginConfigclass. - Moved all Harmony-patching code into their own patch classes.
- Added
manifest.json, changed theicon.pngand updated thisREADME.md. - Modified the project file to automatically create a versioned Thunderstore package.
1.0.0
- Initial release.