# Astrometeorology Initial Setup # Buildings Added: # * Astrometeorology Observatory if = { limit = { exists = owner owner = { is_astrometeorologist_empire = yes } } if = { limit = { has_zone = { zone = zone_habitat_research_unity } } add_building = { zone = zone_habitat_research_unity building = building_astrometeorology_observation_center } } else_if = { limit = { exists = owner owner = { has_origin = origin_cybernetic_creed } } add_building = building_astrometeorology_observation_center } else = { add_building = { zone = zone_research_unity building = building_astrometeorology_observation_center } } }