Home

RoboportEquipmentPrototype

Used by personal roboport.

Parent

Properties

recharging_animation

The animation played at each charging point when a robot is charging there.

spawn_and_station_height

Presumably states the height of the charging stations and thus an additive offset for the charging_offsets.

charge_approach_distance

Presumably, the distance from the roboport at which robots will wait to charge.

construction_radius

Can't be negative.

charging_energy

Examples

charging_energy = "1000kW"

spawn_and_station_shadow_height_offset

stationing_render_layer_swap_height

When robot ascends or descends to this roboport, at which height is should switch between "air-object" and "object" render layer.

draw_logistic_radius_visualization

Unused, as roboport equipment does not have a logistic radius that could be drawn.

draw_construction_radius_visualization

recharging_light

The light emitted when charging a robot.

charging_station_count

How many charging points this roboport has. If this is 0, the length of the charging_offsets table is used to calculate the charging station count.

charging_station_count_affected_by_quality

charging_distance

charging_station_shift

charging_threshold_distance

Distance in tiles. This defines how far away a robot can be from the charging spot and still be charged, however the bot is still required to reach a charging spot in the first place.

robot_vertical_acceleration

stationing_offset

The offset from the center of the roboport at which robots will enter and exit.

robot_limit

How many robots can exist in the network (cumulative).

robots_shrink_when_entering_and_exiting

charging_offsets

The offsets from the center of the roboport at which robots will charge. Only used if charging_station_count is equal to 0.

spawn_minimum

Minimum amount of energy that needs to available inside the roboport's buffer so that robots can be spawned.

burner

Add this is if the roboport should be fueled directly instead of using power from the equipment grid.

power

Mandatory if burner is defined.

The size of the buffer of the burner energy source, so effectively the amount of power that the energy source can produce per tick.