Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Item / Items / Rock / Basalt / Rock_Basalt_Brick_Roof_Hollow.json

Rock_Basalt_Brick_Roof_Hollow

Server/Item/Items/Rock/Basalt/Rock_Basalt_Brick_Roof_Hollow.json, 3.2 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
BlockTypeobject
Tagsobject
Parentstring
Variantboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Basalt_Brick_Roof_Hollow.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Basalt_Brick_Roof_Hollow.png",
  "Set": "Rock_Basalt",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "CustomModel": "Blocks/Structures/Roofs/Slope_Rock_Hollow.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Roofs/Slope_Rock_Textures/Basalt_Brick.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "ItemId": "Rock_Basalt_Brick_Roof",
        "GatherType": "Rocks"
      }
    },
    "ParticleColor": "#5a5144",
    "State": {
      "Definitions": {
        "Corner_Right": {
          "CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Hollow_Right.blockymodel",
          "HitboxType": "Stairs_Thin_Corner_Right",
          "FlipType": "OrthogonalInverse",
          "InteractionHitboxType": "Roof_Corner_Right"
        },
        "Corner_Left": {
          "CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Hollow_Left.blockymodel",
          "HitboxType": "Stairs_Thin_Corner_Left",
          "FlipType": "Orthogonal",
          "InteractionHitboxType": "Roof_Corner_Left"
        },
        "Inverted_Corner_Right": {
          "CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Inverted_Hollow_Right.blockymodel",
          "HitboxType": "Stairs_Inverted_Corner_Right",
          "FlipType": "OrthogonalInverse",
          "InteractionHitboxType": "Stairs_Inverted_Corner_Right"
        },
        "Inverted_Corner_Left": {
          "CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Inverted_Hollow_Left.blockymodel",
          "HitboxType": "Stairs_Inverted_Corner_Left",
          "FlipType": "Orthogonal",
          "InteractionHitboxType": "Stairs_Inverted_Corner_Left"
        }
      }
    },
    "ConnectedBlockRuleSet": {
      "Type": "Roof",
      "Regular": {
        "Straight": {
          "State": "default",
          "Block": "Rock_Basalt_Brick_Roof"
        },
        "Corner_Right": {
          "State": "Corner_Right",
          "Block": "Rock_Basalt_Brick_Roof"
        },
        "Corner_Left": {
          "State": "Corner_Left",
          "Block": "Rock_Basalt_Brick_Roof"
        },
        "Inverted_Corner_Right": {
          "State": "Inverted_Corner_Right",
          "Block": "Rock_Basalt_Brick_Roof"
        },
        "Inverted_Corner_Left": {
          "State": "Inverted_Corner_Left",
          "Block": "Rock_Basalt_Brick_Roof"
        }
      },
      "Hollow": {
        "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"
        }
      },
      "MaterialName": "Roof"
    },
    "Supporting": {},
    "InteractionHitboxType": "Stairs",
    "TextureComputedColor": "#393725"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Basalt"
    ]
  },
  "Parent": "Rock_Stone_Brick_Roof_Hollow",
  "Variant": true
}