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