Prototype/Tree: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
m (Protected "Prototype/Tree": Migrated prototype doc to separate website ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(Removed old prototype docs)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''The prototype docs have moved to a new website with an improved format.''' This documentation page can now be found here: [https://lua-api.factorio.com/latest/prototypes/TreePrototype.html https://lua-api.factorio.com/latest/prototypes/TreePrototype.html]
<div class="stub"><p>'''The prototype docs have moved to a new website with an improved format.''' This documentation page can now be found here: [https://lua-api.factorio.com/latest/prototypes/TreePrototype.html https://lua-api.factorio.com/latest/prototypes/TreePrototype.html]


This wiki page is no longer updated and '''will be removed at some point in the future''', so please update your browser bookmarks or other links that sent you here. If you'd like to contribute to the new docs, you can leave your feedback [https://forums.factorio.com/viewforum.php?f=233 on the forums].
</p><p>This wiki page is no longer updated and '''will be removed at some point in the future''', so please update your browser bookmarks or other links that sent you here. If you'd like to contribute to the new docs, you can leave your feedback [https://forums.factorio.com/viewforum.php?f=233 on the forums].</p></div>
 
 
 
{{Prototype parent|Prototype/EntityWithHealth}}
A [[tree]].
 
{{Prototype TOC|tree}}
 
== 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.
 
{{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.
 
{{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:33, 25 October 2024

The prototype docs have moved to a new website with an improved format. This documentation page can now be found here: https://lua-api.factorio.com/latest/prototypes/TreePrototype.html

This wiki page is no longer updated and will be removed at some point in the future, so please update your browser bookmarks or other links that sent you here. If you'd like to contribute to the new docs, you can leave your feedback on the forums.