Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Audio / SoundEvents / BlockSounds / Plushie / SFX_Plushie_Break.json

SFX_Plushie_Break

Server/Audio/SoundEvents/BlockSounds/Plushie/SFX_Plushie_Break.json, 1.2 KB

Fields

FieldType
AudioCategorystring
Layersarray[2]
PreventSoundInterruptionboolean
Volumenumber
MaxInstancenumber
Pitchnumber
Parentstring

Source

{
  "AudioCategory": "AudioCat_BlockSounds",
  "Layers": [
    {
      "Files": [
        "Sounds/Items/Plushie/Plushie_Break_01.ogg",
        "Sounds/Items/Plushie/Plushie_Break_02.ogg",
        "Sounds/Items/Plushie/Plushie_Break_03.ogg",
        "Sounds/Items/Plushie/Plushie_Break_04.ogg",
        "Sounds/Items/Plushie/Plushie_Break_05.ogg"
      ],
      "Volume": 0,
      "RandomSettings": {
        "MinPitch": -2,
        "MaxPitch": 2,
        "MinVolume": -2
      },
      "Probability": 100,
      "RoundRobinHistorySize": 2
    },
    {
      "Files": [
        "Sounds/Items/Plushie/Plushie_Break_Squeal_01.ogg",
        "Sounds/Items/Plushie/Plushie_Break_Squeal_02.ogg",
        "Sounds/Items/Plushie/Plushie_Break_Squeal_03.ogg",
        "Sounds/Items/Plushie/Plushie_Break_Squeal_04.ogg",
        "Sounds/Items/Plushie/Plushie_Break_Squeal_05.ogg"
      ],
      "Volume": -1,
      "StartDelay": 0.1,
      "RandomSettings": {
        "MinPitch": -2,
        "MaxPitch": 2,
        "MinVolume": -2
      },
      "Probability": 100,
      "RoundRobinHistorySize": 2
    }
  ],
  "PreventSoundInterruption": false,
  "Volume": 0,
  "MaxInstance": 5,
  "Pitch": 0,
  "Parent": "SFX_Attn_Quiet"
}