Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Models / Projectiles / NPCs / Intelligent / Feran_Windwalker / Feran_Windwalker_Wind_Burst.json

Feran_Windwalker_Wind_Burst

Server/Models/Projectiles/NPCs/Intelligent/Feran_Windwalker/Feran_Windwalker_Wind_Burst.json, 882 B

Fields

FieldType
Parentstring
Modelstring
Texturestring
EyeHeightnumber
HitBoxobject
MinScalenumber
MaxScalenumber
Cameraobject
AnimationSetsobject

Source

{
  "Parent": "Tornado",
  "Model": "Items/Projectiles/Tornado.blockymodel",
  "Texture": "Items/Projectiles/Tornado_Texture.png",
  "EyeHeight": 1,
  "HitBox": {
    "Max": {
      "X": 1,
      "Y": 2,
      "Z": 1
    },
    "Min": {
      "X": -1,
      "Y": 0,
      "Z": -1
    }
  },
  "MinScale": 1.5,
  "MaxScale": 1.5,
  "Camera": {
    "Pitch": {
      "AngleRange": {
        "Max": 0,
        "Min": 0
      },
      "TargetNodes": [
        "Head"
      ]
    },
    "Yaw": {
      "AngleRange": {
        "Max": 0,
        "Min": 0
      },
      "TargetNodes": [
        "Head"
      ]
    }
  },
  "AnimationSets": {
    "FlyIdle": {
      "Animations": [
        {
          "Animation": "Items/Projectiles/Tornado_Spin_Front.blockyanim",
          "BlendingDuration": 0,
          "SoundEventId": "SFX_Tornado",
          "Speed": 1
        }
      ]
    }
  }
}