Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Item / Items / Ore / Iron / Ore_Iron_Shale.json

Ore_Iron_Shale

Server/Item/Items/Ore/Iron/Ore_Iron_Shale.json, 905 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Parentstring
BlockTypeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ore_Iron_Shale.name"
  },
  "Icon": "Icons/ItemsGenerated/Ore_Iron_Shale.png",
  "Parent": "Ore_Iron_Stone",
  "BlockType": {
    "Gathering": {
      "Breaking": {
        "GatherType": "OreIron",
        "DropList": {
          "Container": {
            "Type": "Multiple",
            "Containers": [
              {
                "Type": "Single",
                "Item": {
                  "ItemId": "Ore_Iron"
                }
              },
              {
                "Type": "Single",
                "Item": {
                  "ItemId": "Rock_Shale_Cobble"
                }
              }
            ]
          }
        }
      }
    },
    "Textures": [
      {
        "Weight": 1,
        "All": "BlockTextures/Rock_Shale.png"
      }
    ],
    "ParticleColor": "#d0d1c1",
    "TextureComputedColor": "#3E4847"
  }
}