Versions / 0.6.0-pre.5 / Item / Items / Furniture / Temple_Dark / Unique / Furniture_Temple_Dark_Coffin.json
Furniture_Temple_Dark_Coffin
Server/Item/Items/Furniture/Temple_Dark/Unique/Furniture_Temple_Dark_Coffin.json, 1.9 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Icon | string |
IconProperties | object |
BlockType | object |
Tags | object |
ItemSoundSetId | string |
ItemLevel | number |
MaxStack | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Temple_Dark_Coffin.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Containers"
],
"Icon": "Icons/ItemsGenerated/Furniture_Temple_Dark_Coffin.png",
"IconProperties": {
"Scale": 0.395,
"Translation": [
-12.13,
-22.93
],
"Rotation": [
22.5,
45,
22.5
]
},
"BlockType": {
"BlockParticleSetId": "Stone",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"ParticleColor": "#383b3f",
"CustomModel": "Blocks/Decorative_Sets/Temple_Dark/Coffin.blockymodel",
"CustomModelScale": 1,
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Blocks/Decorative_Sets/Temple_Dark/Coffin_Texture.png"
}
],
"DrawType": "Model",
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"DropList": "Container_Coffins"
}
},
"InteractionHint": "server.interactionHints.open",
"Interactions": {
"Use": {
"Interactions": [
"Block_Coffin_Open"
]
}
},
"State": {
"Definitions": {
"Open": {
"InteractionHint": "",
"CustomModelAnimation": "Blocks/Animations/Coffin/Coffin_Open.blockyanim",
"Gathering": {
"Soft": {
"DropList": {},
"IsWeaponBreakable": false
}
}
}
}
},
"HitboxType": "Coffin",
"Material": "Solid",
"Opacity": "Transparent",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"VariantRotation": "Wall",
"TextureComputedColor": "#293639"
},
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Temple"
]
},
"ItemSoundSetId": "ISS_Blocks_Stone",
"ItemLevel": 2,
"MaxStack": 1
}