Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Models / Wildlife / Model_Deer_Stag.json

Model_Deer_Stag

Server/Models/Wildlife/Model_Deer_Stag.json, 1.5 KB

Fields

FieldType
Parentstring
Modelstring
Texturestring
DefaultAttachmentsarray[1]
AnimationSetsobject

Source

{
  "Parent": "Deer_Doe",
  "Model": "NPC/Wildlife/Deer/Models/Model.blockymodel",
  "Texture": "NPC/Wildlife/Deer/Models/Texture.png",
  "DefaultAttachments": [
    {
      "Model": "NPC/Wildlife/Deer/Models/Attachments/Antlers_Flower.blockymodel",
      "Texture": "NPC/Wildlife/Deer/Models/Attachments/Antlers_Flower_Brown.png"
    }
  ],
  "AnimationSets": {
    "Alerted": {
      "Animations": [
        {
          "Animation": "NPC/Wildlife/Deer/Animations/Default/Alerted.blockyanim",
          "Looping": false,
          "SoundEventId": "SFX_Deer_Stag_Alerted"
        }
      ]
    },
    "Run": {
      "Animations": [
        {
          "Animation": "NPC/Wildlife/Deer/Animations/Default/Run.blockyanim",
          "SoundEventId": "SFX_Deer_Stag_Run",
          "Speed": 1
        }
      ]
    },
    "Hurt": {
      "Animations": [
        {
          "Animation": "NPC/Wildlife/Deer/Animations/Damage/Hurt.blockyanim",
          "BlendingDuration": 0.1,
          "Looping": false,
          "SoundEventId": "SFX_Deer_Stag_Hurt"
        }
      ]
    },
    "Death": {
      "Animations": [
        {
          "Animation": "NPC/Wildlife/Deer/Animations/Damage/Death.blockyanim",
          "Looping": false,
          "SoundEventId": "SFX_Deer_Stag_Death"
        }
      ]
    },
    "Sleep": {
      "Animations": [
        {
          "Animation": "NPC/Wildlife/Deer/Animations/Default/Sleep.blockyanim",
          "SoundEventId": "SFX_Deer_Stag_Sleep"
        }
      ]
    }
  }
}