Addiction Formula

From GECK
Jump to: navigation, search

Pre-conditions: for an Ingestible to be able to apply an Addiction effect, it must have an Addiction Chance that is non-0, and it must have a Withdrawal/Addiction effect.

If the ingestible does not have the UMON effect as part of its regular effects, then the addiction chance is the ingestible's Addiction Chance, modified by the Modify Addiction Chance Perk Entry Point.

Otherwise (if the ingestible has a UMON effect), then it checks if the ingestible has been consumed enough times. If the value returned by GetSpellUsageNum is smaller than the fAddictionUsageMonitorThreshold GameSetting, no addiction effect will be applied. Otherwise, the formula is:

 addictionChance = (spellUseageNum - fAddictionUsageMonitorThreshold) / 100.0

This number is then modified by the Modify Addiction Chance Perk Entry Point, and then multiplied by 100.

  • Note that the ingestible's addiction chance has no effect on this formula (when UMON is used).

See Also