Prototype/Tool: Difference between revisions
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. | |||
{{Prototype TOC|tool}} | |||
Prototype | |||
== Extensions == | == Extensions == | ||
Line 14: | Line 12: | ||
This prototype inherits all the properties from [[Prototype/Item]]. | This prototype inherits all the properties from [[Prototype/Item]]. | ||
{{Prototype_property|durability|[[Types/double|double]]|optional=true}} | |||
Must be positive. Mandatory if <code>infinite</code> is false. | Must be positive. Mandatory if <code>infinite</code> is false. | ||
{{Prototype_property|durability_description_key|[[Types/string|string]]|"description.durability-key"|optional=true}} | |||
= | |||
{{Prototype_property|durability_description_value|[[Types/string|string]]|"description.durability-value"|optional=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.
Extensions
- Prototype/Armor armor
- Prototype/MiningTool mining-tool (for migration, cannot be used)
- Prototype/RepairTool repair-tool
Optional properties
This prototype inherits all the properties from Prototype/Item.
Template:Prototype property
Must be positive. Mandatory if infinite
is false.