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