This version now works with Skyrim Special Edition - Anniversary Edition (SSEAE - or SAE) ------------------------------------------------------------------------------------------- The Magicka, Health, and Staminia restoration potions have been changed to allow for an instant (0 second) application (Still defaults to 1 second, so you will have to manually change it to 0 seconds to allow for the creation of instant effect potions) Additionally, the formula for gold cap has been changed original formula was: (Price^EXPONENT) / (1 + Price/LIMIT) * MULTIPLIER + OFFSET new formula is: (((base+offset)*multiplier)^exponent) * (((base+offset)*multiplier)^exponent)/100) capped at limit - minimum 1gp This has the effect of making low level options generate less gold and has an exponential ramp up, just like the UI shows in the table 10 20 50 100 200 500 1000 The Limit will now enforce a maximum gold cap for any potion that exceeds the value, rather than the original effect of bunching all options along that upper limit. Original Graph of potion gold (which looked like this: https://dsp.stackexchange.com/questions/47789/least-squares-fitting-to-inverse-exponential-function | x x x | x x | x | x | x | x | x ---------------------------------------- New graph - now looks more like this: https://mathonweb.com/help_ebook/html/functions_3.htm | x | x | x | x | x | x x | x x ----------------------------------------