More languages
More actions
Created page with "{| class="wikitable" ! colspan="2" | {{{subj|Material}}} |- ! colspan="2" {{#if: {{{img|}}}||style="display: none"}} | [[File:{{{img|}}}|200px]] |- {{#if: {{{img|}}}||style="display: none"}} | colspan="2" | <small>{{{capt|}}}</small> |- ! Type | {{{type|}}} |- ! Harvested with | {{{place|Level 2 Hammer}}} |}" |
mNo edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{ | <noinclude> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"description": { | |||
| | "description": "The description in game", | ||
"type": "string", | |||
"required": true | |||
}, | |||
"type": { | |||
"description": "The type in game", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"sell-price": { | |||
"description": "Price item is sold to NPC's for", | |||
"type": "number" | |||
}, | |||
"tool": { | |||
"description": "Tool required to obtain resource", | |||
"type": "string" | |||
}, | |||
"tool-level": { | |||
"description": "Tool level required to obtain resource", | |||
"type": "number" | |||
}, | |||
"locations": { | |||
"description": "Location in game that resource nodes spawn", | |||
"type": "content" | |||
}, | |||
"respawn-time": { | |||
"description": "Respawn time for resource nodes in minutes", | |||
"type": "number" | |||
}, | |||
"obtained-by": { | |||
"description": "Where the resource can be harvested or bought from", | |||
"type": "string" | |||
}, | |||
"drop-rate-min": { | |||
"description": "Estimated minimum number of dropped items", | |||
"type": "number" | |||
}, | |||
"drop-rate-max": { | |||
"description": "Estimated maximum number of dropped items", | |||
"type": "number" | |||
}, | |||
"image": { | |||
"description": "Image of the resource.", | |||
"type": "wiki-file-name" | |||
} | |||
}, | |||
"description": "Material - resource in the first tab of the inventory." | |||
} | |||
</templatedata> | |||
</noinclude> | |||
<includeonly> | |||
[[Category:Resources]] | |||
</includeonly> | |||
Short description. | |||
<blockquote> {{{description}}} </blockquote> | |||
{| class="wikitable" style="float:right; margin-left: 10px;" | |||
|+ {{{subj|Material}}} | |||
|- | |- | ||
! Type | ! Type | ||
| {{{type | | {{{type}}} | ||
|- | |- | ||
! Harvested with | ! Harvested with | ||
| {{{ | | {{{tool}}} {{{tool level}}} | ||
|- | |||
! Sell Price | |||
| {{{sell-price}}} | |||
|} | |} | ||
__TOC__ | |||
---- | |||
== Crafting == | |||
==== Recipes ==== | |||
How to craft resource, if applicable. | |||
==== Used in ==== | |||
List of items craftable with that resource. | |||
---- | |||
== Quests == | |||
List of quests. | |||
Include research stations and donation bins. | |||
---- | |||
== Location == | |||
Detailed description including maps of where to find the resource, and other methods of obtaining. | |||
---- | |||
== Trivia == | |||
Relevant trivia, including about real world equivalent of resource. | |||
---- | |||
== History == | |||
Version changes for the resource. | |||
Latest revision as of 21:44, 1 May 2026
Material - resource in the first tab of the inventory.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| description | description | The description in game | String | required |
| type | type | The type in game | String | required |
| sell-price | sell-price | Price item is sold to NPC's for | Number | optional |
| tool | tool | Tool required to obtain resource | String | optional |
| tool-level | tool-level | Tool level required to obtain resource | Number | optional |
| locations | locations | Location in game that resource nodes spawn | Content | optional |
| respawn-time | respawn-time | Respawn time for resource nodes in minutes | Number | optional |
| obtained-by | obtained-by | Where the resource can be harvested or bought from | String | optional |
| drop-rate-min | drop-rate-min | Estimated minimum number of dropped items | Number | optional |
| drop-rate-max | drop-rate-max | Estimated maximum number of dropped items | Number | optional |
| image | image | Image of the resource. | File | optional |
Short description.
{{{description}}}
| Type | {{{type}}} |
|---|---|
| Harvested with | {{{tool}}} {{{tool level}}} |
| Sell Price | {{{sell-price}}} |
Crafting
Recipes
How to craft resource, if applicable.
Used in
List of items craftable with that resource.
Quests
List of quests. Include research stations and donation bins.
Location
Detailed description including maps of where to find the resource, and other methods of obtaining.
Trivia
Relevant trivia, including about real world equivalent of resource.
History
Version changes for the resource.