aboutsummaryrefslogtreecommitdiff
path: root/monsters.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-12-09 20:57:59 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-12-09 20:57:59 -0800
commit00f08684e80ba2abe80401fc7c42944313b98c5a (patch)
tree7224d34a4af1f068f080bbaa38ba9c53294f6eb2 /monsters.json
parentFix typo in f_grave_monument smash_fail path. (diff)
downloadcataclysm-dda-soundpack_jcsoundpack-00f08684e80ba2abe80401fc7c42944313b98c5a.tar.xz
Clean up formatting on many json files.
Also move unused mods to a subfolder.
Diffstat (limited to 'monsters.json')
-rw-r--r--monsters.json128
1 files changed, 64 insertions, 64 deletions
diff --git a/monsters.json b/monsters.json
index 2d31ef8..681c842 100644
--- a/monsters.json
+++ b/monsters.json
@@ -1,66 +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"
- ]
- }
+ {
+ "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"
+ ]
+ }
]