Prototype/Cliff: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Basics == Extends Prototype/Entity. == Mandatory properties == This prototype inherits all the properties from Prototype/Entity. === orientations === '''Type''':...") |
(Converted to SMW format) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Prototype parent|Prototype/Entity}} | |||
A [[cliff]]. | |||
{{Prototype TOC|cliff}} | |||
== Mandatory properties == | == Mandatory properties == | ||
This prototype inherits all the properties from [[Prototype/Entity]]. | This prototype inherits all the properties from [[Prototype/Entity]]. | ||
{{Prototype property|orientations|[[Types/table|table]] of [[Types/OrientedCliffPrototype|OrientedCliffPrototype]]}} | |||
Table with the following members: | Table with the following members: | ||
* west_to_east - [[Types/OrientedCliffPrototype]] - Mandatory. | * west_to_east - [[Types/OrientedCliffPrototype|OrientedCliffPrototype]] - Mandatory. | ||
* north_to_south - [[Types/OrientedCliffPrototype]] - Mandatory. | * north_to_south - [[Types/OrientedCliffPrototype|OrientedCliffPrototype]] - Mandatory. | ||
* east_to_west - [[Types/OrientedCliffPrototype]] - Mandatory. | * east_to_west - [[Types/OrientedCliffPrototype|OrientedCliffPrototype]] - Mandatory. | ||
* south_to_north - [[Types/OrientedCliffPrototype]] - Mandatory. | * south_to_north - [[Types/OrientedCliffPrototype|OrientedCliffPrototype]] - Mandatory. | ||
* west_to_north - [[Types/OrientedCliffPrototype]] - Mandatory. | * west_to_north - [[Types/OrientedCliffPrototype|OrientedCliffPrototype]] - Mandatory. | ||
* north_to_east - [[Types/OrientedCliffPrototype]] - Mandatory. | * north_to_east - [[Types/OrientedCliffPrototype|OrientedCliffPrototype]] - Mandatory. | ||
* east_to_south - [[Types/OrientedCliffPrototype]] - Mandatory. | * east_to_south - [[Types/OrientedCliffPrototype|OrientedCliffPrototype]] - Mandatory. | ||
* south_to_west - [[Types/OrientedCliffPrototype]] - Mandatory. | * south_to_west - [[Types/OrientedCliffPrototype|OrientedCliffPrototype]] - Mandatory. | ||
* west_to_south - [[Types/OrientedCliffPrototype]] - Mandatory. | * west_to_south - [[Types/OrientedCliffPrototype|OrientedCliffPrototype]] - Mandatory. | ||
* north_to_west - [[Types/OrientedCliffPrototype]] - Mandatory. | * north_to_west - [[Types/OrientedCliffPrototype|OrientedCliffPrototype]] - Mandatory. | ||
* east_to_north - [[Types/OrientedCliffPrototype]] - Mandatory. | * east_to_north - [[Types/OrientedCliffPrototype|OrientedCliffPrototype]] - Mandatory. | ||
* south_to_east - [[Types/OrientedCliffPrototype]] - Mandatory. | * south_to_east - [[Types/OrientedCliffPrototype|OrientedCliffPrototype]] - Mandatory. | ||
* west_to_none - [[Types/OrientedCliffPrototype]] - Mandatory. | * west_to_none - [[Types/OrientedCliffPrototype|OrientedCliffPrototype]] - Mandatory. | ||
* none_to_east - [[Types/OrientedCliffPrototype]] - Mandatory. | * none_to_east - [[Types/OrientedCliffPrototype|OrientedCliffPrototype]] - Mandatory. | ||
* north_to_none - [[Types/OrientedCliffPrototype]] - Mandatory. | * north_to_none - [[Types/OrientedCliffPrototype|OrientedCliffPrototype]] - Mandatory. | ||
* none_to_south - [[Types/OrientedCliffPrototype]] - Mandatory. | * none_to_south - [[Types/OrientedCliffPrototype|OrientedCliffPrototype]] - Mandatory. | ||
* east_to_none - [[Types/OrientedCliffPrototype]] - Mandatory. | * east_to_none - [[Types/OrientedCliffPrototype|OrientedCliffPrototype]] - Mandatory. | ||
* none_to_west - [[Types/OrientedCliffPrototype]] - Mandatory. | * none_to_west - [[Types/OrientedCliffPrototype|OrientedCliffPrototype]] - Mandatory. | ||
* south_to_none - [[Types/OrientedCliffPrototype]] - Mandatory. | * south_to_none - [[Types/OrientedCliffPrototype|OrientedCliffPrototype]] - Mandatory. | ||
* none_to_north - [[Types/OrientedCliffPrototype]] - Mandatory. | * none_to_north - [[Types/OrientedCliffPrototype|OrientedCliffPrototype]] - Mandatory. | ||
{{Prototype property|grid_size|[[Types/vector|vector]]}} | |||
{{Prototype property|grid_offset|[[Types/vector|vector]]}} | |||
== Optional properties == | == Optional properties == | ||
{{Prototype property|cliff_height|[[Types/float|float]]|4|optional=true}} | |||
{{Prototype property|cliff_explosive|[[Types/string|string]]|optional=true}} | |||
Name of a capsule that has a robot_action to explode cliffs. |
Latest revision as of 20:16, 29 July 2019
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.