This mod from opaj makes it so that once you've become a master of Acrobatics, you no longer take falling damage. Everything is done through scripts, so it shouldn't conflict with anything.
My first completed mod, this makes it so that once you've become a master of Acrobatics, you no longer take falling damage. Everything is done through scripts, so it shouldn't conflict with anything.
How it works:
A single quest script runs in the background, checking to see if your acrobatics has changed. If it has, the script checks to see if you're a master (this is coded so that it'll work with any mod that changes the minimum level requirement for master), and if you are, it adds the ability "Aerial Mastery." This ability keeps you from going splat when you hit the ground.
The quest script is set to update no more than every 20 seconds. This means that you may have to wait as many as 20 seconds before Aerial Mastery is added once you've mastered Acrobatics, but it also means this mod is less likely to contribute to any FPS problems.
This is a really simple tweak, but in case anyone else wanted it, here it is.