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

Template:Material: Difference between revisions

Template page
Eden (talk | contribs)
No edit summary
Eden (talk | contribs)
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"
"suggestedvalues": [
"hammer",
"pruner",
"trowel"
]
},
},
"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"
"suggestedvalues": [
"Hanging Gardens",
"Loftia City",
"Salvaging District"
]
},
},
"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"
"suggestedvalues": [
"wild",
"shop"
]
},
},
"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."
"paramOrder": [
"description",
"sell-price",
"tool",
"tool-level",
"locations",
"respawn-time",
"obtained-by",
"drop-rate-min",
"drop-rate-max"
]
}
}
</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
| {{{place|Level 2 Hammer}}}
| {{{tool}}} {{{tool level}}}
|-
! Sell Price
| {{{sell-price}}}
|}
|}


Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.
__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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
descriptiondescription

The description in game

Stringrequired
typetype

The type 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
locationslocations

Location in game that resource nodes spawn

Contentoptional
respawn-timerespawn-time

Respawn time for resource nodes in minutes

Numberoptional
obtained-byobtained-by

Where the resource can be harvested or bought from

Stringoptional
drop-rate-mindrop-rate-min

Estimated minimum number of dropped items

Numberoptional
drop-rate-maxdrop-rate-max

Estimated maximum number of dropped items

Numberoptional
imageimage

Image of the resource.

Fileoptional



Short description.

{{{description}}}

Material
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.