Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Audio / SoundEvents / SFX / Weapons / Sword / Impacts / SFX_Sword_T2_Impact.json

SFX_Sword_T2_Impact

Server/Audio/SoundEvents/SFX/Weapons/Sword/Impacts/SFX_Sword_T2_Impact.json, 892 B

Fields

FieldType
Layersarray[2]
Volumenumber
PreventSoundInterruptionboolean
AudioCategorystring
Parentstring

Source

{
  "Layers": [
    {
      "Files": [
        "Sounds/Weapons/Shared/Impacts/Light_Melee_Impact_Base_03.ogg",
        "Sounds/Weapons/Shared/Impacts/Light_Melee_Impact_Base_04.ogg"
      ],
      "Volume": -2.0,
      "RandomSettings": {
        "MinVolume": -1,
        "MinPitch": -2,
        "MaxPitch": 2
      },
      "StartDelay": 0
    },
    {
      "Files": [
        "Sounds/Weapons/Sword/T2/Impacts/Sword_T2_Impact_01.ogg",
        "Sounds/Weapons/Sword/T2/Impacts/Sword_T2_Impact_02.ogg",
        "Sounds/Weapons/Sword/T2/Impacts/Sword_T2_Impact_03.ogg"
      ],
      "Volume": 4.0,
      "RandomSettings": {
        "MinVolume": -1,
        "MinPitch": -2,
        "MaxPitch": 2
      },
      "StartDelay": 0,
      "RoundRobinHistorySize": 1
    }
  ],
  "Volume": 0,
  "PreventSoundInterruption": true,
  "AudioCategory": "AudioCat_Sword",
  "Parent": "SFX_Attn_Moderate"
}