if data.raw.unit and data.raw.unit["construction-robot"] then data.raw.unit["construction-robot"].speed = data.raw.unit["construction-robot"].speed * 2.0 end if data.raw["roboport-equipment"] and data.raw["roboport-equipment"]["personal-roboport-equipment"] then local vanilla_roboport = data.raw["roboport-equipment"]["personal-roboport-equipment"] vanilla_roboport.robot_limit = 50 vanilla_roboport.charging_stations = 10 vanilla_roboport.construction_radius = 5000 vanilla_roboport.power = "5MW" end