Furniture_Feran_Window
Server/Item/Items/Furniture/Feran/Furniture_Feran_Window.json, 1.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Icon | string |
Interactions | object |
BlockType | object |
Tags | object |
IconProperties | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Feran_Window.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Doors"
],
"Set": "Furniture_Feran",
"Icon": "Icons/ItemsGenerated/Furniture_Feran_Window.png",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"BlockParticleSetId": "Wood",
"BlockSoundSetId": "Bone",
"PhysicalMaterialId": "Stone",
"CustomModel": "Blocks/Decorative_Sets/Feran/Window.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Feran/Window_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"Group": "Wood",
"HitboxType": "Window",
"Material": "Solid",
"Opacity": "Transparent",
"ParticleColor": "#c7b885",
"Supporting": {
"Up": [
{
"FaceType": "Window"
}
],
"Down": [
{
"FaceType": "Window"
}
]
},
"VariantRotation": "Wall"
},
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Feran"
]
},
"IconProperties": {
"Scale": 0.7,
"Translation": [
0.6,
-13.2
],
"Rotation": [
22.5,
45,
22.5
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}