Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / Audio / SoundEvents / SFX / Crafting / SFX_Memories_Unlock_Local.json

SFX_Memories_Unlock_Local

Server/Audio/SoundEvents/SFX/Crafting/SFX_Memories_Unlock_Local.json, 444 B

Fields

FieldType
AudioCategorystring
Layersarray[1]
Volumenumber
PreventSoundInterruptionboolean
DuckingRulesarray[1]

Source

{
  "AudioCategory": "AudioCat_SFX",
  "Layers": [
    {
      "Files": [
        "Sounds/UI/Memories_Bench/Memories_Unlock_Stereo_01.ogg"
      ],
      "Volume": -4
    }
  ],
  "Volume": 0.0,
  "PreventSoundInterruption": true,
  "DuckingRules": [
    {
      "TargetCategory": "AudioCat_Music",
      "DuckingVolumeDb": -12,
      "AttackMs": 500,
      "ReleaseMs": 2500,
      "Curve": "SCurve",
      "ReleaseCurve": "SCurve"
    }
  ]
}