Furniture_Feran_Planter
Server/Item/Items/Furniture/Feran/Unique/Furniture_Feran_Planter.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Recipe | object |
Icon | string |
BlockType | object |
Tags | object |
IconProperties | object |
ItemSoundSetId | string |
ItemLevel | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Feran_Planter.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Containers"
],
"Set": "Furniture_Feran",
"Recipe": {
"TimeSeconds": 2,
"Input": [
{
"ResourceTypeId": "Clays",
"Quantity": 3
},
{
"ResourceTypeId": "Soils",
"Quantity": 2
},
{
"ItemId": "Ingredient_Life_Essence",
"Quantity": 10
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Planters"
],
"RequiredTierLevel": 6
}
]
},
"Icon": "Icons/ItemsGenerated/Furniture_Feran_Planter.png",
"BlockType": {
"BlockParticleSetId": "Clay",
"BlockSoundSetId": "Clay_Pot_Large",
"CustomModel": "Blocks/Decorative_Sets/Feran/Planter.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Feran/Planter_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"Material": "Solid",
"Opacity": "Transparent",
"ParticleColor": "#b86b42",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"Supporting": {
"Up": [
{}
]
}
},
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Feran"
],
"SubType": [
"Planter"
]
},
"IconProperties": {
"Scale": 0.5,
"Translation": [
1.5,
-15.3
],
"Rotation": [
22.5,
45,
22.5
]
},
"ItemSoundSetId": "ISS_Blocks_Wood",
"ItemLevel": 3
}