Furniture_Human_Ruins_Trapdoor
Server/Item/Items/Furniture/Human/Unique/Furniture_Human_Ruins_Trapdoor.json, 2.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
IconProperties | object |
Interactions | object |
BlockType | object |
ResourceTypes | array[2] |
Icon | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Human_Ruins_Trapdoor.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Doors"
],
"Set": "Furniture_Human_Ruins",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.65,
"Translation": [
1,
-26
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"BlockParticleSetId": "Wood",
"CustomModel": "Blocks/Decorative_Sets/Human_Ruins/Trapdoor.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Human_Ruins/Trapdoor_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"HitboxType": "Trapdoor",
"Material": "Solid",
"MovementSettings": {
"IsClimbable": true
},
"Opacity": "Transparent",
"State": {
"Definitions": {
"CloseDoorOut": {
"InteractionSoundEventId": "SFX_Door_Ancient_Close",
"CustomModelAnimation": "Blocks/Animations/Trapdoor/Trapdoor_Close.blockyanim"
},
"OpenDoorOut": {
"SoundOcclusionOpacity": 0.0,
"HitboxType": "Trapdoor_Open",
"InteractionSoundEventId": "SFX_Door_Ancient_Open",
"CustomModelAnimation": "Blocks/Animations/Trapdoor/Trapdoor_Open.blockyanim",
"InteractionHint": "server.interactionHints.closeDoor"
}
}
},
"VariantRotation": "NESW",
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood",
"SoundOcclusionOpacity": 2.0,
"InteractionHint": "server.interactionHints.openDoor",
"IsDoor": true,
"Interactions": {
"Use": "Door_Horizontal"
},
"ParticleColor": "#646241",
"TextureComputedColor": "#413B2C"
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Icon": "Icons/ItemsGenerated/Furniture_Human_Ruins_Trapdoor.png",
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Human"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}