Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Tool / Repair_Kit / Tool_Repair_Kit_Rare.json

Tool_Repair_Kit_Rare

Server/Item/Items/Tool/Repair_Kit/Tool_Repair_Kit_Rare.json, 758 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Modelstring
Texturestring
Interactionsobject
ItemSoundSetIdstring
MaxStacknumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Tool_Repair_Kit_Rare.name"
  },
  "Icon": "Icons/ItemsGenerated/Tool_Repair_Kit_Rare.png",
  "Model": "Items/Tools/Pickaxe/Thorium.blockymodel",
  "Texture": "Items/Tools/Pickaxe/Thorium_Texture.png",
  "Interactions": {
    "Primary": {
      "Interactions": [
        {
          "Type": "OpenCustomUI",
          "Page": {
            "Id": "ItemRepair",
            "RepairPenalty": 0.15
          }
        }
      ]
    },
    "Secondary": {
      "Interactions": [
        {
          "Type": "OpenCustomUI",
          "Page": {
            "Id": "ItemRepair",
            "RepairPenalty": 0.15
          }
        }
      ]
    }
  },
  "ItemSoundSetId": "ISS_Weapons_Wood",
  "MaxStack": 25
}