Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Models / Undead / Wraith.json

Wraith

Server/Models/Undead/Wraith.json, 1.3 KB

Fields

FieldType
Modelstring
Texturestring
EyeHeightnumber
CrouchOffsetnumber
HitBoxobject
DefaultAttachmentsarray[0]
Parentstring
AnimationSetsobject
Particlesarray[2]
Iconstring

Source

{
  "Model": "NPC/Undead/Wraith/Models/Model.blockymodel",
  "Texture": "NPC/Undead/Wraith/Models/Texture.png",
  "EyeHeight": 1.45,
  "CrouchOffset": -0.25,
  "HitBox": {
    "Max": {
      "X": 0.3,
      "Y": 1.8,
      "Z": 0.3
    },
    "Min": {
      "X": -0.3,
      "Y": 0,
      "Z": -0.3
    }
  },
  "DefaultAttachments": [],
  "Parent": "Player",
  "AnimationSets": {
    "Alerted": {
      "Animations": [
        {
          "Animation": "Characters/Animations/Default/Idle.blockyanim",
          "Looping": false,
          "Speed": 1.2
        }
      ]
    },
    "Laydown": {
      "Animations": [
        {
          "Animation": "Characters/Animations/Default/Crouch.blockyanim",
          "Looping": false,
          "Speed": 0.5
        }
      ]
    },
    "Wake": {
      "Animations": [
        {
          "Animation": "Characters/Animations/Default/Idle.blockyanim",
          "Looping": false,
          "Speed": 1
        }
      ]
    }
  },
  "Particles": [
    {
      "SystemId": "Fire_Blue",
      "PositionOffset": {
        "Y": -0.2
      },
      "RotationOffset": {
        "Pitch": 180
      },
      "TargetNodeName": "Pelvis"
    },
    {
      "SystemId": "Fire_Blue",
      "TargetNodeName": "Hood-Top",
      "Scale": 0.6,
      "PositionOffset": {
        "Z": 0.3
      }
    }
  ],
  "Icon": "Icons/ModelsGenerated/Wraith.png"
}