Prototype/RoboportEquipment: Difference between revisions
(Capitalization on sentence begin and spaces after ',') |
(made sentence more english) |
||
Line 38: | Line 38: | ||
{{Prototype property|charging_threshold_distance|[[Types/float|float]]|1.0|optional=true}} | {{Prototype property|charging_threshold_distance|[[Types/float|float]]|1.0|optional=true}} | ||
This defines how | This defines how far away a robot can be to be charged, however a bot is still required to reach a charging spot and cannot have full battery. | ||
{{Prototype property|robot_vertical_acceleration|[[Types/float|float]]|0.01|optional=true}} | {{Prototype property|robot_vertical_acceleration|[[Types/float|float]]|0.01|optional=true}} | ||
{{Prototype property|stationing_offset|[[Types/vector|vector]]||optional=true}} | {{Prototype property|stationing_offset|[[Types/vector|vector]]||optional=true}} | ||
The offset from the | The offset from the center of the roboport at which robots will enter and exit. | ||
{{Prototype property|robot_limit|[[Types/ItemCountType|ItemCountType]]|max uint|optional=true}} | {{Prototype property|robot_limit|[[Types/ItemCountType|ItemCountType]]|max uint|optional=true}} |
Revision as of 10:02, 11 October 2021
Template:Prototype parent Used by personal roboport.
Mandatory properties
This prototype inherits all the properties from Prototype/Equipment.
Template:Prototype property The animation played at each charging point when a robot is charging there.
Template:Prototype property Presumably states the height of the charging stations and thus an additive offset for the charging_offsets.
Template:Prototype property Presumably, the distance from the roboport at which robots will wait to charge.
Template:Prototype property Can't be negative.
Optional properties
Template:Prototype property The light emitted when charging a robot.
Template:Prototype property This defines how far away a robot can be to be charged, however a bot is still required to reach a charging spot and cannot have full battery.
Template:Prototype property The offset from the center of the roboport at which robots will enter and exit.
Template:Prototype property How many robots can exist in the network (cumulative).
Template:Prototype property The offsets from the centre of the roboport at which robots will charge.
Template:Prototype property Minimum amount of energy that needs to available inside the roboport's buffer so that robots can be spawned.
Template:Prototype property Must be a burner energy source. Add this is if the roboport should be fueled directly instead of using power from the equipment grid.
Template:Prototype property
Mandatory if burner
is present. The size of the buffer of the burner energy source, so effectively the amount of power that the energy source can produce per tick.