Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Audio / SoundEvents / SFX / Items / Portal / SFX_Portal_Void.json

SFX_Portal_Void

Server/Audio/SoundEvents/SFX/Items/Portal/SFX_Portal_Void.json, 1.8 KB

Fields

FieldType
AudioCategorystring
Layersarray[5]
Volumenumber
PreventSoundInterruptionboolean
MaxInstancenumber
Parentstring

Source

{
  "AudioCategory": "AudioCat_Ambient",
  "Layers": [
    {
      "Looping": true,
      "Files": [
        "Sounds/Items/Portal/Portal_Void_LOOP.ogg"
      ],
      "Volume": -5
    },
    {
      "Files": [
        "Sounds/Items/Portal/Textures/Portal_Breath_01.ogg",
        "Sounds/Items/Portal/Textures/Portal_Breath_02.ogg",
        "Sounds/Items/Portal/Textures/Portal_Breath_03.ogg",
        "Sounds/Items/Portal/Textures/Portal_Breath_04.ogg"
      ],
      "Looping": true,
      "Probability": 90,
      "RandomSettings": {
        "MinVolume": -3,
        "MinPitch": -1,
        "MaxPitch": 1
      },
      "StartDelay": 0.3,
      "Volume": -10
    },
    {
      "Files": [
        "Sounds/Items/Portal/Textures/Portal_Magic_01.ogg",
        "Sounds/Items/Portal/Textures/Portal_Magic_02.ogg",
        "Sounds/Items/Portal/Textures/Portal_Magic_03.ogg"
      ],
      "StartDelay": 1,
      "Looping": true,
      "Probability": 30,
      "RandomSettings": {
        "MinVolume": -10,
        "MinPitch": -1,
        "MaxPitch": 1
      },
      "Volume": -10
    },
    {
      "Files": [
        "Sounds/Items/Portal/Textures/Portal_Zap_01.ogg",
        "Sounds/Items/Portal/Textures/Portal_Zap_02.ogg",
        "Sounds/Items/Portal/Textures/Portal_Zap_03.ogg",
        "Sounds/Items/Portal/Textures/Portal_Zap_04.ogg"
      ],
      "RandomSettings": {
        "MinVolume": -10,
        "MinPitch": -1,
        "MaxPitch": 1
      },
      "Looping": true,
      "Probability": 30,
      "StartDelay": 2,
      "Volume": -10
    },
    {
      "Files": [
        "Sounds/Items/Portal/Portal_Void_LOOP_2.ogg"
      ],
      "Volume": -5,
      "Looping": true
    }
  ],
  "Volume": -14.0,
  "PreventSoundInterruption": false,
  "MaxInstance": 2,
  "Parent": "SFX_Attn_Moderate"
}