; This is the configuration file to indicate which sound files are to be played in each
; situation (if using "./" or "../", the route will start at the main "QBBattle" folder)
;
; The idea is to assign all the weapons you want to a "group", and set each group's
; "hit", "miss", etc, to the sounds you want. Since there are many similar weapons, having
; "groups" actually make sense
;
; If the actual weapon isn't found in a group, it'll go to the "Default" group, that sounds like
; a sword/blade, and that should be present no matter how you edit the file
;
; Please keep a similar formatting when defining your own groups. First comes the group name,
; then the four sounds for each situation, then all the weapons that belong to the group
;
; All extra spaces and tabulations before each song will be ignored
;
; All lines starting with ";" are considered remarks
;

[Groups]

-Name:Gun
-Sounds:  Hit=./sounds/Rifle.wav,		Miss=./sounds/1.mp3,
          Clash=./sounds/81_Open_Triagle.wav,		Critical=./sounds/Barrett.mp3
-Weapons: Gun,Pistol,Arcus Diabolus Bolverk,Revolver,Pistols,M93R,Dual Beretta M92S

-Name:Rifle
-Sounds:  Hit=./sounds/Rifle.wav,		Miss=./sounds/Rifle.wav,
          Clash=./sounds/81_Open_Triagle.wav,		Critical=./sounds/Rifle.wav
-Weapons: Rifle, Heavy Weapons

-Name:Umineko
-Sounds:  Hit=./sounds/slashkut.wav,		Miss=./sounds/whoosh.wav,
          Clash=./sounds/81_Open_Triagle.wav,		Critical=./sounds/clash.wav
-Weapons: Blade of Light, Red & Blue Truth

-Name:Special
-Sounds:  Hit=./sounds/ahaha.wav,		Miss=./sounds/Umineko Ricochet.mp3,
          Clash=./sounds/81_Open_Triagle.wav,		Critical=./sounds/ahaha.wav
-Weapons: 7 Stakes, Perfect Maid

-Name:Thunder
-Sounds:  Hit=./sounds/Lightning Strike.wav,	Miss=./sounds/Lightning Strike.wav,
          Clash=./sounds/81_Open_Triagle.wav,		Critical=./sounds/Lightning Strike.wav
-Weapons: Thunder

-Name:Default
-Sounds:  Hit=./sounds/slashkut.wav,		Miss=./sounds/whoosh.wav,
          Clash=./sounds/81_Open_Triagle.wav,		Critical=./sounds/slashkut.wav
-Weapons: None

-Name:Metaworld Declaration
-Sounds:  Hit=./sounds/Meta.wav,		Miss=./sounds/Meta.wav,
	  Clash=./sounds/Red Truth.wav			Critical=./sounds/Meta.wav
-Weapons: Metaworld

-Name:Six Shooter
-Sounds:  Hit=./sounds/Revolver.mp3,		Miss=./sounds/Revolver.mp3,
	  Clash=./sounds/Revolver.mp3,			Critical=./sounds/Rifle.wav
-Weapons: Six Shooter

-Name:Electricity
-Sounds:  Hit=./sounds/chargedbolt1.wav,	Miss=./sounds/whoosh.wav,
	  Clash=./sounds/eleccast.wav,			Critical=./sounds/zap3.wav

