Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Build / Build_GreyLight / Build_GreyLight_Roof.json

Build_GreyLight_Roof

Server/Item/Items/Build/Build_GreyLight/Build_GreyLight_Roof.json, 3.4 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
MaxStacknumber
Iconstring
Categoriesarray[1]
SubCategorystring
PlayerAnimationsIdstring
Setstring
BlockTypeobject
Tagsobject
Qualitystring
ItemSoundSetIdstring
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Build_GreyLight_Roof.name"
  },
  "ItemLevel": 10,
  "MaxStack": 100,
  "Icon": "Icons/ItemsGenerated/Build_GreyLight_Roof.png",
  "Categories": [
    "Tool.TechnicalBlocks"
  ],
  "SubCategory": "BlockSets",
  "PlayerAnimationsId": "Block",
  "Set": "Build",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "CustomModel": "Blocks/Structures/Roofs/Dev_Roof.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Roofs/Dev_Roof_Texture/Dev_Light.png",
        "Weight": 1
      }
    ],
    "Group": "Roof",
    "HitboxType": "Stairs_Thin",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "VariantRotation": "UpDownNESW",
    "BlockParticleSetId": "Dust",
    "Supporting": {
      "Down": [
        {}
      ],
      "North": [
        {}
      ]
    },
    "ParticleColor": "#c0c0c0",
    "BlockSoundSetId": "Soft",
    "PhysicalMaterialId": "Wool",
    "State": {
      "Definitions": {
        "Corner_Right": {
          "CustomModel": "Blocks/Structures/Roofs/Dev_Roof_Corner_Right.blockymodel",
          "HitboxType": "Roof_Corner_Right",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ]
          }
        },
        "Corner_Left": {
          "CustomModel": "Blocks/Structures/Roofs/Dev_Roof_Corner_Left.blockymodel",
          "HitboxType": "Roof_Corner_Left",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ]
          }
        },
        "Inverted_Corner_Right": {
          "CustomModel": "Blocks/Structures/Roofs/Dev_Roof_Corner_Inverted_Right.blockymodel",
          "HitboxType": "Stairs_Inverted_Corner_Right",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ]
          }
        },
        "Inverted_Corner_Left": {
          "CustomModel": "Blocks/Structures/Roofs/Dev_Roof_Corner_Inverted.blockymodel",
          "HitboxType": "Stairs_Inverted_Corner_Left",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ]
          }
        },
        "Topper": {
          "CustomModel": "Blocks/Structures/Roofs/Dev_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": "#999999"
  },
  "Tags": {
    "Type": [
      "Cloth"
    ],
    "SubType": [
      "Roof"
    ],
    "Family": [
      "Build"
    ]
  },
  "Quality": "Technical",
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "IconProperties": {
    "Scale": 0.505,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}