diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-04-08 23:01:20 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-04-08 23:01:20 -0700 |
commit | d4dd963175fd447f1b58fb1b42ff61d5a0fa0ed1 (patch) | |
tree | 2f2325f896b9c4dcb339c506b8470e8eccc69bb1 /Mods/Tanks | |
download | cataclysm-dda-soundpack_jcsoundpack-d4dd963175fd447f1b58fb1b42ff61d5a0fa0ed1.tar.xz |
Initial commit
Diffstat (limited to 'Mods/Tanks')
-rw-r--r-- | Mods/Tanks/155mm_1.ogg | bin | 0 -> 96340 bytes | |||
-rw-r--r-- | Mods/Tanks/155mm_2.ogg | bin | 0 -> 113899 bytes | |||
-rw-r--r-- | Mods/Tanks/155mm_3.ogg | bin | 0 -> 100163 bytes | |||
-rw-r--r-- | Mods/Tanks/155mm_4.ogg | bin | 0 -> 109702 bytes | |||
-rw-r--r-- | Mods/Tanks/30mm_1.ogg | bin | 0 -> 65652 bytes | |||
-rw-r--r-- | Mods/Tanks/30mm_2.ogg | bin | 0 -> 64330 bytes | |||
-rw-r--r-- | Mods/Tanks/30mm_3.ogg | bin | 0 -> 67203 bytes | |||
-rw-r--r-- | Mods/Tanks/30mm_4.ogg | bin | 0 -> 81300 bytes | |||
-rw-r--r-- | Mods/Tanks/guns.json | 257 |
9 files changed, 257 insertions, 0 deletions
diff --git a/Mods/Tanks/155mm_1.ogg b/Mods/Tanks/155mm_1.ogg Binary files differnew file mode 100644 index 0000000..2957fba --- /dev/null +++ b/Mods/Tanks/155mm_1.ogg diff --git a/Mods/Tanks/155mm_2.ogg b/Mods/Tanks/155mm_2.ogg Binary files differnew file mode 100644 index 0000000..b4e2c42 --- /dev/null +++ b/Mods/Tanks/155mm_2.ogg diff --git a/Mods/Tanks/155mm_3.ogg b/Mods/Tanks/155mm_3.ogg Binary files differnew file mode 100644 index 0000000..a901a9b --- /dev/null +++ b/Mods/Tanks/155mm_3.ogg diff --git a/Mods/Tanks/155mm_4.ogg b/Mods/Tanks/155mm_4.ogg Binary files differnew file mode 100644 index 0000000..9a2a6f6 --- /dev/null +++ b/Mods/Tanks/155mm_4.ogg diff --git a/Mods/Tanks/30mm_1.ogg b/Mods/Tanks/30mm_1.ogg Binary files differnew file mode 100644 index 0000000..fa1ce32 --- /dev/null +++ b/Mods/Tanks/30mm_1.ogg diff --git a/Mods/Tanks/30mm_2.ogg b/Mods/Tanks/30mm_2.ogg Binary files differnew file mode 100644 index 0000000..2c8e9f0 --- /dev/null +++ b/Mods/Tanks/30mm_2.ogg diff --git a/Mods/Tanks/30mm_3.ogg b/Mods/Tanks/30mm_3.ogg Binary files differnew file mode 100644 index 0000000..3ac0e31 --- /dev/null +++ b/Mods/Tanks/30mm_3.ogg diff --git a/Mods/Tanks/30mm_4.ogg b/Mods/Tanks/30mm_4.ogg Binary files differnew file mode 100644 index 0000000..cafb36d --- /dev/null +++ b/Mods/Tanks/30mm_4.ogg diff --git a/Mods/Tanks/guns.json b/Mods/Tanks/guns.json new file mode 100644 index 0000000..0054e9e --- /dev/null +++ b/Mods/Tanks/guns.json @@ -0,0 +1,257 @@ +[ + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "30mm_autocannon", + "files" : [ + "mods/Tanks/30mm_1.ogg", + "mods/Tanks/30mm_2.ogg", + "mods/Tanks/30mm_3.ogg", + "mods/Tanks/30mm_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "30mm_autocannon", + "files" : [ + "mods/Tanks/30mm_1.ogg", + "mods/Tanks/30mm_2.ogg", + "mods/Tanks/30mm_3.ogg", + "mods/Tanks/30mm_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "30mm_autocannon", + "files" : [ + "guns/reload/mg/mgk_1.ogg", + "guns/reload/mg/mgk_2.ogg", + "guns/reload/mg/mgk_3.ogg", + "guns/reload/mg/mgk_4.ogg", + "guns/reload/mg/mgk_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "tank_gun_manual", + "files" : [ + "guns/others/120mm_1.ogg", + "guns/others/120mm_2.ogg", + "guns/others/120mm_3.ogg", + "guns/others/120mm_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "tank_gun_manual", + "files" : [ + "guns/others/120mm_1.ogg", + "guns/others/120mm_2.ogg", + "guns/others/120mm_3.ogg", + "guns/others/120mm_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "tank_gun_manual", + "files" : [ + "guns/reload/mg/mgk_1.ogg", + "guns/reload/mg/mgk_2.ogg", + "guns/reload/mg/mgk_3.ogg", + "guns/reload/mg/mgk_4.ogg", + "guns/reload/mg/mgk_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "tank_gun_auto", + "files" : [ + "guns/others/120mm_1.ogg", + "guns/others/120mm_2.ogg", + "guns/others/120mm_3.ogg", + "guns/others/120mm_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "tank_gun_auto", + "files" : [ + "guns/others/120mm_1.ogg", + "guns/others/120mm_2.ogg", + "guns/others/120mm_3.ogg", + "guns/others/120mm_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "tank_gun_auto", + "files" : [ + "guns/reload/mg/mgk_1.ogg", + "guns/reload/mg/mgk_2.ogg", + "guns/reload/mg/mgk_3.ogg", + "guns/reload/mg/mgk_4.ogg", + "guns/reload/mg/mgk_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "tank_gun_rws", + "files" : [ + "guns/others/120mm_1.ogg", + "guns/others/120mm_2.ogg", + "guns/others/120mm_3.ogg", + "guns/others/120mm_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "tank_gun_rws", + "files" : [ + "guns/others/120mm_1.ogg", + "guns/others/120mm_2.ogg", + "guns/others/120mm_3.ogg", + "guns/others/120mm_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "tank_gun_rws", + "files" : [ + "guns/reload/mg/mgk_1.ogg", + "guns/reload/mg/mgk_2.ogg", + "guns/reload/mg/mgk_3.ogg", + "guns/reload/mg/mgk_4.ogg", + "guns/reload/mg/mgk_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "howitzer_gun", + "files" : [ + "mods/Tanks/155mm_1.ogg", + "mods/Tanks/155mm_2.ogg", + "mods/Tanks/155mm_3.ogg", + "mods/Tanks/155mm_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "howitzer_gun", + "files" : [ + "mods/Tanks/155mm_1.ogg", + "mods/Tanks/155mm_2.ogg", + "mods/Tanks/155mm_3.ogg", + "mods/Tanks/155mm_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "howitzer_gun", + "files" : [ + "guns/reload/mg/mgk_1.ogg", + "guns/reload/mg/mgk_2.ogg", + "guns/reload/mg/mgk_3.ogg", + "guns/reload/mg/mgk_4.ogg", + "guns/reload/mg/mgk_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "atgm_launcher", + "files" : [ + "guns/others/Rocket_1.ogg", + "guns/others/Rocket_2.ogg", + "guns/others/Rocket_3.ogg", + "guns/others/Rocket_4.ogg", + "guns/others/Rocket_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "atgm_launcher", + "files" : [ + "guns/others/Rocket_1.ogg", + "guns/others/Rocket_2.ogg", + "guns/others/Rocket_3.ogg", + "guns/others/Rocket_4.ogg", + "guns/others/Rocket_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "atgm_launcher", + "files" : [ + "guns/reload/launcher/rocket.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "atgm_turret", + "files" : [ + "guns/others/Rocket_1.ogg", + "guns/others/Rocket_2.ogg", + "guns/others/Rocket_3.ogg", + "guns/others/Rocket_4.ogg", + "guns/others/Rocket_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "atgm_turret", + "files" : [ + "guns/others/Rocket_1.ogg", + "guns/others/Rocket_2.ogg", + "guns/others/Rocket_3.ogg", + "guns/others/Rocket_4.ogg", + "guns/others/Rocket_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "atgm_turret", + "files" : [ + "guns/reload/launcher/rocket.ogg" + ] + } +] |