Ingredient_Voidheart
Server/Item/Items/Ingredient/Ingredient_Voidheart.json, 779 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Quality | string |
Categories | array[1] |
Model | string |
Texture | string |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemEntity | object |
Scale | number |
Light | object |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Ingredient_Voidheart.name",
"Description": "server.items.Ingredient_Voidheart.description"
},
"Icon": "Icons/ItemsGenerated/Ingredient_Voidheart.png",
"Quality": "Epic",
"Categories": [
"Items.Ingredients"
],
"Model": "Resources/Ingredients/Voidheart.blockymodel",
"Texture": "Resources/Ingredients/Voidheart_Texture.png",
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.9,
"Rotation": [
0,
0,
0
],
"Translation": [
0,
-13
]
},
"Tags": {
"Type": [
"Ingredient"
]
},
"ItemEntity": {
"ParticleSystemId": null
},
"Scale": 1.2,
"Light": {
"Color": "#103",
"Radius": 1
},
"DropOnDeath": true
}