Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Item / Items / Rock / Quartzite / Rock_Quartzite_Brick.json

Rock_Quartzite_Brick

Server/Item/Items/Rock/Quartzite/Rock_Quartzite_Brick.json, 1.0 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Recipeobject
BlockTypeobject
ResourceTypesarray[2]
Tagsobject
Parentstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Quartzite_Brick.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Quartzite_Brick.png",
  "Set": "Rock_Quartzite",
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Quartzite"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Bricks"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "Textures": [
      {
        "All": "BlockTextures/Rock_Quartzite_Brick.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#96844f",
    "TextureComputedColor": "#8E7E4D"
  },
  "ResourceTypes": [
    {
      "Id": "Bricks"
    },
    {
      "Id": "Rock_Quartzite_Brick"
    }
  ],
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Quartzite"
    ]
  },
  "Parent": "Rock_Stone_Brick"
}