Ingredient_Ice_Essence
Server/Item/Items/Ingredient/Ingredient_Ice_Essence.json, 844 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 |
ItemSoundSetId | string |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Ingredient_Ice_Essence.name",
"Description": "server.items.Ingredient_Ice_Essence.description"
},
"Icon": "Icons/ItemsGenerated/Ingredient_Ice_Essence.png",
"Quality": "Uncommon",
"Categories": [
"Items.Ingredients"
],
"Model": "Resources/Ingredients/Essence.blockymodel",
"Texture": "Resources/Ingredients/Essence_Textures/Ice_Essence_Texture.png",
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.6,
"Rotation": [
0,
0,
0
],
"Translation": [
0,
-13
]
},
"Tags": {
"Type": [
"Ingredient"
]
},
"ItemEntity": {
"ParticleSystemId": null
},
"Scale": 0.8,
"Light": {
"Color": "#023",
"Radius": 1
},
"ItemSoundSetId": "ISS_Items_Gems",
"DropOnDeath": true
}