Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Audio / SoundEvents / SFX / Projectiles / Arrow / SFX_Arrow_Whistle.json

SFX_Arrow_Whistle

Server/Audio/SoundEvents/SFX/Projectiles/Arrow/SFX_Arrow_Whistle.json, 539 B

Fields

FieldType
AudioCategorystring
Layersarray[1]
Volumenumber
PreventSoundInterruptionboolean
MaxDistancenumber
StartAttenuationDistancenumber

Source

{
  "AudioCategory": "AudioCat_SFX",
  "Layers": [
    {
      "Looping": false,
      "Files": [
        "Sounds/Projectiles/Arrow/Arrow_Whistle_01.ogg",
        "Sounds/Projectiles/Arrow/Arrow_Whistle_02.ogg",
        "Sounds/Projectiles/Arrow/Arrow_Whistle_03.ogg",
        "Sounds/Projectiles/Arrow/Arrow_Whistle_04.ogg"
      ],
      "RandomSettings": {
        "MinPitch": -0.5,
        "MaxPitch": 0.5
      }
    }
  ],
  "Volume": 1.0,
  "PreventSoundInterruption": false,
  "MaxDistance": 128,
  "StartAttenuationDistance": 10
}