×
Create a new article
Write your page title here:
We currently have 5 articles on MISERY wiki. Type your article name above or click on one of the titles below and start writing!



MISERY wiki
5Articles

Template:Item Infobox

Revision as of 14:21, 8 December 2025 by miseryexplorer>JarlHiemas
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


<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" } }, "paramOrder": [ "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>