Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Rock / Volcanic / Rock_Volcanic_Brick_Roof_Shallow.json

Rock_Volcanic_Brick_Roof_Shallow

Server/Item/Items/Rock/Volcanic/Rock_Volcanic_Brick_Roof_Shallow.json, 3.7 KB

Fields

FieldType
TranslationPropertiesobject
Qualitystring
Setstring
BlockTypeobject
Iconstring
Tagsobject
Parentstring
Recipeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Volcanic_Brick_Roof_Shallow.name"
  },
  "Quality": "Junk",
  "Set": "Rock_Volcanic",
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Roofs/Slope_Rock_Textures/Volcanic_Brick.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "ItemId": "Rock_Volcanic_Brick_Roof_Shallow",
        "GatherType": "VolcanicRocks"
      }
    },
    "ParticleColor": "#3f3331",
    "State": {
      "Definitions": {
        "Corner_Right": {
          "CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Shallow_Right.blockymodel",
          "HitboxType": "Roof_Corner_Shallow_Right",
          "FlipType": "OrthogonalInverse",
          "Supporting": {
            "Down": [
              {}
            ]
          },
          "Gathering": {
            "Breaking": {
              "GatherType": "VolcanicRocks",
              "ItemId": "Rock_Volcanic_Brick_Roof_Shallow",
              "Quantity": 2
            }
          }
        },
        "Corner_Left": {
          "CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Shallow_Left.blockymodel",
          "HitboxType": "Roof_Corner_Shallow_Left",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ]
          },
          "Gathering": {
            "Breaking": {
              "GatherType": "VolcanicRocks",
              "ItemId": "Rock_Volcanic_Brick_Roof_Shallow",
              "Quantity": 2
            }
          }
        },
        "Inverted_Corner_Right": {
          "CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Shallow_Inverted_Right.blockymodel",
          "HitboxType": "Roof_Corner_Shallow_Inverted_Right",
          "FlipType": "OrthogonalInverse",
          "Supporting": {
            "Down": [
              {}
            ]
          },
          "Gathering": {
            "Breaking": {
              "GatherType": "VolcanicRocks",
              "ItemId": "Rock_Volcanic_Brick_Roof_Shallow",
              "Quantity": 2
            }
          }
        },
        "Inverted_Corner_Left": {
          "CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Shallow_Inverted_Left.blockymodel",
          "HitboxType": "Roof_Corner_Shallow_Inverted_Left",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ]
          },
          "Gathering": {
            "Breaking": {
              "GatherType": "VolcanicRocks",
              "ItemId": "Rock_Volcanic_Brick_Roof_Shallow",
              "Quantity": 2
            }
          }
        }
      }
    },
    "ConnectedBlockRuleSet": {
      "Type": "Roof",
      "Width": 2,
      "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"
        }
      },
      "MaterialName": "Roof_Shallow"
    },
    "TextureComputedColor": "#443937"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Volcanic_Brick_Roof_Shallow.png",
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Volcanic"
    ]
  },
  "Parent": "Rock_Stone_Brick_Roof_Shallow",
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Volcanic_Brick"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Roof"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  }
}