Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Metal / Zinc / Metal_Zinc_Roof.json

Metal_Zinc_Roof

Server/Item/Items/Metal/Zinc/Metal_Zinc_Roof.json, 3.2 KB

Fields

FieldType
Parentstring
ItemSoundSetIdstring
Recipenull
ResourceTypesarray[0]
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Setstring
IconPropertiesobject
Tagsobject
BlockTypeobject

Source

{
  "Parent": "Rock_Stone_Brick_Roof",
  "ItemSoundSetId": "ISS_Items_Metal",
  "Recipe": null,
  "ResourceTypes": [],
  "TranslationProperties": {
    "Name": "server.items.Metal_Zinc_Roof.name"
  },
  "Icon": "Icons/ItemsGenerated/Metal_Zinc_Roof.png",
  "Categories": [
    "Blocks.Metal"
  ],
  "Set": "Metal_Zinc",
  "IconProperties": {
    "Scale": 0.505,
    "Rotation": [
      22.5,
      45.0,
      22.5
    ],
    "Translation": [
      0.0,
      -13.5
    ]
  },
  "Tags": {
    "Type": [
      "Cloth"
    ],
    "SubType": [
      "Roof"
    ]
  },
  "BlockType": {
    "CustomModel": "Blocks/Structures/Roofs/Metal_Roof.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Roofs/Metal_Roofs/Metal_Zinc.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Stairs_Thin",
    "VariantRotation": "UpDownNESW",
    "Gathering": {
      "Breaking": {
        "GatherType": "SoftBlocks"
      }
    },
    "BlockParticleSetId": "Metal",
    "BlockSoundSetId": "Metal",
    "PhysicalMaterialId": "Metal",
    "ParticleColor": "#368d79",
    "State": {
      "Definitions": {
        "Corner_Right": {
          "CustomModel": "Blocks/Structures/Roofs/Metal_Roof_Corner_Right.blockymodel",
          "HitboxType": "Roof_Corner_Right",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ]
          }
        },
        "Corner_Left": {
          "CustomModel": "Blocks/Structures/Roofs/Metal_Roof_Corner_Left.blockymodel",
          "HitboxType": "Roof_Corner_Left",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ]
          }
        },
        "Inverted_Corner_Right": {
          "CustomModel": "Blocks/Structures/Roofs/Metal_Roof_Corner_Inverted_Right.blockymodel",
          "HitboxType": "Stairs_Inverted_Corner_Right",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ]
          }
        },
        "Inverted_Corner_Left": {
          "CustomModel": "Blocks/Structures/Roofs/Metal_Roof_Corner_Inverted_Left.blockymodel",
          "HitboxType": "Stairs_Inverted_Corner_Left",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ]
          }
        },
        "Topper": {
          "CustomModel": "Blocks/Structures/Roofs/Metal_Roof_Ridge_Topper.blockymodel",
          "HitboxType": "Block_Three_Quarter",
          "Supporting": {
            "Down": [
              {}
            ]
          }
        }
      }
    },
    "ConnectedBlockRuleSet": {
      "Type": "Roof",
      "Regular": {
        "Straight": {
          "State": "default"
        },
        "Corner_Right": {
          "State": "Corner_Right"
        },
        "Corner_Left": {
          "State": "Corner_Left"
        },
        "Inverted_Corner_Right": {
          "State": "Inverted_Corner_Right"
        },
        "Inverted_Corner_Left": {
          "State": "Inverted_Corner_Left"
        }
      },
      "Topper": {
        "State": "Topper"
      },
      "MaterialName": "Roof"
    },
    "TextureComputedColor": "#388C78"
  }
}