Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Resource

Template page
Revision as of 09:26, 15 April 2025 by Pi (talk | contribs) (Created page with " <noinclude> <templatedata> { "params": { "description": { "description": "The description 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": {...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Resource, found in game, typically harvested or bought.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
descriptiondescription

The description in game

Stringrequired
sell-pricesell-price

Price item is sold to NPC's for

Numberoptional
tooltool

Tool required to obtain resource

Stringoptional
tool-leveltool-level

Tool level required to obtain resource

Numberoptional


{{{description}}}

This resource is obtained by using a level {{{tool-level}}} {{{tool}}}.

Can be sold for {{{sell-price}}}.