Furniture_Feran_Platform
Server/Item/Items/Furniture/Feran/Unique/Furniture_Feran_Platform.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
IconProperties | object |
Interactions | object |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
Icon | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Feran_Platform.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Shelves"
],
"Set": "Furniture_Feran",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.635,
"Translation": [
0,
-27.3
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"BlockParticleSetId": "Wood",
"CustomModel": "Blocks/Decorative_Sets/Feran/Platform.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Feran/Platform_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"Support": {
"CardinalDirections": [
{
"FaceType": "Full"
},
{
"FaceType": "Platform"
}
]
},
"Supporting": {
"Up": [
{
"FaceType": "Full"
}
],
"CardinalDirections": [
{
"FaceType": "Platform"
}
]
},
"Group": "Wood",
"HitboxType": "Platform",
"Material": "Solid",
"Opacity": "Transparent",
"ParticleColor": "#4e462c",
"VariantRotation": "Wall",
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood",
"TextureComputedColor": "#975B1C"
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Ancient"
]
},
"Icon": "Icons/ItemsGenerated/Furniture_Feran_Platform.png",
"ItemSoundSetId": "ISS_Blocks_Wood"
}