Ingredient_Fibre
Server/Item/Items/Ingredient/Ingredient_Fibre.json, 1.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Recipe | object |
Model | string |
Texture | string |
PlayerAnimationsId | string |
ResourceTypes | array[2] |
FuelQuality | number |
Icon | string |
IconProperties | object |
Tags | object |
ItemEntity | object |
ItemSoundSetId | string |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Ingredient_Fibre.name"
},
"Categories": [
"Items.Ingredients"
],
"Recipe": {
"Input": [
{
"ResourceTypeId": "Salvage_Wood",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Processing",
"Id": "Salvagebench"
}
],
"OutputQuantity": 5
},
"Model": "Resources/Plants/Plant_Fibers.blockymodel",
"Texture": "Resources/Plants/Plant_Fibers_Texture.png",
"PlayerAnimationsId": "Item",
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"FuelQuality": 2,
"Icon": "Icons/ItemsGenerated/Ingredient_Fibre.png",
"IconProperties": {
"Scale": 0.575,
"Translation": [
3.9,
-9.3
],
"Rotation": [
38.435,
69.935,
27.185
]
},
"Tags": {
"Type": [
"Ingredient"
]
},
"ItemEntity": {
"ParticleSystemId": null
},
"ItemSoundSetId": "ISS_Items_Foliage",
"DropOnDeath": true
}