Versions / 0.6.0-pre.9 / Item / Items / Furniture / Temple_Scarak / Furniture_Temple_Scarak_Window.json
Furniture_Temple_Scarak_Window
Server/Item/Items/Furniture/Temple_Scarak/Furniture_Temple_Scarak_Window.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Interactions | object |
BlockType | object |
Tags | object |
Icon | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Temple_Scarak_Window.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Doors"
],
"Set": "Furniture_Temple_Scarak",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"BlockParticleSetId": "Metal",
"BlockSoundSetId": "Metal",
"PhysicalMaterialId": "Metal",
"CustomModel": "Blocks/Decorative_Sets/Scarak_Temple/Window.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Scarak_Temple/Window_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"Group": "Metal",
"Material": "Solid",
"Opacity": "Transparent",
"ParticleColor": "#eba936",
"Supporting": {
"Up": [
{
"FaceType": "Window"
}
],
"Down": [
{
"FaceType": "Window"
}
]
},
"VariantRotation": "Wall",
"TextureComputedColor": "#C68424"
},
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Scarak Temple"
]
},
"Icon": "Icons/ItemsGenerated/Furniture_Temple_Scarak_Window.png",
"ItemSoundSetId": "ISS_Blocks_Wood"
}