miseryexplorer>JarlHiemas Created page with "<includeonly>{{#invoke:Item Page Creator|main}}</includeonly> <noinclude> <templatedata> { "params": { "title": { "type": "string", "label": "Title", "description": "Info box title (defaults to page name)", "example": "Carrot" }, "image": { "label": "Image", "type": "wiki-file-name" }, "description": { "label": "Description", "type": "string", "description": "The in-game tooltip description", "example": "\"A FRESH AND JUICY TOMATO..." |
m 1 revision imported |
(No difference)
| |
Latest revision as of 00:29, 19 June 2026
<templatedata>
{
"params": {
"title": {
"type": "string",
"label": "Title",
"description": "Info box title (defaults to page name)",
"example": "Carrot"
},
"image": {
"label": "Image",
"type": "wiki-file-name"
},
"description": {
"label": "Description",
"type": "string",
"description": "The in-game tooltip description",
"example": "\"A FRESH AND JUICY TOMATO.\""
},
"weight": {
"label": "Information: Weight",
"type": "number",
"description": "How much the item weighs when inside an inventory ",
"example": "0.33"
},
"size": {
"label": "Information: Size",
"example": "2x2",
"type": "string",
"description": "How many inventory slots an item takes up"
},
"equipment-slot": {
"label": "Information: Equipment Slot",
"type": "string",
"description": "What equipment slot the item can fit into",
"example": "Torso",
"suggestedvalues": [
"Torso",
"Head",
"Backpack",
"Attachment",
"Primary/Secondary"
]
},
"damage-type": {
"label": "Information: Damage Type",
"type": "string",
"description": "What type of damage the weapon does"
},
"damage": {
"label": "Information: Damage",
"type": "number",
"description": "How much damage the item does"
},
"range": {
"label": "Information: Range",
"type": "string",
"description": "At what range the item can function"
},
"ammo": {
"label": "Information: Ammo",
"example": "9mm",
"type": "string",
"description": "What ammo type the item requires"
},
"magazine-type": {
"label": "Information: Magazine Type",
"type": "string",
"description": "What magazine type the item requires"
},
"magazine-capacity": {
"label": "Information: Magazine Capacity",
"type": "number",
"description": "How much ammo can fit in the magazine"
},
"durability": {
"label": "Information: Durability",
"type": "number",
"description": "The maximum durability of the item",
"example": "60"
},
"weight-capacity": {
"label": "Information: Weight Capacity ",
"type": "number",
"description": "The maximum weight the item can hold",
"example": "25"
},
"radiation-resistance": {
"label": "Protection: Radiation Resistance",
"type": "number"
},
"damage-resistance": {
"label": "Protection: Damage Resistance",
"type": "number"
},
"health": {
"label": "Effects: Health",
"type": "number",
"description": "How much health the item restores/increases",
"example": "5"
},
"stamina": {
"label": "Effects: Stamina",
"type": "number",
"description": "How much stamina the item restores/increases",
"example": "-50"
},
"hunger": {
"label": "Effects: Hunger",
"type": "number",
"description": "How much hunger the item restores/increases",
"example": "5"
},
"thirst": {
"label": "Effects: Thirst",
"type": "number",
"description": "How much thirst the item restores/increases",
"example": "5"
},
"radiation": {
"label": "Effects: Radiation",
"type": "number",
"description": "How much radiation the item restores/increases",
"example": "-5"
},
"insanity": {
"label": "Effects: Insanity",
"type": "number",
"description": "How much insanity the item restores/increases",
"example": "10"
},
"special-effects": {
"label": "Effects: Special Effects",
"type": "string",
"description": "Any additional/unique effects",
"example": "Does extra damage to wood"
},
"vendor": {
"label": "Trading: Vendor",
"type": "string",
"description": "Which merchant buys or sells this item",
"example": "Barman"
},
"buy": {
"label": "Trading: Buy Value",
"type": "number",
"description": "How much it costs to buy this item from a vendor",
"example": "7"
},
"sell": {
"label": "Trading: Sell Value",
"type": "number",
"description": "How much you can sell the item for",
"example": "2"
},
"power-requirement": {
"label": "Information: Power Requirement",
"description": "How much power the item requires to function",
"example": "5",
"type": "number"
},
"inventory-size": {
"label": "Information: Inventory Size",
"description": "How many slots the items inventory has",
"example": "6x3",
"type": "string"
},
"repair-cost": {
"label": "Information: Repair Cost",
"description": "What items are needed to repair the item",
"example": "Sewing Kit x 3",
"type": "string"
},
"stack-size": {
"label": "Information: Stack Size",
"description": "How high an amount this item can stack to",
"example": "10",
"type": "number"
},
"fuel": {
"label": "Information: Fuel",
"description": "What fuel items this item requires atleast one of to function",
"example": "Coal Bag, Wood",
"type": "string"
},
"lootable": {
"label": "Lootable",
"description": "Is the item findable on excursions",
"type": "boolean"
}
},
"paramOrder": [
"lootable",
"title",
"image",
"description",
"weight",
"size",
"stack-size",
"equipment-slot",
"damage-type",
"damage",
"range",
"ammo",
"magazine-type",
"magazine-capacity",
"durability",
"repair-cost",
"weight-capacity",
"inventory-size",
"fuel",
"power-requirement",
"radiation-resistance",
"damage-resistance",
"health",
"stamina",
"hunger",
"thirst",
"radiation",
"insanity",
"special-effects",
"vendor",
"buy",
"sell"
]
}
</templatedata>
