/** The distance labs need to be within to be able to {@link StructureLab.runReaction} or {@link StructureLab.reverseReaction} */ export const LAB_REACT_RANGE = 2 /** The distance a creep and a lab need to be to {@link StructureLab.boostCreep} or {@link StructureLab.unboostCreep} */ export const LAB_BOOST_RANGE = 1 /** The maximum amount of deals that can be done on the market in one tick */ export const MARKET_MAX_DEALS_PER_TICK = 10