Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / _Debug / Debug_Projectile.json

Debug_Projectile

Server/Item/Items/_Debug/Debug_Projectile.json, 996 B

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Debug_Projectile.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": {
    "Ability1": {
      "Cooldown": {
        "Cooldown": 0
      },
      "Interactions": [
        "Debug_Projectile"
      ]
    },
    "Primary": {
      "Interactions": [
        "Debug_Projectile",
        {
          "Type": "Simple",
          "RunTime": 0.2
        }
      ],
      "Cooldown": {
        "Id": "Debug_Projectile",
        "Cooldown": 0.2,
        "ClickBypass": false
      }
    }
  },
  "Tags": {
    "Type": [
      "Debug"
    ]
  }
}