Talk:Sandbox (Procedure)

From the Fallout4 CreationKit Wiki
Revision as of 21:49, 2 July 2019 by imported>Rasikko (Sandbox calculation example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Is this correct?

For Example :


fSandboxDurationBase = 0.1000

fSandBoxEnergyMult = 0.0500

fSandboxDurationMultFurniture = 3.0000

fSandBoxEnergyMultFurniture = -0.1000

fSandboxDurationRangeMult = 0.2500

Base Duration = 0.1000 * 3.0000 = 0.3

Energy Duration = 0.3 * (1 + 50 * 0.0500 * -0.1000) = 0.225

Minimum Duration = 0.225 * (1 - 0.2500)

Maximum Duration = 0.225 * (1 + 0.2500)

Average Time Spent = 0.225 or 13.5 mins?

Does 1 represent 1 hour??