Furniture_Tavern_Door
Server/Item/Items/Furniture/Tavern/Furniture_Tavern_Door.json, 3.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Icon | string |
IconProperties | object |
Interactions | object |
Recipe | object |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
Scale | number |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Tavern_Door.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Doors"
],
"Set": "Furniture_Tavern",
"Icon": "Icons/ItemsGenerated/Furniture_Tavern_Door.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.45,
"Translation": [
0,
-27.6
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Darkwood",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Door"
]
}
]
},
"BlockType": {
"BlockParticleSetId": "Wood",
"CustomModel": "Blocks/Decorative_Sets/Tavern/Door.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Tavern/Door_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"HitboxType": "Door",
"Material": "Solid",
"Opacity": "Transparent",
"ParticleColor": "#543022",
"State": {
"Definitions": {
"CloseDoorIn": {
"InteractionSoundEventId": "SFX_Door_Wooden_Close",
"CustomModelAnimation": "Blocks/Animations/Door/Door_Close_In.blockyanim"
},
"CloseDoorOut": {
"InteractionSoundEventId": "SFX_Door_Wooden_Close",
"CustomModelAnimation": "Blocks/Animations/Door/Door_Close_Out.blockyanim"
},
"DoorBlocked": {},
"OpenDoorIn": {
"SoundOcclusionOpacity": 0.0,
"HitboxType": "Door_Open_In",
"InteractionHitboxType": "Door_Open_In_Interaction",
"InteractionSoundEventId": "SFX_Door_Wooden_Open",
"CustomModelAnimation": "Blocks/Animations/Door/Door_Open_In.blockyanim",
"InteractionHint": "server.interactionHints.closeDoor"
},
"OpenDoorOut": {
"SoundOcclusionOpacity": 0.0,
"HitboxType": "Door_Open_Out",
"InteractionHitboxType": "Door_Open_Out_Interaction",
"InteractionSoundEventId": "SFX_Door_Wooden_Open",
"CustomModelAnimation": "Blocks/Animations/Door/Door_Open_Out.blockyanim",
"InteractionHint": "server.interactionHints.closeDoor"
}
}
},
"VariantRotation": "NESW",
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood",
"SoundOcclusionOpacity": 2.0,
"InteractionHint": "server.interactionHints.openDoor",
"IsDoor": true,
"Interactions": {
"Use": "Door"
},
"ConnectedBlockRuleSet": {
"Type": "CustomTemplate",
"TemplateShapeAssetId": "DoorConnectedBlockTemplate",
"TemplateShapeBlockPatterns": {
"Default": "Furniture_Tavern_Door"
}
}
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Tavern"
]
},
"Scale": 0.8,
"ItemSoundSetId": "ISS_Blocks_Wood"
}