Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / Item / Items / Build / Build_GreyLight / Build_GreyLight_Roof_Flat.json

Build_GreyLight_Roof_Flat

Server/Item/Items/Build/Build_GreyLight/Build_GreyLight_Roof_Flat.json, 1.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_Flat.name"
  },
  "ItemLevel": 10,
  "MaxStack": 100,
  "Icon": "Icons/ItemsGenerated/Build_GreyLight_Roof_Flat.png",
  "Categories": [
    "Tool.TechnicalBlocks"
  ],
  "SubCategory": "BlockSets",
  "PlayerAnimationsId": "Block",
  "Set": "Build",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "CustomModel": "Blocks/Structures/Roofs/Dev_Roof_Flat.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Roofs/Dev_Roof_Texture/Dev_Light.png",
        "Weight": 1
      }
    ],
    "Group": "Roof",
    "HitboxType": "Stairs_Flat",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "VariantRotation": "UpDownNESW",
    "BlockParticleSetId": "Dust",
    "Supporting": {
      "Down": [
        {}
      ]
    },
    "ParticleColor": "#c0c0c0",
    "BlockSoundSetId": "Soft",
    "PhysicalMaterialId": "Wool",
    "TextureComputedColor": "#999999"
  },
  "Tags": {
    "Type": [
      "Cloth"
    ],
    "SubType": [
      "Roof"
    ],
    "Family": [
      "Build"
    ]
  },
  "Quality": "Technical",
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      -1.1,
      -4.1
    ]
  }
}