Furniture_Feran_Pot_Secondary
Server/Item/Items/Furniture/Feran/Unique/Furniture_Feran_Pot_Secondary.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
BlockType | object |
PlayerAnimationsId | string |
Set | string |
IconProperties | object |
Tags | object |
Icon | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Feran_Pot_Secondary.name"
},
"Categories": [
"Furniture.Containers"
],
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Decorative_Sets/Feran/Pot_Secondary.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Feran/Pot_Secondary_Texture.png",
"Weight": 1
}
],
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {
"IsWeaponBreakable": true,
"DropList": "Container_Pot_Clay_Tall"
}
},
"BlockParticleSetId": "Clay",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#cc8861",
"BlockSoundSetId": "Clay_Pot_Large",
"PhysicalMaterialId": "Stone",
"TextureComputedColor": "#CE8252"
},
"PlayerAnimationsId": "Block",
"Set": "Furniture_Feran",
"IconProperties": {
"Scale": 0.6,
"Translation": [
0,
-16.2
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Human"
]
},
"Icon": "Icons/ItemsGenerated/Furniture_Feran_Pot_Secondary.png",
"ItemSoundSetId": "ISS_Blocks_Wood"
}