Prototype/Tree: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Basics == Extends Prototype/EntityWithHealth. == Mandatory properties == This prototype inherits all the properties from Prototype/EntityWithHealth. == Optional p...") |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Prototype parent|Prototype/EntityWithHealth}} | |||
A [[tree]]. | |||
{{Prototype TOC|tree}} | |||
== Optional properties == | == Optional properties == | ||
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]]. | |||
{{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. | {{Prototype property|colors|[[Types/table|table]] of [[Types/Color|Color]]|optional=true}} | ||
Array. Mandatory if <code>variations</code> exists. | |||
=== | == Differing defaults == | ||
'' | === healing_per_tick === | ||
:''See [[Prototype/EntityWithHealth#healing_per_tick]]'' | |||
'''Default''': 0.001666 |
Latest revision as of 14:40, 25 March 2021
Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/EntityWithHealth » Prototype/Tree
A tree.
Optional properties
This prototype inherits all the properties from Prototype/EntityWithHealth.
variation_weights
Type: table of double
Array of double.
darkness_of_burnt_tree
Type: float
Default: 0.5
pictures
Type: SpriteVariations
Either this or variations
must exist.
variations
Type: table of TreePrototypeVariation
Array. Can't be empty. Either this or pictures
must exist.
colors
Type: table of Color
Array. Mandatory if variations
exists.
Differing defaults
healing_per_tick
Default: 0.001666