aboutsummaryrefslogtreecommitdiff
path: root/monsters.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-08 23:01:20 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-08 23:01:20 -0700
commitd4dd963175fd447f1b58fb1b42ff61d5a0fa0ed1 (patch)
tree2f2325f896b9c4dcb339c506b8470e8eccc69bb1 /monsters.json
downloadcataclysm-dda-soundpack_jcsoundpack-d4dd963175fd447f1b58fb1b42ff61d5a0fa0ed1.tar.xz
Initial commit
Diffstat (limited to 'monsters.json')
-rw-r--r--monsters.json66
1 files changed, 66 insertions, 0 deletions
diff --git a/monsters.json b/monsters.json
new file mode 100644
index 0000000..42b733b
--- /dev/null
+++ b/monsters.json
@@ -0,0 +1,66 @@
+[
+ {
+ "type": "sound_effect",
+ "id" : "mon_death",
+ "variant" : "zombie_death",
+ "volume" : 50,
+ "files" : [
+ "monster/zombie_death_1.ogg",
+ "monster/zombie_death_2.ogg",
+ "monster/zombie_death_3.ogg",
+ "monster/zombie_death_4.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "mon_bite",
+ "variant" : "bite_miss",
+ "volume" : 50,
+ "files" : [
+ "monster/bite_miss_1.ogg",
+ "monster/bite_miss_2.ogg",
+ "monster/bite_miss_3.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "mon_bite",
+ "variant" : "bite_hit",
+ "volume" : 60,
+ "files" : [
+ "monster/bite_hit_1.ogg",
+ "monster/bite_hit_2.ogg",
+ "monster/bite_hit_3.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "mon_death",
+ "variant" : "zombie_gibbed",
+ "volume" : 80,
+ "files" : [
+ "monster/gibbed_1.ogg",
+ "monster/gibbed_2.ogg",
+ "monster/gibbed_3.ogg",
+ "monster/gibbed_4.ogg",
+ "monster/gibbed_5.ogg",
+ "monster/gibbed_6.ogg",
+ "monster/gibbed_7.ogg",
+ "monster/gibbed_8.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "melee_attack",
+ "variant" : "monster_melee_hit",
+ "volume" : 70,
+ "files" : [
+ "monster/hit_1.ogg",
+ "monster/hit_2.ogg",
+ "monster/hit_3.ogg",
+ "monster/hit_4.ogg",
+ "monster/hit_5.ogg",
+ "monster/hit_6.ogg"
+ ]
+ }
+]