Versions / 0.6.0-pre.3 / Item / Items / Furniture / Dungeon / Furniture_Dungeon_Chest_Legendary_Large.json
Furniture_Dungeon_Chest_Legendary_Large
Server/Item/Items/Furniture/Dungeon/Furniture_Dungeon_Chest_Legendary_Large.json, 2.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Icon | string |
IconProperties | object |
BlockType | object |
Tags | object |
Scale | number |
ItemSoundSetId | string |
MaxStack | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Dungeon_Chest_Legendary_Large.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Containers"
],
"Set": "Furniture_Adventure",
"Icon": "Icons/ItemsGenerated/Furniture_Dungeon_Chest_Legendary_Large.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.5,
"Translation": [
13,
-10
]
},
"BlockType": {
"BlockParticleSetId": "Wood",
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood",
"CustomModel": "Blocks/Dungeons/Chest_Legendary.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Dungeons/Chest_Legendary_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {
"IsUsable": true
},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"HitboxType": "Chest_Large_Legendary",
"Material": "Solid",
"Opacity": "Transparent",
"State": {
"Definitions": {
"OpenWindow": {
"Particles": [
{
"SystemId": "Magic_Hit",
"TargetNodeName": "Button",
"Scale": 1,
"PositionOffset": {}
}
],
"InteractionSoundEventId": "SFX_Chest_Wooden_Open",
"CustomModelAnimation": "Blocks/Animations/Chest/Chest_Open.blockyanim",
"State": {
"Definitions": {
"CloseWindow": {
"InteractionSoundEventId": "SFX_Chest_Wooden_Close",
"CustomModelAnimation": "Blocks/Animations/Chest/Chest_Close.blockyanim"
},
"OpenWindow": {
"InteractionSoundEventId": "SFX_Chest_Wooden_Open",
"CustomModelAnimation": "Blocks/Animations/Chest/Chest_Open.blockyanim"
}
}
}
}
}
},
"BlockEntity": {
"Components": {
"ItemContainerBlock": {
"Capacity": 1
}
}
},
"Supporting": {
"Up": [
{
"FaceType": "Full"
}
]
},
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"VariantRotation": "NESW",
"InteractionHint": "server.interactionHints.openDoor",
"Interactions": {
"Use": "Open_Container"
},
"ParticleColor": "#7a3d27",
"TextureComputedColor": "#543C22"
},
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Dungeon"
]
},
"Scale": 0.6,
"ItemSoundSetId": "ISS_Blocks_Wood",
"MaxStack": 25
}