Wish I could just set a few conditions rather than leaving it all to
AI. Something like "If (rockiness == rocky) then (build mine; build
road). If (elevation >= 2000m) then (build solar; build farm; build
road)." Have it stop at the first condition, so if it was rocky but
above 2000, it would hit the first condition and not the second. Of
course, that's a bit simple, you could make it more complex dealing
with raininess, technology discovered, and the facilities at the base
working it.