Furniture_Tavern_Sign
Server/Item/Items/Furniture/Tavern/Furniture_Tavern_Sign.json, 1.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Icon | string |
Interactions | object |
Recipe | object |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
IconProperties | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Tavern_Sign.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Signs"
],
"Set": "Furniture_Tavern",
"Icon": "Icons/ItemsGenerated/Furniture_Tavern_Sign.png",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Darkwood"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Sign"
]
}
]
},
"BlockType": {
"BlockParticleSetId": "Wood",
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood",
"CustomModel": "Blocks/Decorative_Sets/Tavern/TavernSign.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Tavern/TavernSign_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Gathering": {
"Soft": {
"IsWeaponBreakable": false
}
},
"HitboxType": "Sign_Top",
"Material": "Solid",
"Opacity": "Transparent",
"ParticleColor": "#543022",
"Support": {
"East": [
{
"FaceType": "Full"
}
],
"West": [
{
"FaceType": "Full"
}
]
},
"VariantRotation": "NESW",
"TextureComputedColor": "#3C2218"
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Tavern"
]
},
"IconProperties": {
"Scale": 0.7,
"Translation": [
0,
-15
],
"Rotation": [
22.5,
45,
22.5
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}