More languages
More actions
No edit summary |
mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 5: | Line 5: | ||
"description": { | "description": { | ||
"description": "The description in game", | "description": "The description in game", | ||
"type": "string", | |||
"required": true | |||
}, | |||
"type": { | |||
"description": "The type in game", | |||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
| Line 14: | Line 19: | ||
"tool": { | "tool": { | ||
"description": "Tool required to obtain resource", | "description": "Tool required to obtain resource", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"tool-level": { | "tool-level": { | ||
| Line 27: | Line 27: | ||
"locations": { | "locations": { | ||
"description": "Location in game that resource nodes spawn", | "description": "Location in game that resource nodes spawn", | ||
"type": "content" | "type": "content" | ||
}, | }, | ||
"respawn-time": { | "respawn-time": { | ||
| Line 40: | Line 35: | ||
"obtained-by": { | "obtained-by": { | ||
"description": "Where the resource can be harvested or bought from", | "description": "Where the resource can be harvested or bought from", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"drop-rate-min": { | "drop-rate-min": { | ||
| Line 53: | Line 44: | ||
"description": "Estimated maximum number of dropped items", | "description": "Estimated maximum number of dropped items", | ||
"type": "number" | "type": "number" | ||
}, | |||
"image": { | |||
"description": "Image of the resource.", | |||
"type": "wiki-file-name" | |||
} | } | ||
}, | }, | ||
"description": "Material - first tab of the inventory." | "description": "Material - resource in the first tab of the inventory." | ||
} | } | ||
</templatedata> | </templatedata> | ||
| Line 77: | Line 61: | ||
Short description. | Short description. | ||
{{{description}}} | <blockquote> {{{description}}} </blockquote> | ||
{| class="wikitable" style="float:right; margin-left: 10px;" | {| class="wikitable" style="float:right; margin-left: 10px;" | ||
| Line 83: | Line 67: | ||
|- | |- | ||
! 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.