Prototype/Cliff
Jump to navigation
Jump to search
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.