Skyrim Special Edition

File information

Last updated

Original upload

Created by

Aix

Uploaded by

Aixcalibur

Virus scan

Safe to use

Tags for this mod

Mod articles

  • Potion Toxicity Formula

    I'm using a very simple negative exponential function to calculate toxicity.

    x = Base Value of the Potion
    A = Maximum Potion Toxicity Magnitude
    B = Potion Value Divider (The potion value that results in 50% of the maximum toxicity)

    Toxicity = A * (1 - 2^(-x/B))...