Prototype/OffshorePump
Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/EntityWithHealth » Prototype/EntityWithOwner » Prototype/OffshorePump
An offshore pump.
Mandatory properties
This prototype inherits all the properties from Prototype/EntityWithOwner.
fluid_box
Type: FluidBox
pumping_speed
Type: float
How many units of fluid are produced per tick. Must be > 0.
fluid
Type: string
The name of the fluid that is produced by the pump.
Optional properties
graphics_set
Type: table
Mandatory if picture
is not defined. Table with the following members:
- animation - Animation4Way - Mandatory. Rendered in "object" layer, with secondary draw order 0.
- base_render_layer - RenderLayer - Optional. Default: "ground-patch"
- underwater_layer_offset - int8 - Optional. Default: 1
- fluid_animation - Animation4Way - Optional. Rendered in "object" layer, with secondary draw order 20.
- glass_pictures - Sprite4Way - Optional. Rendered in "object" layer, with secondary draw order 40.
- base_pictures - Sprite4Way - Optional. Rendered in layer specified by base_render_layer, with secondary draw order 0.
- underwater_pictures - Sprite4Way - Optional. Drawn by tile renderer when water animation is enabled.
picture
Type: Sprite4Way
Deprecated, use graphics_set
instead. Ignored if graphics_set
is defined.
min_perceived_performance
Type: float
Default: 0.25
Animation runs at least this fast.
fluid_box_tile_collision_test
Type: CollisionMask
Default: "ground-tile"
adjacent_tile_collision_test
Type: CollisionMask
Default: "water-tile"
Tiles colliding with adjacent_tile_collision_box must collide with this collision mask (unless it's empty).
adjacent_tile_collision_mask
Type: CollisionMask
Default: none
Tiles colliding with adjacent_tile_collision_box must NOT collide with this collision mask.
center_collision_mask
Type: CollisionMask
Default: none
Tile at placement position must NOT collide with this collision mask.
adjacent_tile_collision_box
Type: BoundingBox
Default: {{-0.05, -0.8}, {0.05, -0.7}}
placeable_position_visualization
Type: Sprite
remove_on_tile_collision
Type: bool
Default: false
always_draw_fluid
Type: bool
Default: true
If false, the offshore pump will not show fluid present (visually) before there is an output connected. The pump will also animate yet not show fluid when the fluid is 100% extracted (e.g. such as with a pump).
check_bounding_box_collides_with_tiles
Type: bool
If not set (=default), the offshore pump does not collide with tiles if it has none of these collision masks: "water-tile", "ground-tile", "resource-layer", "player-layer", "item-layer", "doodad-layer". If it has at least one of the six collision masks, it does collide with tiles.
If set, this specifies whether collision with tiles should (true) or should not (false) be performed on an offshore pump.
circuit_wire_max_distance
Type: double
Default: 0
The maximum circuit wire distance for this entity.
draw_copper_wires
Type: bool
Default: true
draw_circuit_wires
Type: bool
Default: true
circuit_wire_connection_points
Type: table of WireConnectionPoint
Mandatory if circuit_wire_max_distance > 0.
circuit_connector_sprites
Type: table of CircuitConnectorSprites
Mandatory if circuit_wire_max_distance > 0.