Deco_Chair_Scrap
Server/Item/Items/Deco/Deco_Chair_Scrap.json, 2.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Recipe | object |
BlockType | object |
Tags | object |
Scale | number |
IconProperties | object |
Icon | string |
ItemSoundSetId | string |
MaxStack | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Chair_Scrap.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Furniture"
],
"Recipe": {
"Input": [
{
"ItemId": "Wood_Blackwood_Planks",
"Quantity": 3
},
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 2
},
{
"ItemId": "Ingredient_Bone_Fragment",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Misc"
]
}
]
},
"BlockType": {
"BlockParticleSetId": "Wood",
"CustomModel": "Blocks/Dungeons/Scrap_Throne.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Dungeons/Scrap_Throne_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"Group": "Wood",
"HitboxType": "Chair_Scrap",
"Material": "Solid",
"Opacity": "Transparent",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood",
"Particles": [
{
"SystemId": "Torch_Fire",
"TargetNodeName": "Bottle1-Emit",
"Scale": 0.4,
"PositionOffset": {
"Y": 0.12
},
"RotationOffset": {
"Roll": -15
}
},
{
"SystemId": "Torch_Fire",
"TargetNodeName": "Bottle2-Emit",
"Scale": 0.5,
"PositionOffset": {
"Y": 0.18
},
"RotationOffset": {
"Roll": 15
}
}
],
"ParticleColor": "#8c7652",
"VariantRotation": "NESW",
"Seats": [
{
"Offset": {
"X": 0,
"Y": 0.08,
"Z": 0.2
},
"Yaw": 0
}
],
"Interactions": {
"Use": "Block_Seat"
},
"TextureComputedColor": "#553327"
},
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Temple"
]
},
"Scale": 0.5,
"IconProperties": {
"Scale": 0.38,
"Translation": [
14,
-58
],
"Rotation": [
22.5,
45,
22.5
]
},
"Icon": "Icons/ItemsGenerated/Deco_Scrap_Chair.png",
"ItemSoundSetId": "ISS_Blocks_Wood",
"MaxStack": 1
}