Const
LabValues - A map of Lab Names to a function to get its value for any given level.
i.e. to find the value of a level 7 Max Interest Lab, use
LabValues['Max Interest'](7) Copy
LabValues['Max Interest'](7)
For labs without an obvious numeric value (i.e. unlock labs), it just returns the level of the lab.
Generated using TypeDoc
Constant
LabValues - A map of Lab Names to a function to get its value for any given level.
i.e. to find the value of a level 7 Max Interest Lab, use
For labs without an obvious numeric value (i.e. unlock labs), it just returns the level of the lab.