Furniture_Ancient_Coffin
Server/Item/Items/Furniture/Ancient/Unique/Furniture_Ancient_Coffin.json, 1.9 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Icon | string |
IconProperties | object |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
ItemSoundSetId | string |
ItemLevel | number |
MaxStack | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Ancient_Coffin.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Containers"
],
"Set": "Furniture_Ancient",
"Icon": "Icons/ItemsGenerated/Furniture_Ancient_Coffin.png",
"IconProperties": {
"Scale": 0.4,
"Translation": [
-12,
-20
],
"Rotation": [
22.5,
45,
22.5
]
},
"BlockType": {
"BlockParticleSetId": "Wood",
"BlockSoundSetId": "Wood",
"CustomModel": "Blocks/Decorative_Sets/Ancient/Coffin.blockymodel",
"CustomModelScale": 1,
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Ancient/Coffin_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Gathering": {
"Breaking": {
"GatherType": "Woods",
"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": {}
}
}
}
}
},
"HitboxType": "Coffin",
"Material": "Solid",
"Opacity": "Transparent",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"VariantRotation": "Wall",
"ParticleColor": "#4e462c",
"Flags": {
"IsUsable": true
}
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Ancient"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood",
"ItemLevel": 3,
"MaxStack": 1
}