Last updated | 3 years ago |
Total downloads | 4833 |
Total rating | 1 |
Categories | |
Dependency string | chase000-ChaseMods_JumpAltersFallingDamage-1.1.1 |
Dependants | 19 other packages depend on this package |
README
Jump Alters Falling Damage
Jump skill alters the falling damage calculation by increasing the safe fall height and adding falling damage reduction.
Installation
- Install BepInEx.
- Extract the mod into Valheim\BepInEx\plugins folder.
- Start the game normally.
- (optional) Configure the damage scaling to your liking using Valheim\BepInEx\config\ChaseMods.JumpAltersFallingDamage.cfg.
Configuration
MinUnskilledDamagingHeight
The fall height that starts to damage you at Jump skill level 0. Falling from a height lower than this value causes no damage.
Game default: 4
MinSkilledDamagingHeight
The fall height that starts to damage you at Jump skill level 100. Falling from a height lower than this value causes no damage.
Game default: 4
MaxDamagingHeight
The fall height that causes you maximum fall damage. Falling from a greater height causes no additional damage.
Game default: 16
MaxFallDamageReduction
Fall damage reduction factor at Jump skill level 100.
Game default: 1 (no reduction)
MaxFallDamage
Maximum allowed fall damage (before reduction).
Game default: 100
Changelog
1.1.1
- Calculation fixes (may result in a small increase in fall damage)
- Configuration sanity checks
1.1.0
- MaxFallDamage
- Configuration option descriptions
- Changelog
1.0.1
- Fixed manifest.
1.0.0
- Initial version