From 90c66473dd4e3a6f64358d9cd49aaae9ec189b8c Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 16 Aug 2023 18:01:46 -0700 Subject: More ogg -> wav fixes. --- effects.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/effects.json b/effects.json index 9e27dc1..af18c6e 100644 --- a/effects.json +++ b/effects.json @@ -757,11 +757,11 @@ "variant" : "mon_zolf", "volume" : 70, "files" : [ - "monster/mon_wolf_1.ogg", - "monster/mon_wolf_2.ogg", - "monster/mon_wolf_3.ogg", - "monster/mon_wolf_4.ogg", - "monster/mon_wolf_5.ogg" + "monster/mon_wolf_1.wav", + "monster/mon_wolf_2.wav", + "monster/mon_wolf_3.wav", + "monster/mon_wolf_4.wav", + "monster/mon_wolf_5.wav" ] }, { @@ -770,11 +770,11 @@ "variant" : "mon_shoggoth", "volume" : 70, "files" : [ - "monster/gurgling_shoggoth_1.ogg", - "monster/gurgling_shoggoth_2.ogg", - "monster/gurgling_shoggoth_3.ogg", - "monster/slurping_shoggoth_1.ogg", - "monster/slurping_shoggoth_2.ogg" + "monster/gurgling_shoggoth_1.wav", + "monster/gurgling_shoggoth_2.wav", + "monster/gurgling_shoggoth_3.wav", + "monster/slurping_shoggoth_1.wav", + "monster/slurping_shoggoth_2.wav" ] }, { @@ -1018,7 +1018,7 @@ "variant" : "rattling", "volume" : 70, "files" : [ - "monster/rattling.ogg" + "monster/rattling.wav" ] }, { @@ -1027,7 +1027,7 @@ "variant" : "hissing", "volume" : 70, "files" : [ - "monster/hissing.ogg" + "monster/hissing.wav" ] }, { -- cgit v1.2.1