Furniture_Temple_Dark_Sign
Server/Item/Items/Furniture/Temple_Dark/Furniture_Temple_Dark_Sign.json, 1.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Icon | string |
IconProperties | object |
Interactions | object |
Recipe | object |
BlockType | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Temple_Dark_Sign.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Signs"
],
"Set": "Furniture_Temple_Dark",
"Icon": "Icons/ItemsGenerated/Furniture_Temple_Dark_Sign.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.58823,
"Translation": [
9.47,
-19.93
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Recipe": {
"Input": [
{
"ResourceTypeId": "Rock_Shale"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Sign"
]
}
]
},
"BlockType": {
"BlockParticleSetId": "Stone",
"ParticleColor": "#383b3f",
"BlockSoundSetId": "Stone",
"CustomModel": "Blocks/Decorative_Sets/Temple_Dark/Sign.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Temple_Dark/Sign_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Gathering": {
"Soft": {
"IsWeaponBreakable": false
}
},
"HitboxType": "Sign_Wall",
"Material": "Solid",
"Opacity": "Transparent",
"Support": {
"East": [
{
"FaceType": "Full"
}
],
"West": [
{
"FaceType": "Full"
}
]
},
"VariantRotation": "NESW"
},
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Temple"
]
},
"ItemSoundSetId": "ISS_Blocks_Stone"
}