# Machine Species Void Dweller Initial Setup # Buildings Added: # * Machine Assembly Plants # * Drone Storage # Rural Districts are set to: # * 3× Generator Districts # * 4× Mining Districts # * 0× Agriculture Districts if = { limit = { exists = owner owner = { is_machine_empire = yes } } add_building = building_machine_assembly_plant add_building = building_drone_storage set_variable = { which = energy_districts value = 3 } set_variable = { which = mining_districts value = 4 } set_variable = { which = farming_districts value = 0 } }