Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Tool / Repair_Kit / Tool_Repair_Kit_Iron.json

Tool_Repair_Kit_Iron

Server/Item/Items/Tool/Repair_Kit/Tool_Repair_Kit_Iron.json, 1.5 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Parentstring
ItemLevelnumber
Modelstring
Texturestring
Interactionsobject
Recipeobject
Qualitystring
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Tool_Repair_Kit_Iron.name",
    "Description": "server.items.Tool_Repair_Kit_Iron.description"
  },
  "Icon": "Icons/ItemsGenerated/Tool_Repair_Kit_Iron.png",
  "Parent": "Tool_Repair_Kit_Crude",
  "ItemLevel": 1,
  "Model": "Items/Tools/Repair_Kit/Repair_Kit_Iron.blockymodel",
  "Texture": "Items/Tools/Repair_Kit/Repair_Kit_Iron_Texture.png",
  "Interactions": {
    "Primary": {
      "Interactions": [
        {
          "Type": "OpenCustomUI",
          "Page": {
            "Id": "ItemRepair",
            "RepairPenalty": 0.1
          }
        }
      ]
    },
    "Secondary": {
      "Interactions": [
        {
          "Type": "OpenCustomUI",
          "Page": {
            "Id": "ItemRepair",
            "RepairPenalty": 0.1
          }
        }
      ]
    }
  },
  "Recipe": {
    "TimeSeconds": 1,
    "Input": [
      {
        "ItemId": "Ingredient_Fabric_Scrap_Linen",
        "Quantity": 2
      },
      {
        "ItemId": "Ingredient_Bar_Iron",
        "Quantity": 1
      },
      {
        "ItemId": "Ingredient_Leather_Light",
        "Quantity": 1
      }
    ],
    "OutputQuantity": 1,
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Categories": [
          "Workbench_Tools"
        ],
        "Id": "Workbench"
      }
    ]
  },
  "Quality": "Common",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      341,
      141,
      8
    ],
    "Translation": [
      1,
      -13.5
    ]
  }
}