Prototype/OffshorePump

From Official Factorio Wiki
Revision as of 19:31, 19 June 2018 by Bilka (talk | contribs) (Created page with "== Basics == Extends Prototype/EntityWithHealth. == Mandatory properties == This prototype inherits all the properties from Prototype/EntityWithHealth. === fluid_box...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Basics

Extends Prototype/EntityWithHealth.

Mandatory properties

This prototype inherits all the properties from Prototype/EntityWithHealth.

fluid_box

Type: Types/FluidBox

pumping_speed

Type: Types/float

fluid

Type: Types/string

The name of the fluid that is produced by the pump.

picture

Type: Types/Sprite4Way

Optional properties

fluid_box_tile_collision_test

Type: Types/CollisionMask

Default: "ground-tile"

adjacent_tile_collision_test

Type: Types/CollisionMask

Default: "water-tile"

placeable_position_visualization

Type: Types/Sprite

circuit_wire_max_distance

Type: Types/double

Default: 0

remove_on_tile_collision

Type: Types/bool

Default: false

circuit_wire_connection_points

Type: Types/table of Types/WireConnectionPoint

circuit_connector_sprites

Type: Types/table of Types/CircuitConnectorSprites