Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Items / Rock / Shale / Rock_Shale_Brick.json

Rock_Shale_Brick

Server/Item/Items/Rock/Shale/Rock_Shale_Brick.json, 1.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Shale_Brick.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Shale_Brick.png",
  "Set": "Rock_Shale",
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Shale"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Bricks"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "Textures": [
      {
        "All": "BlockTextures/Rock_Shale_Brick.png",
        "Weight": 84
      },
      {
        "All": "BlockTextures/Rock_Shale_Brick2.png",
        "Weight": 8
      },
      {
        "All": "BlockTextures/Rock_Shale_Brick3.png",
        "Weight": 8
      }
    ],
    "ParticleColor": "#3d4a52",
    "TextureComputedColor": "#314248"
  },
  "ResourceTypes": [
    {
      "Id": "Bricks"
    },
    {
      "Id": "Rock_Shale_Brick"
    }
  ],
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Shale"
    ]
  },
  "Parent": "Rock_Stone_Brick"
}