Prototype/Tool: Difference between revisions
Jump to navigation
Jump to search
(→Optional properties: words) |
(1.1: locale key limits) |
||
Line 16: | Line 16: | ||
{{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}} | ||
May not be longer than 200 characters. | |||
{{Prototype_property|durability_description_value|[[Types/string|string]]|"description.durability-value"|optional=true}} | {{Prototype_property|durability_description_value|[[Types/string|string]]|"description.durability-value"|optional=true}} | ||
May not be longer than 200 characters. | |||
{{Prototype_property|infinite|[[Types/bool|bool]]|true|optional=true}} | {{Prototype_property|infinite|[[Types/bool|bool]]|true|optional=true}} | ||
Whether this tool has infinite durability. | Whether this tool has infinite durability. |
Revision as of 19:49, 2 December 2020
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
The durability of this tool. Must be positive. Mandatory if infinite
is false.
durability_description_key
Type: string
Default: "description.durability-key"
May not be longer than 200 characters.
durability_description_value
Type: string
Default: "description.durability-value"
May not be longer than 200 characters.
infinite
Type: bool
Default: true
Whether this tool has infinite durability.