Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Item / Items / Tool / Repair_Kit / Tool_Repair_Kit_Crude.json

Tool_Repair_Kit_Crude

Server/Item/Items/Tool/Repair_Kit/Tool_Repair_Kit_Crude.json, 1.2 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
PlayerAnimationsIdstring
Modelstring
Texturestring
IconPropertiesobject
Interactionsobject
Setstring
Qualitystring
MaxStacknumber
DropOnDeathboolean
Tagsobject
InteractionConfigobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Tool_Repair_Kit_Crude.name",
    "Description": "server.items.Tool_Repair_Kit_Crude.description"
  },
  "Icon": "Icons/ItemsGenerated/Tool_Repair_Kit_Crude.png",
  "Categories": [
    "Items.Tools"
  ],
  "PlayerAnimationsId": "Item",
  "Model": "Items/Tools/Repair_Kit/Repair_Kit_Crude.blockymodel",
  "Texture": "Items/Tools/Repair_Kit/Repair_Kit_Crude_Texture.png",
  "IconProperties": {
    "Scale": 0.485,
    "Rotation": [
      4,
      143,
      360
    ],
    "Translation": [
      -6,
      -23
    ]
  },
  "Interactions": {
    "Primary": {
      "Interactions": [
        {
          "Type": "OpenCustomUI",
          "Page": {
            "Id": "ItemRepair",
            "RepairPenalty": 0.2
          }
        }
      ]
    },
    "Secondary": {
      "Interactions": [
        {
          "Type": "OpenCustomUI",
          "Page": {
            "Id": "ItemRepair",
            "RepairPenalty": 0.2
          }
        }
      ]
    }
  },
  "Set": "Repair_Kit",
  "Quality": "Common",
  "MaxStack": 25,
  "DropOnDeath": true,
  "Tags": {
    "Type": [
      "Tool"
    ]
  },
  "InteractionConfig": {
    "AllEntities": true
  },
  "ItemSoundSetId": "ISS_Weapons_Wood"
}