AI no random buildings
This mod removes every randomness from the AI building and state selection. Making it more competent for the AI and the player’s auto investment.
Changed defines:
PRODUCTION_BUILDING_RANDOM_FACTOR = 0
# The higher this is, the more random AI construction will be
PRODUCTION_BUILDING_STATE_RANDOM_FACTOR = 0
# The higher this is, the more random AI state selection for building types will be
PRODUCTION_BUILDING_AUTONOMOUS_INVESTMENT_RANDOM_FACTOR_MULT = 0
# Multiplies PRODUCTION_BUILDING_RANDOM_FACTOR for autonomous investment pool constructions
PRODUCTION_BUILDING_AUTONOMOUS_INVESTMENT_STATE_RANDOM_FACTOR_MULT = 0
# Multiplies PRODUCTION_BUILDING_RANDOM_FACTOR for autonomous investment pool constructions
