Utility_Leather_Medium_Backpack
Server/Item/Items/Utility/Utility_Leather_Medium_Backpack.json, 1.2 KB
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 |
Interactions | object |
MaxStack | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Utility_Leather_Medium_Backpack.name"
},
"Categories": [
"Items.Armors"
],
"Icon": "Icons/ItemsGenerated/Utility_Leather_Medium_Backpack.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/BackpackBig.blockymodel",
"Texture": "Items/Back/BackpackBig_Texture.png",
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.455,
"Translation": [
1.19,
2.39
],
"Rotation": [
0,
177.73,
0
]
},
"Tags": {
"Family": [
"Leather"
],
"Type": [
"Utility"
]
},
"Interactions": {
"Primary": {
"Interactions": [
{
"Type": "EquipItem"
}
]
},
"Secondary": {
"Interactions": [
{
"Type": "EquipItem"
}
]
}
},
"MaxStack": 1
}