Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Items / Rock / Volcanic / Rock_Volcanic_Brick_Roof_Flat.json

Rock_Volcanic_Brick_Roof_Flat

Server/Item/Items/Rock/Volcanic/Rock_Volcanic_Brick_Roof_Flat.json, 1.0 KB

Fields

FieldType
TranslationPropertiesobject
Qualitystring
Iconstring
Setstring
BlockTypeobject
Tagsobject
Parentstring
Recipeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Volcanic_Brick_Roof_Flat.name"
  },
  "Quality": "Junk",
  "Icon": "Icons/ItemsGenerated/Rock_Volcanic_Brick_Roof_Flat.png",
  "Set": "Rock_Volcanic",
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Roofs/Slope_Rock_Textures/Volcanic_Brick.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "GatherType": "VolcanicRocks"
      }
    },
    "ParticleColor": "#3f3331",
    "TextureComputedColor": "#443937"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Volcanic"
    ]
  },
  "Parent": "Rock_Stone_Brick_Roof_Flat",
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Volcanic_Brick"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Roof"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  }
}