Ingredient_Stud_Iron
Server/Item/Items/Ingredient/Ingredient_Stud_Iron.json, 668 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_Stud_Iron.name"
},
"Categories": [
"Items.Ingredients"
],
"Icon": "Icons/ItemsGenerated/Ingredient_Stud_Iron.png",
"Model": "Resources/Materials/Stud_Iron.blockymodel",
"Texture": "Resources/Materials/Stud_Iron_Texture.png",
"Quality": "Common",
"ItemLevel": 10,
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.75,
"Translation": [
3.6,
-0.6
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Ingredient"
]
},
"ItemEntity": {
"ParticleSystemId": null
},
"DropOnDeath": true
}