Ingredient_Motes_Light
Server/Item/Items/Ingredient/Ingredient_Motes_Light.json, 670 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Model | string |
Texture | string |
Quality | string |
ItemLevel | number |
PlayerAnimationsId | string |
IconProperties | object |
Icon | string |
Tags | object |
ItemEntity | object |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Ingredient_Motes_Light.name"
},
"Categories": [
"Items.Ingredients"
],
"Model": "Resources/Materials/Motes_Light.blockymodel",
"Texture": "Resources/Materials/Motes_Light_Texture.png",
"Quality": "Common",
"ItemLevel": 10,
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.93,
"Translation": [
-1.8,
1.2
],
"Rotation": [
0,
90,
0
]
},
"Icon": "Icons/ItemsGenerated/Ingredient_Motes_Light.png",
"Tags": {
"Type": [
"Ingredient"
]
},
"ItemEntity": {
"ParticleSystemId": null
},
"DropOnDeath": true
}