Prototype/Pipe: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(0.16)
Line 18: Line 18:
== pictures (all sub properties are mandatory) ==
== pictures (all sub properties are mandatory) ==


=== pipeStraightVerticalSingle ===
=== straight_vertical_single ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/Sprite]]


=== pipeStraightVertical ===
=== straight_vertical ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/Sprite]]


=== pipeStraightVerticalWindow ===
=== straight_vertical_window ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/Sprite]]


=== pipeStraightHorizontal ===
=== straight_horizontal ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/Sprite]]


=== pipeStraightHorizontalWindow ===
=== straight_horizontal_window ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/Sprite]]


=== pipeCornerUpRight ===
=== corner_up_right ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/Sprite]]


=== pipeCornerUpLeft ===
=== corner_up_left ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/Sprite]]


=== pipeCornerDownRight ===
=== corner_down_right ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/Sprite]]


=== pipeCornerDownLeft ===
=== corner_down_left ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/Sprite]]


=== pipeTUp ===
=== t_up ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/Sprite]]


=== pipeTDown ===
=== t_down ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/Sprite]]


=== pipeTRight ===
=== t_right ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/Sprite]]


=== pipeTLeft ===
=== t_left ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/Sprite]]


=== pipeCross ===
=== cross ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/Sprite]]


=== pipeEndingUp ===
=== ending_up ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/Sprite]]


=== pipeEndingDown ===
=== ending_down ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/Sprite]]


=== pipeEndingRight ===
=== ending_right ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/Sprite]]


=== pipeEndingLeft ===
=== ending_left ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/Sprite]]


=== horizontalWindowBackground ===
=== horizontal_window_background ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/Sprite]]


=== verticalWindowBackground ===
=== vertical_window_background ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/Sprite]]


=== fluidBackground ===
=== fluid_background ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/Sprite]]


=== lowTemperatureFlow ===
=== low_temperature_flow ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/Sprite]]


=== middleTemperatureFlow ===
=== middle_temperature_flow ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/Sprite]]


=== highTemperatureFlow ===
=== high_temperature_flow ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/Sprite]]


=== gasFlow ===
=== gas_flow ===
'''Type''': [[Types/Animation]]
'''Type''': [[Types/Animation]]

Revision as of 20:46, 20 May 2018

Basics

An entity to transport gas and fluids over a distance, and between machines. This is an extension of Prototype/EntityWithHealth

Mandatory properties

fluid_box

Type: Types/FluidBox

The area of the entity where fluid/gas inputs, and outputs.

horizontal_window_bounding_box

Type: Types/BoundingBox

vertical_window_bounding_box

Type: Types/BoundingBox

pictures

This property is a huge table. See below.

pictures (all sub properties are mandatory)

straight_vertical_single

Type: Types/Sprite

straight_vertical

Type: Types/Sprite

straight_vertical_window

Type: Types/Sprite

straight_horizontal

Type: Types/Sprite

straight_horizontal_window

Type: Types/Sprite

corner_up_right

Type: Types/Sprite

corner_up_left

Type: Types/Sprite

corner_down_right

Type: Types/Sprite

corner_down_left

Type: Types/Sprite

t_up

Type: Types/Sprite

t_down

Type: Types/Sprite

t_right

Type: Types/Sprite

t_left

Type: Types/Sprite

cross

Type: Types/Sprite

ending_up

Type: Types/Sprite

ending_down

Type: Types/Sprite

ending_right

Type: Types/Sprite

ending_left

Type: Types/Sprite

horizontal_window_background

Type: Types/Sprite

vertical_window_background

Type: Types/Sprite

fluid_background

Type: Types/Sprite

low_temperature_flow

Type: Types/Sprite

middle_temperature_flow

Type: Types/Sprite

high_temperature_flow

Type: Types/Sprite

gas_flow

Type: Types/Animation