Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / _Debug / Debug_Continue.json

Debug_Continue

Server/Item/Items/_Debug/Debug_Continue.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Debug_Continue.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": "Items/Weapons/Shield/Iron.blockymodel",
  "Texture": "Items/Weapons/Shield/Iron_Texture.png",
  "PlayerAnimationsId": "Shield",
  "Weapon": {},
  "Interactions": {
    "Held": {
      "Interactions": [
        {
          "Type": "ApplyForce",
          "RunTime": 1.5,
          "Direction": {
            "Z": -1
          },
          "Force": 15,
          "WaitForGround": false,
          "VelocityConfig": {
            "AirResistance": 0.96,
            "GroundResistance": 0.96
          }
        }
      ]
    },
    "HeldOffhand": {
      "Interactions": [
        {
          "Type": "ApplyForce",
          "RunTime": 1.5,
          "Direction": {
            "Y": 1
          },
          "Force": 15,
          "WaitForGround": false,
          "VelocityConfig": {
            "AirResistance": 0.96,
            "GroundResistance": 0.96
          }
        }
      ]
    }
  },
  "Utility": {
    "Usable": true,
    "Compatible": true
  },
  "Tags": {
    "Type": [
      "Debug"
    ]
  }
}