Furniture_Desert_Chair
Server/Item/Items/Furniture/Desert/Furniture_Desert_Chair.json, 1.9 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Icon | string |
IconProperties | object |
Interactions | object |
Recipe | object |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Desert_Chair.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Furniture"
],
"Set": "Furniture_Desert",
"Icon": "Icons/ItemsGenerated/Furniture_Desert_Chair.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.5,
"Translation": [
0.6,
-15.6
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Drywood_Goldenwood",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Chair"
]
}
]
},
"BlockType": {
"BlockParticleSetId": "Wood",
"CustomModel": "Blocks/Decorative_Sets/Desert/Chair.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Desert/Chair_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"Group": "Wood",
"HitboxType": "Chair_Small",
"Material": "Solid",
"Opacity": "Transparent",
"ParticleColor": "#a78251",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"Seats": [
{
"Offset": {
"X": 0,
"Y": 0,
"Z": 0.12
},
"Yaw": 0
}
],
"Interactions": {
"Use": "Block_Seat"
},
"VariantRotation": "NESW",
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood"
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Desert"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}