Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Tool / Hammer / Tool_Hammer_Iron.json

Tool_Hammer_Iron

Server/Item/Items/Tool/Hammer/Tool_Hammer_Iron.json, 909 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
Qualitystring
ItemLevelnumber
Modelstring
Texturestring
MaxStacknumber
Recipeobject
MaxDurabilitynumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Tool_Hammer_Iron.name",
    "Description": "server.items.Tool_Hammer_Iron.description"
  },
  "Parent": "Tool_Hammer_Crude",
  "Icon": "Icons/ItemsGenerated/Tool_Hammer_Iron.png",
  "Quality": "Uncommon",
  "ItemLevel": 20,
  "Model": "Items/Tools/Hammer/Iron.blockymodel",
  "Texture": "Items/Tools/Hammer/Iron_Texture.png",
  "MaxStack": 1,
  "Recipe": {
    "TimeSeconds": 3.5,
    "Input": [
      {
        "ItemId": "Ingredient_Bar_Iron",
        "Quantity": 6
      },
      {
        "ItemId": "Ingredient_Leather_Light",
        "Quantity": 3
      },
      {
        "ItemId": "Ingredient_Fabric_Scrap_Linen",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Workbench",
        "Type": "Crafting",
        "Categories": [
          "Workbench_Tools"
        ]
      }
    ]
  },
  "MaxDurability": 500
}