Under attribute weights, it says how it auto calculates health, magicka, and stamina. I have tested on multiple actors but as an example, I'll just give one actor. ID: HirelingJenassa. Health Offset: 50, Magicka and Stamina Offset: 0. Base Health, Base Magicka, and Base Stamina: 50. Class CombatRanger with Health and Stamina Weights: 3 and Magicka Weight: 0.
According the the wiki, the calculations should be like the following at level 10 (doesn't matter what level I use and tested many different levels, but level 10 makes numbers nicer).
Calculated Health: 50 (base) + 50 (offset) + (90 * 3 / 6) = 145 (ck gives me 190)
Calculated Magicka: 50 (base) + 0 (offset) + (90 * 0 / 6) = 50 (ck gives me 50)
Calculated Stamina: 50 (base) + 0 (offset) + (90 * 3 / 6) = 95 (ck gives me 95)
Changing the Class CombatRanger to Health and Stamina weights 2/2 or 1/1 gives similar results. Changing the Class CombatRanger to Health, Magicka and Stamina weights of 1/2/3 like described in the example in the wiki gives the following:
Calculated Health: 50 (base) + 50 (offset) + (90 * 1 / 6) = 115 (ck gives me 160)
Calculated Magicka: 50 (base) + 0 (offset) + (90 * 2 / 6) = 80 (ck gives me 80)
Calculated Stamina: 50 (base) + 0 (offset) + (90 * 3 / 6) = 95 (ck gives me 95)
Removing the offset from Health will only subtract 50 from each case so the number is still off by the same amount.
From my testing, it looks like the auto calc stats gives an extra 5 health per level. Would like to know if someone could confirm this, and give an explanation of why this happens. Can this extra 5 be modified? Are there similar ones for magicka and stamina (which are currently set to 0 or something?) Thanks for your time.