Furniture_Royal_Magic_Chair
Server/Item/Items/Furniture/Grand_Wizard/Furniture_Royal_Magic_Chair.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
IconProperties | object |
Interactions | object |
BlockType | object |
Model | string |
Texture | string |
ResourceTypes | array[2] |
Tags | object |
Icon | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Royal_Magic_Chair.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Furniture"
],
"Set": "Furniture_Royal_Magic",
"IconProperties": {
"Scale": 0.4,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
-2,
-29
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"BlockParticleSetId": "Wood",
"BlockSoundSetId": "Wood",
"CustomModel": "Blocks/Decorative_Sets/Royal_Magic/Chair.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Royal_Magic/Chair_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"HitboxType": "Chair_Tall",
"Material": "Solid",
"ParticleColor": "#42151c",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"Seats": [
{
"Offset": {
"X": 0,
"Y": 0,
"Z": 0.2
},
"Yaw": 0
}
],
"Interactions": {
"Use": "Block_Seat"
},
"VariantRotation": "NESW",
"Opacity": "Transparent"
},
"Model": "Blocks/Decorative_Sets/Tavern/Table.blockymodel",
"Texture": "Blocks/Decorative_Sets/Tavern/Chair_Texture.png",
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Jungle"
]
},
"Icon": "Icons/ItemsGenerated/Furniture_Grand_Wizard_Chair.png",
"ItemSoundSetId": "ISS_Blocks_Wood"
}