Upgrade_Backpack_1
Server/Item/Items/Upgrade/Upgrade_Backpack_1.json, 1.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Quality | string |
MaxStack | number |
ItemLevel | number |
Categories | array[1] |
Recipe | object |
PlayerAnimationsId | string |
Model | string |
Texture | string |
IconProperties | object |
Consumable | boolean |
Interactions | object |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.UpgradeBackpack_1.name",
"Description": "server.items.UpgradeBackpack_1.description"
},
"Icon": "Icons/ItemsGenerated/Utility_Leather_Medium_Backpack.png",
"Quality": "Uncommon",
"MaxStack": 1,
"ItemLevel": 20,
"Categories": [
"Upgrade"
],
"Recipe": {
"TimeSeconds": 2,
"Input": [
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 8
},
{
"ItemId": "Ingredient_Leather_Medium",
"Quantity": 8
}
],
"BenchRequirement": [
{
"Id": "Workbench",
"Type": "Crafting",
"Categories": [
"Workbench_Tinkering"
],
"RequiredTierLevel": 1
}
]
},
"PlayerAnimationsId": "Item",
"Model": "Items/Consumables/Recipes/Recipe.blockymodel",
"Texture": "Items/Consumables/Recipes/Recipe_Texture.png",
"IconProperties": {
"Scale": 0.76,
"Translation": [
-0.895,
-1.11
],
"Rotation": [
33.92,
68.795,
40.67
]
},
"Consumable": true,
"Interactions": {
"Primary": {
"Interactions": [
{
"Type": "IncreaseBackpackCapacity",
"From": 0,
"Capacity": 9
}
]
},
"Secondary": {
"Interactions": [
{
"Type": "IncreaseBackpackCapacity",
"From": 0,
"Capacity": 9
}
]
}
},
"Tags": {
"Family": [
"Backpack"
],
"Type": [
"Upgrade"
]
}
}