More actions
File:Veloren Infobox bag.png | |
Infobox bag | |
Statistics | |
Type | Bag |
Quality | |
Slot | |
Capacity | |
Technical Information | |
.vox File | |
.ron File | |
Recipe |
An infobox template used for [[Bags]].
Parameter | Description | Type | Status | |
---|---|---|---|---|
Description | description | The description of the item as given on the tooltip when you hover over it.
| String | required |
Quality. | quality | The quality colour of the bag.
| String | required |
Equip slot | slot | Whether the bag is for bag slots or for the back
| String | required |
Added item slots | capacity | The amount of item slots added to the inventory when the bag is equipped.
| Number | required |
.vox File | vox | The file link as linked on gitlab.com/veloren/veloren.
| String | suggested |
.ron File | ron | The gitlab link to the .ron file.
| URL | 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 |