Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Ore / Iron / Ore_Iron_Slate.json

Ore_Iron_Slate

Server/Item/Items/Ore/Iron/Ore_Iron_Slate.json, 798 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
BlockTypeobject
Iconstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ore_Iron_Slate.name"
  },
  "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_Slate_Cobble" }
              }
            ]
          }
        }
      }
    },
    "Textures": [
      {
        "Weight": 1,
        "All": "BlockTextures/Rock_Slate.png"
      }
    ],
    "ParticleColor": "#d0d1c1"
  },
  "Icon": "Icons/ItemsGenerated/Ore_Iron_Slate.png"
}