Prototype/Tool: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Set prototype parent)
(Converted to SMW format)
Line 1: Line 1:
{{Prototype parent|Prototype/Item}}
{{Prototype parent|Prototype/Item}}
Items with a "durability". Used for [[science pack]]s.


== Basics ==
{{Prototype TOC|tool}}
Prototype type: '''tool'''
 
Items with a "durability". Used for [[science pack]]s. Extends [[Prototype/Item]].


== Extensions ==
== Extensions ==
Line 14: Line 12:
This prototype inherits all the properties from [[Prototype/Item]].
This prototype inherits all the properties from [[Prototype/Item]].


=== durability ===
{{Prototype_property|durability|[[Types/double|double]]|optional=true}}
'''Type''': [[Types/double]]
 
Must be positive. Mandatory if <code>infinite</code> is false.
Must be positive. Mandatory if <code>infinite</code> is false.


=== durability_description_key ===
{{Prototype_property|durability_description_key|[[Types/string|string]]|"description.durability-key"|optional=true}}
'''Type''': [[Types/string]]
 
'''Default''': "description.durability-key"
 
=== durability_description_value ===
'''Type''': [[Types/string]]
 
'''Default''': "description.durability-value"


=== infinite ===
{{Prototype_property|durability_description_value|[[Types/string|string]]|"description.durability-value"|optional=true}}
'''Type''': [[Types/bool]]


'''Default''': true
{{Prototype_property|infinite|[[Types/bool|bool]]|true|optional=true}}

Revision as of 16:04, 26 July 2019

Template:Prototype parent Items with a "durability". Used for science packs.

Template:Prototype TOC

Extensions

Optional properties

This prototype inherits all the properties from Prototype/Item.

Template:Prototype property Must be positive. Mandatory if infinite is false.

Template:Prototype property

Template:Prototype property

Template:Prototype property