Difference between revisions of "ILockLevelMaxVeryHard"
Jump to navigation
Jump to search
imported>Bnesmith |
imported>Bnesmith m (ILockeLevelMaxVeryHard moved to ILockLevelMaxVeryHard) |
Revision as of 15:01, 28 March 2006
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 |