Versions / 0.5.0-pre.9 / Item / Items / Furniture / Temple_Dark / Unique / Furniture_Temple_Dark_Pot.json
Furniture_Temple_Dark_Pot
Server/Item/Items/Furniture/Temple_Dark/Unique/Furniture_Temple_Dark_Pot.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Temple_Dark_Pot.name"
},
"Icon": "Icons/ItemsGenerated/Furniture_Temple_Dark_Pot.png",
"Categories": [
"Furniture.Containers"
],
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Decorative_Sets/Temple_Dark/Pot.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Temple_Dark/Pot_Texture.png",
"Weight": 1
}
],
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {
"IsWeaponBreakable": true,
"DropList": "Container_Pot_Jar_Blue"
}
},
"BlockParticleSetId": "Clay",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#32474f",
"BlockSoundSetId": "Clay_Pot_Small",
"PhysicalMaterialId": "Stone",
"TextureComputedColor": "#384E48"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Temple"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}