More actions
[[Image:|class=infobox-image|link=]] | |
Statistics | |
Type | |
Quality | |
Craftable | |
Technical Information | |
.vox File | |
.ron File | |
Sprite Manifest | |
Spawn Rules |
A modified infobox from the infobox consumable template. All it changes is the image size, to allow for better visibility of the item in question.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Image | image | The image of the item.
| File | required |
Title | title | The name of the consumable in English.
| String | required |
Description | description | The description of the ingredient as given on the tooltip when you hover over it. Place it in " ".
| String | required |
Type | type | The type of consumable.
| String | required |
Quality | quality | The quality colour of the consumable.
| Template | required |
Craftable | craftable | Is this item craftable. Yes or No.
| Boolean | required |
.vox File | vox | The file link as linked on gitlab.com/veloren/veloren. Place the link in the [[]] and add a space after the url with the text you want to display in the infobox.
| URL | suggested |
.ron File | ron | The gitlab link to the .ron file. Place the url in the [[]] with a space after the text. Then add what you want to show in the infobox.
| URL | suggested |
Sprite Manifest | manifest | The link to the line of code in the sprite manifest
| Unknown | suggested |
Spawn Rules | spawnrules | The link to the line in world/src/layer/scatter.rs | Unknown | suggested |