Versions / 0.6.0-pre.3 / Audio / SoundEvents / SFX / Weapons / Longsword / Special / SFX_Longsword_Special_Swing.json
SFX_Longsword_Special_Swing
Server/Audio/SoundEvents/SFX/Weapons/Longsword/Special/SFX_Longsword_Special_Swing.json, 1.1 KB
Fields
| Field | Type |
|---|---|
AudioCategory | string |
Layers | array[2] |
Volume | number |
Pitch | number |
PreventSoundInterruption | boolean |
Parent | string |
Source
{
"AudioCategory": "AudioCat_Sword",
"Layers": [
{
"Files": [
"Sounds/Weapons/Longsword/Special/Longsword_Special_Swing_01.ogg",
"Sounds/Weapons/Longsword/Special/Longsword_Special_Swing_02.ogg",
"Sounds/Weapons/Longsword/Special/Longsword_Special_Swing_03.ogg",
"Sounds/Weapons/Longsword/Special/Longsword_Special_Swing_04.ogg"
],
"RandomSettings": {
"MinPitch": -2,
"MaxPitch": 5,
"MinVolume": -2
},
"StartDelay": 0,
"Volume": -9.0
},
{
"Files": [
"Sounds/PlayerActions/Movement/Player_Clth_Foley_Swing_01.ogg",
"Sounds/PlayerActions/Movement/Player_Clth_Foley_Swing_02.ogg",
"Sounds/PlayerActions/Movement/Player_Clth_Foley_Swing_03.ogg",
"Sounds/PlayerActions/Movement/Player_Clth_Foley_Swing_04.ogg"
],
"RandomSettings": {
"MinVolume": -1,
"MinPitch": -2,
"MaxPitch": 5
},
"Volume": -4.0
}
],
"Volume": -5,
"Pitch": 0,
"PreventSoundInterruption": true,
"Parent": "SFX_Attn_Moderate"
}