Prototype/Cliff: Difference between revisions
Jump to navigation
Jump to search
(Added prototype type to page) |
(→Optional properties: 0.17) |
||
Line 45: | Line 45: | ||
'''Default''': 4 | '''Default''': 4 | ||
=== cliff_explosive === | |||
'''Type''': [[Types/string]] | |||
Name of an capsule that has a robot_action to explode cliffs. |
Revision as of 14:00, 5 March 2019
Basics
Prototype type: cliff
Extends Prototype/Entity.
Mandatory properties
This prototype inherits all the properties from Prototype/Entity.
orientations
Type: Types/table of Types/OrientedCliffPrototype
Table with the following members:
- west_to_east - Types/OrientedCliffPrototype - Mandatory.
- north_to_south - Types/OrientedCliffPrototype - Mandatory.
- east_to_west - Types/OrientedCliffPrototype - Mandatory.
- south_to_north - Types/OrientedCliffPrototype - Mandatory.
- west_to_north - Types/OrientedCliffPrototype - Mandatory.
- north_to_east - Types/OrientedCliffPrototype - Mandatory.
- east_to_south - Types/OrientedCliffPrototype - Mandatory.
- south_to_west - Types/OrientedCliffPrototype - Mandatory.
- west_to_south - Types/OrientedCliffPrototype - Mandatory.
- north_to_west - Types/OrientedCliffPrototype - Mandatory.
- east_to_north - Types/OrientedCliffPrototype - Mandatory.
- south_to_east - Types/OrientedCliffPrototype - Mandatory.
- west_to_none - Types/OrientedCliffPrototype - Mandatory.
- none_to_east - Types/OrientedCliffPrototype - Mandatory.
- north_to_none - Types/OrientedCliffPrototype - Mandatory.
- none_to_south - Types/OrientedCliffPrototype - Mandatory.
- east_to_none - Types/OrientedCliffPrototype - Mandatory.
- none_to_west - Types/OrientedCliffPrototype - Mandatory.
- south_to_none - Types/OrientedCliffPrototype - Mandatory.
- none_to_north - Types/OrientedCliffPrototype - Mandatory.
grid_size
Type: Types/vector
grid_offset
Type: Types/vector
Optional properties
cliff_height
Type: Types/float
Default: 4
cliff_explosive
Type: Types/string
Name of an capsule that has a robot_action to explode cliffs.