Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Item / Items / _Debug / Debug_Combo.json

Debug_Combo

Server/Item/Items/_Debug/Debug_Combo.json, 882 B

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[0]
Iconstring
IconPropertiesobject
Qualitystring
ItemLevelnumber
Modelstring
Texturestring
PlayerAnimationsIdstring
Weaponobject
Interactionsobject
Tagsobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Debug_Combo.name"
  },
  "Categories": [],
  "Icon": "Icons/ItemsGenerated/Weapon_Shield_Iron.png",
  "IconProperties": {
    "Scale": 0.35,
    "Translation": [
      -2.91,
      1.29
    ],
    "Rotation": [
      315,
      270,
      0
    ]
  },
  "Quality": "Debug",
  "ItemLevel": 40,
  "Model": "NPC/Intelligent/Slothian/Models/Weapons/Claw/Tribal.blockymodel",
  "Texture": "NPC/Intelligent/Slothian/Models/Weapons/Claw/Tribal_Texture.png",
  "PlayerAnimationsId": "Combo_Test",
  "Weapon": {},
  "Interactions": {
    "Primary": {
      "ClickQueuingTimeout": 0.2,
      "Interactions": [
        "Debug_Combo_Primary"
      ]
    },
    "Secondary": {
      "ClickQueuingTimeout": 0.2,
      "Interactions": [
        "Debug_Combo_Secondary"
      ]
    }
  },
  "Tags": {
    "Type": [
      "Debug"
    ]
  }
}