Prototype/Tool: Difference between revisions
Jump to navigation
Jump to search
(Converted to SMW format) |
(→Optional properties: descriptions) |
||
Line 13: | Line 13: | ||
{{Prototype_property|durability|[[Types/double|double]]|optional=true}} | {{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. The durability of this tool. | ||
{{Prototype_property|durability_description_key|[[Types/string|string]]|"description.durability-key"|optional=true}} | {{Prototype_property|durability_description_key|[[Types/string|string]]|"description.durability-key"|optional=true}} | ||
Line 20: | Line 20: | ||
{{Prototype_property|infinite|[[Types/bool|bool]]|true|optional=true}} | {{Prototype_property|infinite|[[Types/bool|bool]]|true|optional=true}} | ||
Whether this tool has infinite durability. |
Revision as of 09:10, 2 October 2019
Prototype definitions » PrototypeBase » Prototype/Item » Prototype/Tool
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.
durability
Type: double
Must be positive. Mandatory if infinite
is false. The durability of this tool.
durability_description_key
Type: string
Default: "description.durability-key"
durability_description_value
Type: string
Default: "description.durability-value"
infinite
Type: bool
Default: true
Whether this tool has infinite durability.