Ingredient_Strap_Leather
Server/Item/Items/Ingredient/Ingredient_Strap_Leather.json, 690 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Icon | string |
Model | string |
Texture | string |
Quality | string |
ItemLevel | number |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemEntity | object |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Ingredient_Strap_Leather.name"
},
"Categories": [
"Items.Ingredients"
],
"Icon": "Icons/ItemsGenerated/Ingredient_Strap_Leather.png",
"Model": "Resources/Materials/Strap_Leather.blockymodel",
"Texture": "Resources/Materials/Strap_Leather_Texture.png",
"Quality": "Common",
"ItemLevel": 10,
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.67,
"Translation": [
1.3,
-7.1
],
"Rotation": [
17.06,
74.435,
73.31
]
},
"Tags": {
"Type": [
"Ingredient"
]
},
"ItemEntity": {
"ParticleSystemId": null
},
"DropOnDeath": true
}