Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / Audio / SoundEvents / SFX / NPC / Livestock / Goat / SFX_Goat_Idle.json

SFX_Goat_Idle

Server/Audio/SoundEvents/SFX/NPC/Livestock/Goat/SFX_Goat_Idle.json, 1.3 KB

Fields

FieldType
Layersarray[2]
MaxInstancenumber
Volumenumber
PreventSoundInterruptionboolean
AudioCategorystring
Parentstring

Source

{
  "Layers": [
    {
      "Files": [
        "Sounds/NPC/Livestock/Goat/NPC_Goat_Bleat_01.ogg",
        "Sounds/NPC/Livestock/Goat/NPC_Goat_Bleat_02.ogg",
        "Sounds/NPC/Livestock/Goat/NPC_Goat_Bleat_03.ogg",
        "Sounds/NPC/Livestock/Goat/NPC_Goat_Bleat_04.ogg",
        "Sounds/NPC/Livestock/Goat/NPC_Goat_Bleat_05.ogg",
        "Sounds/NPC/Livestock/Goat/NPC_Goat_Bleat_06.ogg"
      ],
      "RandomSettings": {
        "MinPitch": -2,
        "MaxPitch": 1,
        "MinVolume": -4
      },
      "Probability": 40,
      "ProbabilityRerollDelay": 3,
      "Volume": 0
    },
    {
      "Files": [
        "Sounds/NPC/Livestock/Goat/NPC_Goat_Snort_01.ogg",
        "Sounds/NPC/Livestock/Goat/NPC_Goat_Snort_02.ogg",
        "Sounds/NPC/Livestock/Goat/NPC_Goat_Snort_03.ogg",
        "Sounds/NPC/Livestock/Goat/NPC_Goat_Snort_04.ogg",
        "Sounds/NPC/Livestock/Goat/NPC_Goat_Snort_05.ogg",
        "Sounds/NPC/Livestock/Goat/NPC_Goat_Snort_06.ogg",
        "Sounds/NPC/Livestock/Goat/NPC_Goat_Snort_07.ogg"
      ],
      "RandomSettings": {
        "MinPitch": -2,
        "MaxPitch": 2,
        "MinVolume": -4
      },
      "Probability": 25,
      "ProbabilityRerollDelay": 4,
      "Volume": -2
    }
  ],
  "MaxInstance": 2,
  "Volume": -19,
  "PreventSoundInterruption": true,
  "AudioCategory": "AudioCat_NPC_Goat",
  "Parent": "SFX_Attn_Quiet"
}