This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

ILockLevelMax

From the Oblivion ConstructionSet Wiki
(Redirected from ILockLevelMaxEasy)
Jump to navigation Jump to search

The lock levels of Very Easy, Easy, Average, Hard, Very Hard, and Needs a Key are all mapped to numerical values between 0 and 100. These numbers are stored in the game settings listed below. A value of 100 is hard coded to mean "Needs a Key." The specific values are used to calculate a variety of things and should not be changed from their default values.

Game Setting Lock Value
iLockLevelMaxVeryEasy 7
iLockLevelMaxEasy 20
iLockLevelMaxAverage 40
iLockLevelMaxHard 80
iLockLevelMaxVeryHard 99
Needs a key 100