|
|
| Line 1: |
Line 1: |
| <noinclude> | | <noinclude> |
| {{Documentation}} | | {{Documentation}} |
| <templatedata>
| |
| {
| |
| "description": "",
| |
| "params": {
| |
| "item_name": {
| |
| "label": "Name",
| |
| "description": "The display name of the item.",
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "image": {
| |
| "label": "Image",
| |
| "description": "The image for the item in 16x16.",
| |
| "type": "wiki-file-name"
| |
| },
| |
| "category": {
| |
| "label": "Category",
| |
| "description": "The items's category as it appears in-game.",
| |
| "type": "string",
| |
| "suggestedvalues": [
| |
| "None",
| |
| "Tool",
| |
| "Container",
| |
| "Weapon",
| |
| "Ammo",
| |
| "Head",
| |
| "Body",
| |
| "Legs",
| |
| "Trinket",
| |
| "Food",
| |
| "Potion",
| |
| "Seeds",
| |
| "Sapling",
| |
| "Crop",
| |
| "Herb",
| |
| "Bait",
| |
| "Fish",
| |
| "Bug",
| |
| "Ingredient",
| |
| "Material",
| |
| "Gem",
| |
| "Junk"
| |
| ]
| |
| },
| |
| "stack_size": {
| |
| "label": "Stack Size",
| |
| "description": "The item's maximum stack size.",
| |
| "type": "number",
| |
| "default": "100"
| |
| },
| |
| "value": {
| |
| "label": "Value",
| |
| "description": "The item's base gold value.",
| |
| "type": "number",
| |
| "default": "1"
| |
| },
| |
| "sellable": {
| |
| "label": "Sellable",
| |
| "description": "Whether the item can be sold.",
| |
| "type": "boolean",
| |
| "default": "true"
| |
| }
| |
| }
| |
| }
| |
| </templatedata>
| |
| </noinclude> | | </noinclude> |
| {| class="infobox" | | {| class="infobox" |