Utility_Leather_Quiver
Server/Item/Items/Utility/Utility_Leather_Quiver.json, 922 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Icon | string |
Quality | string |
ItemLevel | number |
Recipe | object |
Model | string |
Texture | string |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
MaxStack | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Utility_Leather_Quiver.name"
},
"Categories": [
"Items.Armors"
],
"Icon": "Icons/ItemsGenerated/Utility_Leather_Quiver.png",
"Quality": "Common",
"ItemLevel": 20,
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 2
},
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 4
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "ArmorBench"
}
]
},
"Model": "Items/Back/Quiver.blockymodel",
"Texture": "Items/Back/Quiver_Texture.png",
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.51,
"Translation": [
0,
-19.1
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Family": [
"Leather"
],
"Type": [
"Utility"
]
},
"MaxStack": 1
}