Furniture_Ancient_Wardrobe
Server/Item/Items/Furniture/Ancient/Furniture_Ancient_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 |
ResourceTypes | array[2] |
Tags | object |
Scale | number |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Ancient_Wardrobe.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Furniture"
],
"Set": "Furniture_Ancient",
"Icon": "Icons/ItemsGenerated/Furniture_Ancient_Wardrobe.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.36,
"Translation": [
14.5,
-22.7
]
},
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Blackwood_Deadwood",
"Quantity": 4
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Wardrobe"
]
}
]
},
"BlockType": {
"BlockParticleSetId": "Wood",
"BlockSoundSetId": "Wood",
"CustomModel": "Blocks/Decorative_Sets/Ancient/Wardrobe.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Ancient/Wardrobe_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {
"IsUsable": false
},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"HitboxType": "Wardrobe",
"Material": "Solid",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"VariantRotation": "NESW",
"ParticleColor": "#3e352a"
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Ancient"
]
},
"Scale": 0.8,
"ItemSoundSetId": "ISS_Blocks_Wood"
}