Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Models / Elemental / Golem_Crystal_Frost.json

Golem_Crystal_Frost

Server/Models/Elemental/Golem_Crystal_Frost.json, 2.2 KB

Fields

FieldType
Parentstring
Texturestring
DefaultAttachmentsarray[3]
AnimationSetsobject
Iconstring

Source

{
  "Parent": "Golem_Crystal_Earth",
  "Texture": "NPC/Elemental/Golem_Crystal/Models/Model_Textures/Frost.png",
  "DefaultAttachments": [
    {
      "Model": "NPC/Elemental/Golem_Crystal/Models/Attachments/Frost/Beard.blockymodel",
      "Texture": "NPC/Elemental/Golem_Crystal/Models/Attachments/Frost/Beard_Texture.png"
    },
    {
      "Model": "NPC/Elemental/Golem_Crystal/Models/Attachments/Frost/Eye.blockymodel",
      "Texture": "NPC/Elemental/Golem_Crystal/Models/Attachments/Frost/Eye_Texture.png"
    },
    {
      "Model": "NPC/Elemental/Golem_Crystal/Models/Attachments/Frost/Head.blockymodel",
      "Texture": "NPC/Elemental/Golem_Crystal/Models/Attachments/Frost/Head_Texture.png"
    }
  ],
  "AnimationSets": {
    "Alerted": {
      "Animations": [
        {
          "Animation": "NPC/Elemental/Golem_Crystal/Animations/Default/Alerted.blockyanim",
          "Looping": false,
          "SoundEventId": "SFX_Golem_Frost_Alerted"
        }
      ]
    },
    "Hurt": {
      "Animations": [
        {
          "Animation": "NPC/Elemental/Golem_Crystal/Animations/Damage/Hurt.blockyanim",
          "BlendingDuration": 0.1,
          "Looping": false,
          "SoundEventId": "SFX_Golem_Frost_Hurt"
        },
        {
          "Animation": "NPC/Elemental/Golem_Crystal/Animations/Damage/Hurt2.blockyanim",
          "BlendingDuration": 0.1,
          "Looping": false,
          "SoundEventId": "SFX_Golem_Frost_Hurt"
        }
      ]
    },
    "Death": {
      "Animations": [
        {
          "Animation": "NPC/Elemental/Golem_Crystal/Animations/Damage/Death.blockyanim",
          "Looping": false,
          "SoundEventId": "SFX_Golem_Frost_Death"
        }
      ]
    },
    "Laydown": {
      "Animations": [
        {
          "Animation": "NPC/Elemental/Golem_Crystal/Animations/Default/Laydown.blockyanim",
          "Looping": false,
          "SoundEventId": "SFX_Golem_Frost_Laydown"
        }
      ]
    },
    "Wake": {
      "Animations": [
        {
          "Animation": "NPC/Elemental/Golem_Crystal/Animations/Default/Wake.blockyanim",
          "Looping": false,
          "SoundEventId": "SFX_Golem_Frost_Wake"
        }
      ]
    }
  },
  "Icon": "Icons/ModelsGenerated/Golem_Crystal_Frost.png"
}