Prototype/RobotWithLogisticInterface: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(1.1.37: destroy_action added)
(Noted that idle and in motion states only draw the first frame)
Line 18: Line 18:


{{Prototype property|idle|[[Types/RotatedAnimation|RotatedAnimation]]|optional=true}}
{{Prototype property|idle|[[Types/RotatedAnimation|RotatedAnimation]]|optional=true}}
Only the first frame of the animation is drawn. This means that the graphics for the idle state cannot be animated.


{{Prototype property|in_motion|[[Types/RotatedAnimation|RotatedAnimation]]|optional=true}}
{{Prototype property|in_motion|[[Types/RotatedAnimation|RotatedAnimation]]|optional=true}}
Only the first frame of the animation is drawn. This means that the graphics for the in_motion state cannot be animated.


{{Prototype property|shadow_idle|[[Types/RotatedAnimation|RotatedAnimation]]|optional=true}}
{{Prototype property|shadow_idle|[[Types/RotatedAnimation|RotatedAnimation]]|optional=true}}
Only the first frame of the animation is drawn. This means that the graphics for the idle state cannot be animated.


{{Prototype property|shadow_in_motion|[[Types/RotatedAnimation|RotatedAnimation]]|optional=true}}
{{Prototype property|shadow_in_motion|[[Types/RotatedAnimation|RotatedAnimation]]|optional=true}}
Only the first frame of the animation is drawn. This means that the graphics for the in_motion state cannot be animated.


{{Prototype property|destroy_action|[[Types/Trigger|Trigger]]|optional=true}}
{{Prototype property|destroy_action|[[Types/Trigger|Trigger]]|optional=true}}

Revision as of 11:17, 16 May 2022

Template:Prototype parent The common properties of logistic and construction robots represented by an abstract prototype.

Template:Prototype TOC

Extensions

Mandatory properties

This prototype inherits all the properties from Prototype/FlyingRobot.

Template:Prototype property

Template:Prototype property

Optional properties

Template:Prototype property Only the first frame of the animation is drawn. This means that the graphics for the idle state cannot be animated.

Template:Prototype property Only the first frame of the animation is drawn. This means that the graphics for the in_motion state cannot be animated.

Template:Prototype property Only the first frame of the animation is drawn. This means that the graphics for the idle state cannot be animated.

Template:Prototype property Only the first frame of the animation is drawn. This means that the graphics for the in_motion state cannot be animated.

Template:Prototype property Applied when the robot expires (runs out of energy and speed_multiplier_when_out_of_energy is 0).

Template:Prototype property