Furniture_Feran_Pot
Server/Item/Items/Furniture/Feran/Unique/Furniture_Feran_Pot.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
BlockType | object |
PlayerAnimationsId | string |
Set | string |
IconProperties | object |
Tags | object |
Model | string |
Texture | string |
Icon | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Feran_Pot.name"
},
"Categories": [
"Furniture.Containers"
],
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Decorative_Sets/Feran/Pot.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Feran/Pot_Texture.png",
"Weight": 1
}
],
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {
"IsWeaponBreakable": true,
"DropList": "Container_Pot_Clay_Tall"
}
},
"BlockParticleSetId": "Clay",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#f4d8b6",
"BlockSoundSetId": "Clay_Pot_Large"
},
"PlayerAnimationsId": "Block",
"Set": "Furniture_Feran",
"IconProperties": {
"Scale": 0.7,
"Translation": [
-0.3,
-18.9
],
"Rotation": [
13.5,
13.5,
2.3
]
},
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Human"
]
},
"Model": "Blocks/Decorative_Sets/Feran/Pot.blockymodel",
"Texture": "Blocks/Decorative_Sets/Feran/Pot_Texture.png",
"Icon": "Icons/ItemsGenerated/Furniture_Feran_Pot.png",
"ItemSoundSetId": "ISS_Blocks_Wood"
}