Ingredient_Stick
Server/Item/Items/Ingredient/Ingredient_Stick.json, 754 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Model | string |
Texture | string |
PlayerAnimationsId | string |
ResourceTypes | array[2] |
FuelQuality | number |
IconProperties | object |
Tags | object |
ItemEntity | object |
ItemSoundSetId | string |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Ingredient_Stick.name"
},
"Icon": "Icons/ItemsGenerated/Ingredient_Stick.png",
"Categories": [
"Items.Ingredients"
],
"Model": "Items/Ingredients/Stick.blockymodel",
"Texture": "Items/Ingredients/Stick_Texture.png",
"PlayerAnimationsId": "Item",
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"FuelQuality": 4,
"IconProperties": {
"Scale": 1.21,
"Rotation": [
67,
330,
0
],
"Translation": [
1.3,
-1
]
},
"Tags": {
"Type": [
"Ingredient"
]
},
"ItemEntity": {
"ParticleSystemId": null
},
"ItemSoundSetId": "ISS_Items_Foliage",
"DropOnDeath": true
}