Utility_Helipack
Server/Item/Items/Utility/Utility_Helipack.json, 882 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_Helipack.name"
},
"Categories": [
"Items.Armors"
],
"Icon": "Icons/ItemsGenerated/Utility_Helipack.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/Helipack.blockymodel",
"Texture": "Items/Back/Helipack_Texture.png",
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.415,
"Translation": [
0.3,
-23.7
],
"Rotation": [
33.345,
230.065,
0
]
},
"Tags": {
"Type": [
"Utility"
]
},
"MaxStack": 1
}