Ingredient_Bone_Fragment
Server/Item/Items/Ingredient/Ingredient_Bone_Fragment.json, 778 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Model | string |
Texture | string |
Quality | string |
ItemLevel | number |
PlayerAnimationsId | string |
IconProperties | object |
Scale | number |
Icon | string |
Tags | object |
ItemEntity | object |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Ingredient_Bone_Fragment.name",
"Description": "server.items.Ingredient_Bone_Fragment.description"
},
"Categories": [
"Items.Ingredients"
],
"Model": "Resources/Materials/Bone_Fragment.blockymodel",
"Texture": "Resources/Materials/Bone_Fragment_Texture.png",
"Quality": "Common",
"ItemLevel": 10,
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.54,
"Translation": [
2.1,
-5.1
],
"Rotation": [
16.315,
54.56,
33.19
]
},
"Scale": 1.2,
"Icon": "Icons/ItemsGenerated/Ingredient_Bone_Fragment.png",
"Tags": {
"Type": [
"Ingredient"
]
},
"ItemEntity": {
"ParticleSystemId": null
},
"DropOnDeath": true
}