Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Models / Deployables / Crossbow_Turret.json

Crossbow_Turret

Server/Models/Deployables/Crossbow_Turret.json, 1000 B

Fields

FieldType
Modelstring
Texturestring
EyeHeightnumber
CrouchOffsetnumber
HitBoxobject
AnimationSetsobject

Source

{
  "Model": "Items/Deployables/Crossbow_Turret/Crossbow_Turret.blockymodel",
  "Texture": "Items/Weapons/Crossbow/Iron_Texture.png",
  "EyeHeight": 0,
  "CrouchOffset": 0.0,
  "HitBox": {
    "Max": {
      "X": 0.3,
      "Y": 0.5,
      "Z": 0.3
    },
    "Min": {
      "X": -0.3,
      "Y": -0.5,
      "Z": -0.3
    }
  },
  "AnimationSets": {
    "Deploy": {
      "Animations": [
        {
          "Animation": "Items/Deployables/Crossbow_Turret/Crossbow_Turret_Deploy.blockyanim",
          "Speed": 0.4,
          "Looping": false
        }
      ]
    },
    "Loop": {
      "Animations": [
        {
          "Animation": "Items/Deployables/Crossbow_Turret/Crossbow_Turret_Idle.blockyanim",
          "Speed": 1.0,
          "Looping": true
        }
      ]
    },
    "Shoot": {
      "Animations": [
        {
          "Animation": "Items/Deployables/Crossbow_Turret/Crossbow_Turret_Shoot.blockyanim",
          "Speed": 6,
          "Looping": false
        }
      ]
    }
  }
}