Template:Infobox Item/doc: Difference between revisions

From Guinea Isles Wiki
No edit summary
No edit summary
Line 34: Line 34:
"type": "string",
"type": "string",
"default": "Blank Item",
"default": "Blank Item",
"required": true
"required": true,
"autovalue": "Item"
},
},
"image": {
"image": {

Revision as of 07:39, 19 September 2025

A template for in-game items.

Template parameters

ParameterDescriptionTypeStatus
Nameitem_name Display Name

The display name of the item in-game.

Default
Blank Item
Example
Plainwood Log
Auto value
Item
Stringrequired
Imageimage

The 16x16 item image.

Filesuggested
Descriptiondesc

If the item has a special description in-game.

Example
Fish 25% faster when used as bait.
Stringoptional
Categorycategory

The item's category in-game.

Suggested values
None Tool Container Weapon Ammo Head Body Legs Trinket Food Potion Fish Bait Bug Seed Sapling Crop Herb Ingredient Material Gem Junk
Default
None
Stringsuggested
Stack Sizestack_size

Default maximum stack of the item.

Default
100
Auto value
100
Numberoptional
Valuevalue

The default value of the item in-game.

Default
1
Auto value
1
Numbersuggested
Sellablesellable

Whether the item can be sold to at least one shop.

Default
False
Auto value
False
Booleansuggested
Discoverablediscoverable

Whether the items counts towards in the Items Discovered total in the stats menu.

Default
True
Auto value
True
Booleansuggested
Donatabledonatable

Whether the item can be donated to the museum.

Default
False
Auto value
False
Booleansuggested