Deco_Trork_Cage
Server/Item/Items/Container/Deco_Trork_Cage.json, 1003 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Trork_Cage.name"
},
"Icon": "Icons/ItemsGenerated/Container_Trork_Cage.png",
"Categories": [
"Furniture.Containers"
],
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Tinkering/Traps/Cage.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Tinkering/Traps/Cage_Texture.png",
"Weight": 1
}
],
"HitboxType": "Cage_Trork",
"VariantRotation": "NESW",
"Gathering": {
"Soft": {}
},
"BlockParticleSetId": "Wood",
"BlockSoundSetId": "Wood",
"ParticleColor": "#6b432b"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.29,
"Translation": [
0,
-27.5
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Deco"
],
"Family": [
"Trork"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}