Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Audio / SoundEvents / BlockSounds / Cloth / SFX_Cloth_Break.json

SFX_Cloth_Break

Server/Audio/SoundEvents/BlockSounds/Cloth/SFX_Cloth_Break.json, 674 B

Fields

FieldType
AudioCategorystring
Layersarray[2]
PreventSoundInterruptionboolean
Volumenumber
MaxInstancenumber
Parentstring

Source

{
  "AudioCategory": "AudioCat_BlockSounds",
  "Layers": [
    {
      "Files": [
        "Sounds/Blocks/Cloth/Cloth_Break_01.ogg",
        "Sounds/Blocks/Cloth/Cloth_Break_02.ogg",
        "Sounds/Blocks/Cloth/Cloth_Break_03.ogg",
        "Sounds/Blocks/Cloth/Cloth_Break_04.ogg"
      ],
      "Volume": 3,
      "RandomSettings": {
        "MinPitch": -2,
        "MaxPitch": 1.5,
        "MinVolume": -2
      },
      "Probability": 100
    },
    {
      "Files": [
        "Sounds/Blocks/Generic/Block_Break_Success_01.ogg"
      ],
      "Volume": 6.0
    }
  ],
  "PreventSoundInterruption": true,
  "Volume": -3,
  "MaxInstance": 5,
  "Parent": "SFX_Attn_Quiet"
}