Ingredient_Leather_Medium
Server/Item/Items/Ingredient/Leather/Ingredient_Leather_Medium.json, 1008 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Icon | string |
Model | string |
Texture | string |
Quality | string |
ItemLevel | number |
Recipe | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemEntity | object |
ItemSoundSetId | string |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Ingredient_Leather_Medium.name"
},
"Categories": [
"Items.Ingredients"
],
"Icon": "Icons/ItemsGenerated/Ingredient_Leather_Medium.png",
"Model": "Resources/Materials/Leather.blockymodel",
"Texture": "Resources/Materials/Leather_Textures/Medium.png",
"Quality": "Common",
"ItemLevel": 15,
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Hide_Medium",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Processing",
"Id": "Tannery"
}
],
"TimeSeconds": 30
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.75,
"Translation": [
1.5,
-6
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Ingredient"
],
"Family": [
"Leather"
]
},
"ItemEntity": {
"ParticleSystemId": null
},
"ItemSoundSetId": "ISS_Items_Leather",
"DropOnDeath": true
}