Prototype/Cliff
The prototype docs have moved to a new website with an improved format. This documentation page can now be found here: https://lua-api.factorio.com/latest/prototypes/CliffPrototype.html
This wiki page is no longer updated and will be removed at some point in the future, so please update your browser bookmarks or other links that sent you here. If you'd like to contribute to the new docs, you can leave your feedback on the forums.
Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/Cliff
A cliff.
Mandatory properties
This prototype inherits all the properties from Prototype/Entity.
orientations
Type: table of OrientedCliffPrototype
Table with the following members:
- west_to_east - OrientedCliffPrototype - Mandatory.
- north_to_south - OrientedCliffPrototype - Mandatory.
- east_to_west - OrientedCliffPrototype - Mandatory.
- south_to_north - OrientedCliffPrototype - Mandatory.
- west_to_north - OrientedCliffPrototype - Mandatory.
- north_to_east - OrientedCliffPrototype - Mandatory.
- east_to_south - OrientedCliffPrototype - Mandatory.
- south_to_west - OrientedCliffPrototype - Mandatory.
- west_to_south - OrientedCliffPrototype - Mandatory.
- north_to_west - OrientedCliffPrototype - Mandatory.
- east_to_north - OrientedCliffPrototype - Mandatory.
- south_to_east - OrientedCliffPrototype - Mandatory.
- west_to_none - OrientedCliffPrototype - Mandatory.
- none_to_east - OrientedCliffPrototype - Mandatory.
- north_to_none - OrientedCliffPrototype - Mandatory.
- none_to_south - OrientedCliffPrototype - Mandatory.
- east_to_none - OrientedCliffPrototype - Mandatory.
- none_to_west - OrientedCliffPrototype - Mandatory.
- south_to_none - OrientedCliffPrototype - Mandatory.
- none_to_north - OrientedCliffPrototype - Mandatory.
grid_size
Type: vector
grid_offset
Type: vector
Optional properties
cliff_height
Type: float
Default: 4
cliff_explosive
Type: string
Name of a capsule that has a robot_action to explode cliffs.