Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Models / Pets / Cat.json

Cat

Server/Models/Pets/Cat.json, 2.3 KB

Fields

FieldType
Modelstring
Texturestring
EyeHeightnumber
HitBoxobject
AnimationSetsobject

Source

{
  "Model": "NPC/Pets/Cat/Models/Model.blockymodel",
  "Texture": "NPC/Pets/Cat/Models/Texture.png",
  "EyeHeight": 0.7,
  "HitBox": {
    "Max": {
      "X": 0.3,
      "Y": 0.9,
      "Z": 0.3
    },
    "Min": {
      "X": -0.3,
      "Y": 0,
      "Z": -0.3
    }
  },
  "AnimationSets": {
    "Idle": {
      "Animations": [
        {
          "Animation": "NPC/Pets/Cat/Animations/Idle.blockyanim"
        }
      ]
    },
    "Walk": {
      "Animations": [
        {
          "Animation": "NPC/Pets/Cat/Animations/Walk.blockyanim"
        }
      ]
    },
    "WalkBackward": {
      "Animations": [
        {
          "Animation": "NPC/Pets/Cat/Animations/Walk_Backward.blockyanim"
        }
      ]
    },
    "Run": {
      "Animations": [
        {
          "Animation": "NPC/Pets/Cat/Animations/Run.blockyanim"
        }
      ]
    },
    "Jump": {
      "Animations": [
        {
          "Animation": "NPC/Pets/Cat/Animations/Jump.blockyanim",
          "BlendingDuration": 0.1,
          "Looping": false,
          "Speed": 0.8
        }
      ]
    },
    "JumpWalk": {
      "Animations": [
        {
          "Animation": "NPC/Pets/Cat/Animations/Jump_Far.blockyanim",
          "BlendingDuration": 0.1,
          "Looping": false,
          "Speed": 0.8
        }
      ]
    },
    "JumpRun": {
      "Animations": [
        {
          "Animation": "NPC/Pets/Cat/Animations/Jump_Far.blockyanim",
          "BlendingDuration": 0.1,
          "Looping": false,
          "Speed": 0.8
        }
      ]
    },
    "Alerted": {
      "Animations": [
        {
          "Animation": "NPC/Pets/Cat/Animations/Alerted.blockyanim",
          "BlendingDuration": 0.1
        }
      ]
    },
    "Hurt": {
      "Animations": [
        {
          "Animation": "NPC/Pets/Cat/Animations/Hurt.blockyanim",
          "BlendingDuration": 0.1,
          "Looping": false
        }
      ]
    },
    "Death": {
      "Animations": [
        {
          "Animation": "NPC/Pets/Cat/Animations/Death.blockyanim",
          "Looping": false
        }
      ]
    },
    "Sleep": {
      "Animations": [
        {
          "Animation": "NPC/Pets/Cat/Animations/Sleep.blockyanim"
        }
      ]
    },
    "Search": {
      "Animations": [
        {
          "Animation": "NPC/Pets/Cat/Animations/Search.blockyanim"
        }
      ]
    }
  }
}