Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Furniture / Scarak_Hive / Furniture_Scarak_Hive_Window.json

Furniture_Scarak_Hive_Window

Server/Item/Items/Furniture/Scarak_Hive/Furniture_Scarak_Hive_Window.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Scarak_Hive_Window.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Doors"
  ],
  "Set": "Furniture_Temple_Scarak",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Scarak_Hive/Window.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Scarak_Hive/Window_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "Group": "Wood",
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#462a25",
    "Supporting": {
      "Up": [
        {
          "FaceType": "Window"
        }
      ],
      "Down": [
        {
          "FaceType": "Window"
        }
      ]
    },
    "VariantRotation": "Wall",
    "HitboxType": "Window_Thick",
    "TextureComputedColor": "#412E25"
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Scarak Temple"
    ]
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Scarak_Hive_Window.png",
  "ItemSoundSetId": "ISS_Blocks_Wood"
}