Furniture_Tavern_Planter
Server/Item/Items/Furniture/Tavern/Unique/Furniture_Tavern_Planter.json, 1.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Recipe | object |
Icon | string |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
ItemSoundSetId | string |
ItemLevel | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Tavern_Planter.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Containers"
],
"Set": "Furniture_Tavern",
"Recipe": {
"TimeSeconds": 2,
"Input": [
{
"Quantity": 3,
"ResourceTypeId": "Wood_Trunk"
},
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 1
},
{
"Quantity": 2,
"ResourceTypeId": "Soils"
},
{
"ItemId": "Ingredient_Life_Essence",
"Quantity": 10
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Planters"
],
"RequiredTierLevel": 4
}
]
},
"Icon": "Icons/ItemsGenerated/Furniture_Tavern_Planter.png",
"BlockType": {
"BlockParticleSetId": "Wood",
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood",
"CustomModel": "Blocks/Decorative_Sets/Tavern/Planter.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Tavern/Planter_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"Material": "Solid",
"Opacity": "Transparent",
"ParticleColor": "#543022",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"Supporting": {
"Up": [
{}
]
},
"TextureComputedColor": "#2B1B13"
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Tavern"
],
"SubType": [
"Planter"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood",
"ItemLevel": 2
}