File:Veloren Infobox utility.png | |
Infobox utility | |
Statistics | |
Type | [[Utility#|]] |
Quality | |
Craftable | No |
Technical Information | |
.vox File | [ ] |
.ron File | [ ] |
An infobox template used for all types of utility items. Not to be confused with consumables or ingredients, this is for items that do not heal and are not used in crafting recipes.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Description | description | The description of the item as given on the tooltip when you hover over it.
| String | required |
Choose the type, as declared in the .ron file (kind:<Type>) | type | The type of the utility item.
| String | required |
Quality | quality | The quality color of the item.
| String | required |
Craftable | craftable | Is this item craftable ?
| Boolean | suggested |
.vox File | vox | The file link as linked on gitlab.com/veloren/veloren.
| String | suggested |
The text for the URL you want to display for the VOX file | voxtext | no description | String | suggested |
.ron File | ron | The gitlab link to the .ron file.
| String | suggested |
The text for the URL you want to display for the RON file | rontext | no description | Unknown | suggested |
Number of the line of code to the recipe | recipe | The link to the line of code in the recipe book : https://gitlab.com/veloren/veloren/-/blob/master/assets/common/recipe_book.ron#L*** where *** is a number
| Number | suggested |
Sprite Manifest | manifest | The link to the line of code in the sprite manifest
| Unknown | suggested |