Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / Models / Beast / Leopard_Snow.json

Leopard_Snow

Server/Models/Beast/Leopard_Snow.json, 1.4 KB

Fields

FieldType
Modelstring
Texturestring
Parentstring
AnimationSetsobject
Iconstring

Source

{
  "Model": "NPC/Beast/Tiger_Sabertooth/Models/Model.blockymodel",
  "Texture": "NPC/Beast/Tiger_Sabertooth/Models/Snow_Leopard_Texture.png",
  "Parent": "Tiger_Sabertooth",
  "AnimationSets": {
    "Run": {
      "Animations": [
        {
          "Animation": "NPC/Beast/Tiger_Sabertooth/Animations/Default/Run.blockyanim",
          "Speed": 0.8,
          "SoundEventId": "SFX_Leopard_Snow_Run"
        }
      ]
    },
    "Alerted": {
      "Animations": [
        {
          "Animation": "NPC/Beast/Tiger_Sabertooth/Animations/Default/Alerted.blockyanim",
          "Looping": false,
          "SoundEventId": "SFX_Leopard_Snow_Alerted"
        }
      ]
    },
    "Hurt": {
      "Animations": [
        {
          "Animation": "NPC/Beast/Tiger_Sabertooth/Animations/Damage/Hurt.blockyanim",
          "BlendingDuration": 0.1,
          "Looping": false,
          "SoundEventId": "SFX_Leopard_Snow_Hurt"
        },
        {
          "Animation": "NPC/Beast/Tiger_Sabertooth/Animations/Damage/Hurt2.blockyanim",
          "BlendingDuration": 0.1,
          "Looping": false,
          "SoundEventId": "SFX_Leopard_Snow_Hurt"
        }
      ]
    },
    "Death": {
      "Animations": [
        {
          "Animation": "NPC/Beast/Tiger_Sabertooth/Animations/Damage/Death.blockyanim",
          "Looping": false,
          "SoundEventId": "SFX_Leopard_Snow_Death"
        }
      ]
    }
  },
  "Icon": "Icons/ModelsGenerated/Leopard_Snow.png"
}