Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Furniture / Human / Unique / Furniture_Human_Ruins_Platform.json

Furniture_Human_Ruins_Platform

Server/Item/Items/Furniture/Human/Unique/Furniture_Human_Ruins_Platform.json, 1.7 KB

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdstring
Categoriesarray[1]
Setstring
IconPropertiesobject
Interactionsobject
BlockTypeobject
ResourceTypesarray[2]
Iconstring
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Human_Ruins_Platform.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Shelves"
  ],
  "Set": "Furniture_Ancient",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.555,
    "Translation": [
      1.2,
      -25.8
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Human_Ruins/Platform.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Human_Ruins/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": "#373731"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Icon": "Icons/ItemsGenerated/Furniture_Human_Ruins_Platform.png",
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Human"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}