Ingredient_Sac_Venom
Server/Item/Items/Ingredient/Ingredient_Sac_Venom.json, 730 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_Sac_Venom.name",
"Description": "server.items.Ingredient_Sac_Venom.description"
},
"Categories": [
"Items.Ingredients"
],
"Model": "Resources/Materials/Venom_Sac.blockymodel",
"Texture": "Resources/Materials/Venom_Sac_Texture.png",
"Quality": "Uncommon",
"ItemLevel": 25,
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.7,
"Rotation": [
25,
200,
308
],
"Translation": [
7,
4
]
},
"Icon": "Icons/ItemsGenerated/Ingredient_Sac_Venom.png",
"Tags": {
"Type": [
"Ingredient"
]
},
"ItemEntity": {
"ParticleSystemId": null
},
"DropOnDeath": true
}