Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.1 / Item / Items / Rock / Gold / Rock_Gold_Brick_Roof_Hollow.json

Rock_Gold_Brick_Roof_Hollow

Server/Item/Items/Rock/Gold/Rock_Gold_Brick_Roof_Hollow.json, 3.6 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Setstring
Recipeobject
BlockTypeobject
Tagsobject
Parentstring
Variantboolean
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Gold_Brick_Roof_Hollow.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Gold_Brick_Roof_Hollow.png",
  "Categories": [
    "Blocks.Metal"
  ],
  "Set": "Metal_Gold",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Gold_Brick",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Roof"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "CustomModel": "Blocks/Structures/Roofs/Slope_Rock_Hollow.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Roofs/Slope_Rock_Textures/Gold_Brick.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks",
        "ItemId": "Rock_Gold_Brick_Roof"
      }
    },
    "BlockParticleSetId": "Metal",
    "BlockSoundSetId": "Metal",
    "PhysicalMaterialId": "Metal",
    "ParticleColor": "#feb03f",
    "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_Gold_Brick_Roof"
        },
        "Corner_Right": {
          "State": "Corner_Right",
          "Block": "Rock_Gold_Brick_Roof"
        },
        "Corner_Left": {
          "State": "Corner_Left",
          "Block": "Rock_Gold_Brick_Roof"
        },
        "Inverted_Corner_Right": {
          "State": "Inverted_Corner_Right",
          "Block": "Rock_Gold_Brick_Roof"
        },
        "Inverted_Corner_Left": {
          "State": "Inverted_Corner_Left",
          "Block": "Rock_Gold_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": "#DEA42E"
  },
  "Tags": {
    "Family": [
      "Gold"
    ],
    "Type": [
      "Rock"
    ]
  },
  "Parent": "Rock_Stone_Brick_Roof_Hollow",
  "Variant": true,
  "ItemSoundSetId": "ISS_Items_Metal"
}