Versions / 0.6.0-pre.3 / Item / Items / Furniture / Temple_Dark / Furniture_Temple_Dark_Wardrobe.json
Furniture_Temple_Dark_Wardrobe
Server/Item/Items/Furniture/Temple_Dark/Furniture_Temple_Dark_Wardrobe.json, 1.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Icon | string |
IconProperties | object |
Recipe | object |
BlockType | object |
Tags | object |
Scale | number |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Temple_Dark_Wardrobe.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Furniture"
],
"Set": "Furniture_Temple_Dark",
"Icon": "Icons/ItemsGenerated/Furniture_Temple_Dark_Wardrobe.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.36,
"Translation": [
13.8,
-21.13
]
},
"Recipe": {
"Input": [
{
"ResourceTypeId": "Rock_Shale",
"Quantity": 4
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Wardrobe"
]
}
]
},
"BlockType": {
"BlockParticleSetId": "Stone",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"CustomModel": "Blocks/Decorative_Sets/Temple_Dark/Wardrobe.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Temple_Dark/Wardrobe_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {
"IsUsable": false
},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"HitboxType": "Wardrobe",
"Material": "Solid",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"VariantRotation": "NESW",
"ParticleColor": "#383b3f",
"TextureComputedColor": "#232B2C"
},
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Temple"
]
},
"Scale": 0.8,
"ItemSoundSetId": "ISS_Blocks_Wood"
}