Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / Item / Items / Tool / Pickaxe / Tool_Pickaxe_Scrap.json

Tool_Pickaxe_Scrap

Server/Item/Items/Tool/Pickaxe/Tool_Pickaxe_Scrap.json, 1.6 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Modelstring
Texturestring
Iconstring
Qualitystring
Toolobject
MaxDurabilitynumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Tool_Pickaxe_Scrap.name"
  },
  "Parent": "Tool_Pickaxe_Crude",
  "Model": "NPC/Intelligent/Goblin/Models/Weapons/Pickaxe/Scrap.blockymodel",
  "Texture": "NPC/Intelligent/Goblin/Models/Weapons/Pickaxe/Scrap_Texture.png",
  "Icon": "Icons/ItemsGenerated/Tool_Pickaxe_Scrap.png",
  "Quality": "Uncommon",
  "Tool": {
    "Specs": [
      {
        "Power": 1,
        "GatherType": "SoftBlocks"
      },
      {
        "Power": 0.1,
        "GatherType": "Soils"
      },
      {
        "Power": 0.05,
        "GatherType": "Woods"
      },
      {
        "Power": 0.1,
        "GatherType": "Rocks",
        "Quality": 1
      },
      {
        "Power": 0.5,
        "GatherType": "Benches"
      },
      {
        "Power": 0.034,
        "GatherType": "VolcanicRocks"
      },
      {
        "Power": 0.334,
        "GatherType": "OreCopper"
      },
      {
        "Power": 0.167,
        "GatherType": "OreIron"
      },
      {
        "Power": 0.167,
        "GatherType": "OreSilver"
      },
      {
        "Power": 0.167,
        "GatherType": "OreGold"
      },
      {
        "Power": 0.1,
        "GatherType": "OreThorium"
      },
      {
        "Power": 0.1,
        "GatherType": "OreCobalt"
      },
      {
        "Power": 0.071,
        "GatherType": "OreAdamantite"
      },
      {
        "Power": 0.056,
        "GatherType": "OreMithril"
      }
    ],
    "DurabilityLossBlockTypes": [
      {
        "BlockSets": [
          "Stone",
          "Rock",
          "Ores",
          "Soil",
          "Wood"
        ],
        "DurabilityLossOnHit": 0.25
      }
    ]
  },
  "MaxDurability": 60
}