DynamicFallDamage
Fall damage is calculated smoothly from 0 to 100+ instead of pre-set stages of damage. Recommended to be used with LethalWeight.
Date uploaded | 9 months ago |
Version | 1.0.0 |
Download link | thej01-DynamicFallDamage-1.0.0.zip |
Downloads | 42099 |
Dependency string | thej01-DynamicFallDamage-1.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
Dynamic Fall Damage
The way fall damage is calculated in the base game is stages, heres a list of those stages.
- 30 Damage
- 50 Damage
- 80 Damage
- 100 Damage
This mod changes that, and makes fall damage smoothly go from 30 to 100+ (you can also take more than 100 fall damage now).
This mod is recommended to be used alongside Lethal Weight:
https://thunderstore.io/c/lethal-company/p/thej01/LethalWeight/
This mod was made in a few hours so sorry if there are any bugs.
Hey, can I use Dynamic Fall Damage in (blank)?
Dynamic Fall Damage is licensed under GNU General Public License v3.0: https://choosealicense.com/licenses/gpl-3.0/#
Basically, do whatever you want, just:
- Disclose source
- License and copyright notice
- Same license
- State changes
Source Code: https://github.com/thej01/LC-DynamicFallDamage
CHANGELOG
v1.0.1
-
Fall damage ranges redone.
-
The conversion for fall damage was far off in v1.0.0, allowing you to fall further and take less damage.
-
The ranges have been fixed, and now falls that are impossible to survive in vanilla are also impossible to survive now.
-
-
Taking negative fall damage is now impossible. (hopefully)
-
There was an issue with fall damage value not being capped, which may have caused negative damage??
-
Either way, fall damage is always atleast 0 now, so you won't be healing from breaking your bones...
-
-
Taking less than 30 fall damage should now be impossible.
-
For some reason, the game tries to take fall damage at a lower falling speed than it should.
-
In the normal game, this wasn't an issue due to the fall damage being in stages.
-
But for this mod, it allowed you to take fall damage when you shouldn't.
-
-
Minor mod icon tweak
(Compilied for: V62)
v1.0.0
- Initial Release
(Compilied for: V49)