Prototype/Tree: Difference between revisions
Jump to navigation
Jump to search
(Set prototype parent) |
(Converted to SMW format) |
||
Line 1: | Line 1: | ||
{{Prototype parent|Prototype/EntityWithHealth}} | {{Prototype parent|Prototype/EntityWithHealth}} | ||
A [[tree]]. | |||
{{Prototype TOC|tree}} | |||
Prototype | |||
== Optional properties == | == Optional properties == | ||
This prototype inherits all the properties from [[Prototype/EntityWithHealth]]. | This prototype inherits all the properties from [[Prototype/EntityWithHealth]]. | ||
{{Prototype property|variation_weights|[[Types/table|table]] of [[Types/double|double]]|optional=true}} | |||
Array of [[Types/double|double]]. | |||
Array of [[Types/double]]. | |||
{{Prototype property|darkness_of_burnt_tree|[[Types/float|float]]|0.5|optional=true}} | |||
{{Prototype property|pictures|[[Types/SpriteVariations|SpriteVariations]]|optional=true}} | |||
Either this or <code>variations</code> must exist. | Either this or <code>variations</code> must exist. | ||
{{Prototype property|variations|[[Types/table|table]] of [[Types/TreePrototypeVariation|TreePrototypeVariation]]|optional=true}} | |||
Array. Can't be empty. Either this or <code>pictures</code> must exist. | Array. Can't be empty. Either this or <code>pictures</code> must exist. | ||
{{Prototype property|colors|[[Types/table|table]] of [[Types/Color|Color]]|optional=true}} | |||
Array. Mandatory if <code>variations</code> exists. | Array. Mandatory if <code>variations</code> exists. |
Revision as of 17:24, 5 August 2019
Template:Prototype parent A tree.
Optional properties
This prototype inherits all the properties from Prototype/EntityWithHealth.
Template:Prototype property Array of double.
Template:Prototype property
Either this or variations
must exist.
Template:Prototype property
Array. Can't be empty. Either this or pictures
must exist.
Template:Prototype property
Array. Mandatory if variations
exists.