Versions / 0.6.0-pre.10 / Item / Items / Furniture / Temple_Light / Unique / Furniture_Temple_Light_Pot.json
Furniture_Temple_Light_Pot
Server/Item/Items/Furniture/Temple_Light/Unique/Furniture_Temple_Light_Pot.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Icon | string |
BlockType | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Temple_Light_Pot.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Containers"
],
"Set": "Furniture_Temple_Light",
"Icon": "Icons/ItemsGenerated/Furniture_Temple_Light_Pot.png",
"BlockType": {
"BlockParticleSetId": "Clay",
"CustomModel": "Blocks/Decorative_Sets/Temple_Light/Jar.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Temple_Light/Jar_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Gathering": {
"Soft": {
"DropList": "Container_Pot_Jar_Blue",
"IsWeaponBreakable": true
}
},
"Material": "Empty",
"Opacity": "Transparent",
"RandomRotation": "YawStep1",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#cfe3dc",
"BlockSoundSetId": "Clay_Pot_Small",
"PhysicalMaterialId": "Stone",
"TextureComputedColor": "#9A9996"
},
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Temple"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}