Prototype/Tool: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(1.1: locale key limits)
(→‎Optional properties: durability_description_value explanation)
Line 20: Line 20:
{{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.
May not be longer than 200 characters.
In-game, the game provides the locale with three [[Tutorial:Localisation#Localising_with_parameters|parameters]]:
* __1__: remaining durability
* __2__: total durability
* __3__: durability as a percentage
So when a locale key that has the following translation
  Remaining durability is __1__ out of __2__ which is __3__ %
is applied to a tool with 2 remaining durability out of 8 would mean it is displayed as
  Remaining durability is 2 out of 8 which is 25 %


{{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 09:41, 24 June 2021

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 The durability of this tool. Must be positive. Mandatory if infinite is false.

Template:Prototype property May not be longer than 200 characters.

Template:Prototype property May not be longer than 200 characters.

In-game, the game provides the locale with three parameters:

  • __1__: remaining durability
  • __2__: total durability
  • __3__: durability as a percentage

So when a locale key that has the following translation

 Remaining durability is __1__ out of __2__ which is __3__ %

is applied to a tool with 2 remaining durability out of 8 would mean it is displayed as

 Remaining durability is 2 out of 8 which is 25 %

Template:Prototype property Whether this tool has infinite durability.