Const
Labs - A Map of All Labs in the game
Lab names are all in English and match Tower Data Collection.
This is a map of lab names, and each contain a nested object mapping their levels to an Object containing DURATION and COST.
{ [labName: string]: { [level: number]: { DURATION: number; COST: number; } | undefined } | undefined} Copy
{ [labName: string]: { [level: number]: { DURATION: number; COST: number; } | undefined } | undefined}
Note that Lab Speed and Lab Discount already have their own modifiers applied to their values, so to apply relics, you will have to divide out their bonuses, scale the bonus by the relic, and re-apply it
Generated using TypeDoc
Constnat
Labs - A Map of All Labs in the game
Lab names are all in English and match Tower Data Collection.
This is a map of lab names, and each contain a nested object mapping their levels to an Object containing DURATION and COST.
Note that Lab Speed and Lab Discount already have their own modifiers applied to their values, so to apply relics, you will have to divide out their bonuses, scale the bonus by the relic, and re-apply it