Jump to content

[LE] Need help creating a "falling damage"Â mod


Recommended Posts

Basically I want a fall from 10 feet to knock off 80% of health So you get hurt badly but never die from a short fall.

 

If you have 10% health it will take off 80% from that.

 

Falling damage calculation is as follows.

 

falling damage = ((height - fJumpFallHeightMin) * fJumpFallHeightMult)fJumpFallHeightExponent * modifiers

 

https://en.uesp.net/wiki/Skyrim:Damage

 

Sorry , I'm new to modding but my first instinct is to want to plug player health into that equation somehow. Any ideas how to do this?

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...