Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Models / Livestock / Boar_Piglet.json

Boar_Piglet

Server/Models/Livestock/Boar_Piglet.json, 2.4 KB

Fields

FieldType
Parentstring
Modelstring
Texturestring
EyeHeightnumber
CrouchOffsetnumber
HitBoxobject
AnimationSetsobject
Iconstring
IconPropertiesobject

Source

{
  "Parent": "Piglet",
  "Model": "NPC/Livestock/Boar_Piglet/Models/Model.blockymodel",
  "Texture": "NPC/Livestock/Boar_Piglet/Models/Texture.png",
  "EyeHeight": 0.3,
  "CrouchOffset": -0.06,
  "HitBox": {
    "Max": {
      "X": 0.25,
      "Y": 0.45,
      "Z": 0.25
    },
    "Min": {
      "X": -0.25,
      "Y": 0,
      "Z": -0.25
    }
  },
  "AnimationSets": {
    "Alerted": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Boar_Piglet/Animations/Default/Alerted.blockyanim",
          "Looping": false,
          "SoundEventId": "SFX_Piglet_Alerted"
        }
      ]
    },
    "Hurt": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Boar_Piglet/Animations/Damage/Hurt.blockyanim",
          "BlendingDuration": 0.1,
          "Looping": false,
          "SoundEventId": "SFX_Piglet_Hurt"
        }
      ]
    },
    "Death": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Boar_Piglet/Animations/Damage/Death.blockyanim",
          "Looping": false,
          "SoundEventId": "SFX_Piglet_Death"
        },
        {
          "Animation": "NPC/Livestock/Boar_Piglet/Animations/Damage/Death2.blockyanim",
          "Looping": false,
          "SoundEventId": "SFX_Piglet_Death"
        }
      ]
    },
    "Laydown": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Boar_Piglet/Animations/Default/Laydown.blockyanim",
          "Looping": false
        }
      ]
    },
    "Sleep": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Boar_Piglet/Animations/Default/Sleep.blockyanim"
        }
      ]
    },
    "Wake": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Boar_Piglet/Animations/Default/Wake.blockyanim",
          "Looping": false
        }
      ]
    },
    "Eat": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Piglet/Animations/Default/Idle.blockyanim",
          "Speed": 0.6
        }
      ]
    },
    "GreetAnimation": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Piglet/Animations/Default/Idle.blockyanim",
          "Looping": false,
          "Speed": 1
        }
      ]
    }
  },
  "Icon": "Icons/ModelsGenerated/Boar_Piglet.png",
  "IconProperties": {
    "Scale": 0.5,
    "Rotation": [
      0,
      -45,
      0
    ],
    "Translation": [
      3,
      -17
    ]
  }
}