;(The actor values have the wrong names, e.g. initial actually is sustained)
;These values will save into your save game even when uninstalling this mod, to revert it to vanilla write "bat JetpackVanilla" into the console

;Energy drain rate for sustained flight (vanilla = 160)
player.setav boostpackdraininitial -160

;Energy drain rate for initiating flight (vanilla = 35)
player.setav boostpackdrainsustained -80

;Upward thrust for sustained flight (vanilla = 250) (-180=0)
player.setav boostpackthrustinitial -180

;Upward thrust for initiating flight (vanilla = 60) (-180=0)
player.setav boostpackthrustsustained -180

;THE BELOW SETTING ONLY WORKS WITH HORIZONTAL JETPACK BOOSTS, CHECK OUT THE MAIN PAGE FOR MORE INFORMATION!
;Horizontal boost strenght, higher values = higher horizontal boost (vanilla = 0.85)
Player.setav BoostpackHorizontalPercentage 0.5