Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Furniture / Temple_Scarak / Furniture_Temple_Scarak_Window.json

Furniture_Temple_Scarak_Window

Server/Item/Items/Furniture/Temple_Scarak/Furniture_Temple_Scarak_Window.json, 1.3 KB

Fields

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

Source

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