More languages
More actions
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": {..." |
No edit summary |
||
| Line 29: | Line 29: | ||
{{{description}}} | {{{description}}} | ||
{| class="wikitable" | |||
|+ Resource Attributes | |||
|- | |||
! Locations | |||
! Respawn Time | |||
! Sell Price | |||
! Drop Rate | |||
! Obtained By | |||
! Required Tool | |||
|- | |||
| {{#if:{{{locations|}}}|{{{locations}}}|N/A}} | |||
| {{#if:{{{respawn-time|}}}|{{{respawn-time}}}|N/A}} | |||
| {{#if:{{{sell-price|}}}|{{{sell-price}}}|N/A}} | |||
| {{#if:{{{drop-rate|}}}|{{{drop-rate}}}|N/A}} | |||
| {{#if:{{{obtained-by|}}}|{{{obtained-by}}}|N/A}} | |||
| {{#if:{{{tool|}}}| | |||
{{{tool}}}{{#if:{{{tool-level|}}}>1| Lv. {{{tool-level}}} | |||
}}|N/A}} | |||
|} | |||
Revision as of 09:58, 15 April 2025
Resource, found in game, typically harvested or bought.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| description | description | The description 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 |
{{{description}}}
| Locations | Respawn Time | Sell Price | Drop Rate | Obtained By | Required Tool |
|---|---|---|---|---|---|
| N/A | N/A | N/A | N/A | N/A | N/A |