Furniture_Jungle_Platform
Server/Item/Items/Furniture/Jungle/Unique/Furniture_Jungle_Platform.json, 2.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Recipe | object |
Icon | string |
IconProperties | object |
Interactions | object |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Jungle_Platform.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Shelves"
],
"Set": "Furniture_Jungle",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Tropicalwood"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Platform"
]
}
],
"OutputQuantity": 2
},
"Icon": "Icons/ItemsGenerated/Furniture_Jungle_Platform.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.58823,
"Translation": [
0,
-22.8
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"BlockParticleSetId": "Wood",
"CustomModel": "Blocks/Decorative_Sets/Jungle/Platform.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Jungle/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_Thin",
"Material": "Solid",
"Opacity": "Transparent",
"ParticleColor": "#9ebd60",
"VariantRotation": "Wall",
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood",
"TextureComputedColor": "#ADA655"
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Jungle"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}