Template:Infobox Tool
Infobox for tools — pickaxes, gloves, fishing rods, hacking tools, hoes and spiles. Gear uses {{Infobox Gear}}
. Parameter names are the game's own database keys.
Usage
{{Infobox Tool
| name = Steel Pickaxe
| id = tool_t2_mining_001
| image = Steel Pickaxe icon.png
| tool_type = Pickaxe
| activity = Mining
| tier = 2
| rarity = 2
| base_power = 3
| crit_chance = 10
| skill = Mining
| skill_level = 10
| value = 8
| tradeable = Yes
| examine = Swings true and lets you mine Iron Outcrops.
}}
Rules that are easy to get wrong
- Tools are craft-only. They never drop from dungeons and never roll bonus stats, so a tool page has no Possible rolls section and this template has no
rolls,legendaryorcraftableparameter. Typing one does nothing. - Tools do not use the gear stat parameters. A tool has
base_powerandcrit_chanceand nothing else.power,attack_speedand the rest are ignored here. tieris required — it is what the template uses to say which gathering nodes the tool works, and a blank tier stamps Category:Pages missing data
.
- Capitalise
activityexactly —Mining,Foraging,Fishing,Hacking,Farming. The value is used as a link and built into the category name, so a lower-case value creates a broken duplicate category. skillis rendered as a link, andskill_levelshows?if you leave it blank — fill it in or leave both out.- Tool icons are 32×32 PNGs (gear icons are 16×16), named
<Page title> icon.png.
Categories it applies
Automatic, in article space only: Category:Tools
, Tools - activity, Tier N Items, and Category:Craftable Items
— that last one unconditionally, because every tool is crafted. Plus Category:Pages needing an image whenimageis blank and Category:Pages missing data whennameortieris.
For the page around the infobox, see Wiki:Item page guide.
Infobox for gathering tools. Craft-only: no roll or legendary parameters.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | no description | String | required |
| Item ID | id | no description | String | suggested |
| Icon file | image | "<Page title> icon.png" — tool icons are 32×32 | File | suggested |
| Image alt text | alt | no description | String | optional |
| Tool type | tool_type | Pickaxe, Gloves, Fishing Rod, Hacking Tool, Hoe, Spile | String | required |
| Activity | activity | Mining, Foraging, Fishing, Hacking, Farming — capitalise exactly, it is copied into the category name | String | required |
| Tool tier | tier | 1–6; gates which nodes the tool can work | Number | required |
| Rarity number | rarity | 0–5 | Number | optional |
| Base Power | base_power | no description | Number | optional |
| Crit Chance % | crit_chance | no description | Number | optional |
| Required skill | skill | Rendered as a link | String | optional |
| Required skill level | skill_level | Shows ? if omitted while skill is set | Number | optional |
| Sell value (gold) | value | no description | Number | optional |
| Tradeable | tradeable | no description | String | optional |
| Examine / flavour text | examine | no description | String | optional |