Versions / 0.6.0-pre.2 / Item / Items / Furniture / Ancient / Unique / Furniture_Ancient_Barrel.json
Furniture_Ancient_Barrel
Server/Item/Items/Furniture/Ancient/Unique/Furniture_Ancient_Barrel.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Icon | string |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Ancient_Barrel.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Containers"
],
"Set": "Furniture_Ancient",
"Icon": "Icons/ItemsGenerated/Furniture_Ancient_Barrel.png",
"BlockType": {
"BlockParticleSetId": "Wood",
"CustomModel": "Blocks/Decorative_Sets/Village/Barrel.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Village/Barrel_Ancient.png",
"Weight": 1
}
],
"DrawType": "Model",
"Gathering": {
"Soft": {
"DropList": "Barrels"
}
},
"HitboxType": "Chest_Small",
"Material": "Solid",
"Opacity": "Transparent",
"ParticleColor": "#4e462c",
"RandomRotation": "YawStep1",
"Support": {
"Down": [
{
"FaceType": "Full"
},
{
"FaceType": "Barrel"
}
]
},
"Supporting": {
"Up": [
{
"FaceType": "Barrel"
}
]
},
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood",
"TextureComputedColor": "#3B3326"
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Ancient"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}