aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-05 00:04:29 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-05 00:04:29 -0800
commitc7e0be15406257d67809f117c71e38d5138243b7 (patch)
tree3fc1351225e841c702bf0d4a4b5da8f1fe168993
parentAdd missing reference for AT4 reloading. (diff)
downloadcataclysm-dda-soundpack_jcsoundpack-c7e0be15406257d67809f117c71e38d5138243b7.tar.xz
Add the extra sounds for triffids and mycus.
-rw-r--r--effects.json34
1 files changed, 30 insertions, 4 deletions
diff --git a/effects.json b/effects.json
index 4840f14..fe74b38 100644
--- a/effects.json
+++ b/effects.json
@@ -1371,12 +1371,38 @@
},
{
"type": "sound_effect",
- "id" : "speech",
- "variant" : "mon_zombie_horse",
+ "id" : "misc",
+ "variant" : "inhale",
"volume" : 70,
"files" : [
- "monster/horse_neighing_1.ogg",
- "monster/horse_neighing_2.ogg"
+ "effects/misc/inhale.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "misc",
+ "variant" : "exhale",
+ "volume" : 70,
+ "files" : [
+ "effects/misc/exhale.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "misc",
+ "variant" : "puff",
+ "volume" : 70,
+ "files" : [
+ "effects/misc/puff.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "misc",
+ "variant" : "heartbeat",
+ "volume" : 70,
+ "files" : [
+ "effects/misc/heartbeat.ogg"
]
}
]