Test_Backpack
Server/Item/Items/_Debug/Test_Backpack.json, 882 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Quality | string |
ItemLevel | number |
PlayerAnimationsId | string |
Categories | array[1] |
Icon | string |
IconProperties | object |
Model | string |
Texture | string |
Interactions | object |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Test_Backpack.name"
},
"Quality": "Developer",
"ItemLevel": 25,
"PlayerAnimationsId": "Block",
"Categories": [
"Items.Armors"
],
"Icon": "Icons/ItemsGenerated/Utility_Leather_Medium_Backpack.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.37,
"Translation": [
0,
-6
]
},
"Model": "NPC/Intelligent/Klops/Models/Attachments/Merchant/Backpack.blockymodel",
"Texture": "NPC/Intelligent/Klops/Models/Attachments/Merchant/Backpack_Texture.png",
"Interactions": {
"Primary": {
"Interactions": [
{
"Type": "EquipItem"
}
]
},
"Secondary": {
"Interactions": [
{
"Type": "EquipItem"
}
]
}
},
"Tags": {
"Type": [
"Armor"
]
}
}