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.
LicenseToSkill
Lose less skill on death and increase skill loss prevention timer.
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.