diff options
Diffstat (limited to 'Mods/PKs_Rebalancing')
27 files changed, 1085 insertions, 0 deletions
diff --git a/Mods/PKs_Rebalancing/furniture_effects.json b/Mods/PKs_Rebalancing/furniture_effects.json new file mode 100644 index 0000000..c55d0a5 --- /dev/null +++ b/Mods/PKs_Rebalancing/furniture_effects.json @@ -0,0 +1,74 @@ +[ + { + "type": "sound_effect", + "id" : "smash_fail", + "variant" : "f_spike", + "volume" : 100, + "files" : [ + "terrain/metal/hit_metal_1.ogg", + "terrain/metal/hit_metal_2.ogg", + "terrain/metal/hit_metal_3.ogg", + "terrain/metal/hit_metal_4.ogg", + "terrain/metal/hit_metal_5.ogg", + "terrain/metal/hit_metal_6.ogg", + "terrain/metal/hit_metal_7.ogg", + "terrain/metal/hit_metal_8.ogg", + "terrain/metal/hit_metal_9.ogg", + "terrain/metal/hit_metal_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "smash_success", + "variant" : "f_spike", + "volume" : 100, + "files" : [ + "terrain/metal/smash_metal_1.ogg", + "terrain/metal/smash_metal_2.ogg", + "terrain/metal/smash_metal_3.ogg", + "terrain/metal/smash_metal_4.ogg", + "terrain/metal/smash_metal_5.ogg", + "terrain/metal/smash_metal_6.ogg", + "terrain/metal/smash_metal_7.ogg", + "terrain/metal/smash_metal_8.ogg", + "terrain/metal/smash_metal_9.ogg", + "terrain/metal/smash_metal_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "smash_fail", + "variant" : "f_blade", + "volume" : 100, + "files" : [ + "terrain/metal/hit_metal_1.ogg", + "terrain/metal/hit_metal_2.ogg", + "terrain/metal/hit_metal_3.ogg", + "terrain/metal/hit_metal_4.ogg", + "terrain/metal/hit_metal_5.ogg", + "terrain/metal/hit_metal_6.ogg", + "terrain/metal/hit_metal_7.ogg", + "terrain/metal/hit_metal_8.ogg", + "terrain/metal/hit_metal_9.ogg", + "terrain/metal/hit_metal_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "smash_success", + "variant" : "f_blade", + "volume" : 100, + "files" : [ + "terrain/metal/smash_metal_1.ogg", + "terrain/metal/smash_metal_2.ogg", + "terrain/metal/smash_metal_3.ogg", + "terrain/metal/smash_metal_4.ogg", + "terrain/metal/smash_metal_5.ogg", + "terrain/metal/smash_metal_6.ogg", + "terrain/metal/smash_metal_7.ogg", + "terrain/metal/smash_metal_8.ogg", + "terrain/metal/smash_metal_9.ogg", + "terrain/metal/smash_metal_10.ogg" + ] + } +]
\ No newline at end of file diff --git a/Mods/PKs_Rebalancing/guns.json b/Mods/PKs_Rebalancing/guns.json new file mode 100644 index 0000000..67de50a --- /dev/null +++ b/Mods/PKs_Rebalancing/guns.json @@ -0,0 +1,623 @@ +[ + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "hell_laser_napalm", + "files" : [ + "guns/eweapons/laser_rifle_1.ogg", + "guns/eweapons/laser_rifle_2.ogg", + "guns/eweapons/laser_rifle_3.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "hell_laser_napalm", + "files" : [ + "guns/eweapons/laser_rifle_1.ogg", + "guns/eweapons/laser_rifle_2.ogg", + "guns/eweapons/laser_rifle_3.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "hell_laser_gun_queen", + "files" : [ + "guns/eweapons/laser_rifle_1.ogg", + "guns/eweapons/laser_rifle_2.ogg", + "guns/eweapons/laser_rifle_3.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "hell_laser_gun_queen", + "files" : [ + "guns/eweapons/laser_rifle_1.ogg", + "guns/eweapons/laser_rifle_2.ogg", + "guns/eweapons/laser_rifle_3.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "hell_laser_gun", + "files" : [ + "guns/eweapons/laser_cannon.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "hell_laser_gun", + "files" : [ + "guns/eweapons/laser_cannon.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "hell_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" : "hell_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", + "volume" : 100, + "variant" : "hell_plasma", + "files" : [ + "Mods/PKs_Rebalancing/guns/hell_plasma.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "hell_plasma", + "files" : [ + "Mods/PKs_Rebalancing/guns/hell_plasma.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "hell_ball", + "files" : [ + "Mods/PKs_Rebalancing/guns/hell_ball_1.ogg", + "Mods/PKs_Rebalancing/guns/hell_ball_2.ogg", + "Mods/PKs_Rebalancing/guns/hell_ball_3.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "hell_ball", + "files" : [ + "Mods/PKs_Rebalancing/guns/hell_ball_1.ogg", + "Mods/PKs_Rebalancing/guns/hell_ball_2.ogg", + "Mods/PKs_Rebalancing/guns/hell_ball_3.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "bomblet_launcher_chickenbot", + "files" : [ + "Mods/PKs_Rebalancing/guns/bomblet_launcher_rotary_1.ogg", + "Mods/PKs_Rebalancing/guns/bomblet_launcher_rotary_2.ogg", + "Mods/PKs_Rebalancing/guns/bomblet_launcher_rotary_3.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "bomblet_launcher_chickenbot", + "files" : [ + "Mods/PKs_Rebalancing/guns/bomblet_launcher_rotary_1.ogg", + "Mods/PKs_Rebalancing/guns/bomblet_launcher_rotary_2.ogg", + "Mods/PKs_Rebalancing/guns/bomblet_launcher_rotary_3.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "bomblet_launcher_single", + "files" : [ + "guns/40mm/40mm_1.ogg", + "guns/40mm/40mm_2.ogg", + "guns/40mm/40mm_3.ogg", + "guns/40mm/40mm_4.ogg", + "guns/40mm/40mm_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "bomblet_launcher_single", + "files" : [ + "guns/40mm/40mm_1.ogg", + "guns/40mm/40mm_2.ogg", + "guns/40mm/40mm_3.ogg", + "guns/40mm/40mm_4.ogg", + "guns/40mm/40mm_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "bomblet_launcher_single", + "files" : [ + "guns/reload/launcher/launcher_1.ogg", + "guns/reload/launcher/launcher_2.ogg", + "guns/reload/launcher/launcher_3.ogg", + "guns/reload/launcher/launcher_4.ogg", + "guns/reload/launcher/launcher_5.ogg" + + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "bomblet_launcher_double", + "files" : [ + "guns/40mm/40mm_1.ogg", + "guns/40mm/40mm_2.ogg", + "guns/40mm/40mm_3.ogg", + "guns/40mm/40mm_4.ogg", + "guns/40mm/40mm_5.ogg" + + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "bomblet_launcher_double", + "files" : [ + "guns/40mm/40mm_1.ogg", + "guns/40mm/40mm_2.ogg", + "guns/40mm/40mm_3.ogg", + "guns/40mm/40mm_4.ogg", + "guns/40mm/40mm_5.ogg" + + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "bomblet_launcher_double", + "files" : [ + "guns/reload/launcher/launcher_1.ogg", + "guns/reload/launcher/launcher_2.ogg", + "guns/reload/launcher/launcher_3.ogg", + "guns/reload/launcher/launcher_4.ogg", + "guns/reload/launcher/launcher_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "bomblet_launcher_rotary", + "files" : [ + "Mods/PKs_Rebalancing/guns/bomblet_launcher_rotary_1.ogg", + "Mods/PKs_Rebalancing/guns/bomblet_launcher_rotary_2.ogg", + "Mods/PKs_Rebalancing/guns/bomblet_launcher_rotary_3.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "bomblet_launcher_rotary", + "files" : [ + "Mods/PKs_Rebalancing/guns/bomblet_launcher_rotary_1.ogg", + "Mods/PKs_Rebalancing/guns/bomblet_launcher_rotary_2.ogg", + "Mods/PKs_Rebalancing/guns/bomblet_launcher_rotary_3.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "bomblet_launcher_rotary", + "files" : [ + "guns/reload/launcher/launcher_1.ogg", + "guns/reload/launcher/launcher_2.ogg", + "guns/reload/launcher/launcher_3.ogg", + "guns/reload/launcher/launcher_4.ogg", + "guns/reload/launcher/launcher_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "bomblet_launcher_dualshot", + "files" : [ + "Mods/PKs_Rebalancing/guns/bomblet_launcher_brute_1.ogg", + "Mods/PKs_Rebalancing/guns/bomblet_launcher_brute_2.ogg", + "Mods/PKs_Rebalancing/guns/bomblet_launcher_brute_3.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "bomblet_launcher_dualshot", + "files" : [ + "Mods/PKs_Rebalancing/guns/bomblet_launcher_brute_1.ogg", + "Mods/PKs_Rebalancing/guns/bomblet_launcher_brute_2.ogg", + "Mods/PKs_Rebalancing/guns/bomblet_launcher_brute_3.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "bomblet_launcher_dualshot", + "files" : [ + "guns/reload/launcher/launcher_1.ogg", + "guns/reload/launcher/launcher_2.ogg", + "guns/reload/launcher/launcher_3.ogg", + "guns/reload/launcher/launcher_4.ogg", + "guns/reload/launcher/launcher_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "bomblet_launcher_brute", + "files" : [ + "Mods/PKs_Rebalancing/guns/bomblet_launcher_brute_1.ogg", + "Mods/PKs_Rebalancing/guns/bomblet_launcher_brute_2.ogg", + "Mods/PKs_Rebalancing/guns/bomblet_launcher_brute_3.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "bomblet_launcher_brute", + "files" : [ + "Mods/PKs_Rebalancing/guns/bomblet_launcher_brute_1.ogg", + "Mods/PKs_Rebalancing/guns/bomblet_launcher_brute_2.ogg", + "Mods/PKs_Rebalancing/guns/bomblet_launcher_brute_3.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "bomblet_launcher_brute", + "files" : [ + "guns/reload/launcher/launcher_1.ogg", + "guns/reload/launcher/launcher_2.ogg", + "guns/reload/launcher/launcher_3.ogg", + "guns/reload/launcher/launcher_4.ogg", + "guns/reload/launcher/launcher_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "bomblet_undermod", + "files" : [ + "guns/40mm/40mm_1.ogg", + "guns/40mm/40mm_2.ogg", + "guns/40mm/40mm_3.ogg", + "guns/40mm/40mm_4.ogg", + "guns/40mm/40mm_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "bomblet_undermod", + "files" : [ + "guns/40mm/40mm_1.ogg", + "guns/40mm/40mm_2.ogg", + "guns/40mm/40mm_3.ogg", + "guns/40mm/40mm_4.ogg", + "guns/40mm/40mm_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "bomblet_undermod", + "files" : [ + "guns/reload/launcher/launcher_1.ogg", + "guns/reload/launcher/launcher_2.ogg", + "guns/reload/launcher/launcher_3.ogg", + "guns/reload/launcher/launcher_4.ogg", + "guns/reload/launcher/launcher_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "shockcannon", + "files" : [ + "Mods/PKs_Rebalancing/guns/shockcannon.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "shockcannon", + "files" : [ + "Mods/PKs_Rebalancing/guns/shockcannon.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "shockcannon", + "files" : [ + "Mods/PKs_Rebalancing/guns/shockcannon_reload.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "shockcannon_ups", + "files" : [ + "Mods/PKs_Rebalancing/guns/shockcannon.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "shockcannon_ups", + "files" : [ + "Mods/PKs_Rebalancing/guns/shockcannon.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "shockcannon_plut", + "files" : [ + "Mods/PKs_Rebalancing/guns/shockcannon.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "shockcannon_plut", + "files" : [ + "Mods/PKs_Rebalancing/guns/shockcannon.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "shockcannon_plut", + "files" : [ + "Mods/PKs_Rebalancing/guns/shockcannon_reload.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "410_lever", + "files" : [ + "Mods/PKs_Rebalancing/guns/410_1.ogg", + "Mods/PKs_Rebalancing/guns/410_2.ogg", + "Mods/PKs_Rebalancing/guns/410_3.ogg", + "Mods/PKs_Rebalancing/guns/410_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "410_lever", + "files" : [ + "Mods/PKs_Rebalancing/guns/410_1.ogg", + "Mods/PKs_Rebalancing/guns/410_2.ogg", + "Mods/PKs_Rebalancing/guns/410_3.ogg", + "Mods/PKs_Rebalancing/guns/410_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "410_lever", + "files" : [ + "guns/reload/shotgun/pumpreload1.ogg", + "guns/reload/shotgun/pumpreload2.ogg", + "guns/reload/shotgun/pumpreload3.ogg", + "guns/reload/shotgun/pumpreload4.ogg", + "guns/reload/shotgun/pumpreload5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "410_revolver", + "files" : [ + "Mods/PKs_Rebalancing/guns/410_1.ogg", + "Mods/PKs_Rebalancing/guns/410_2.ogg", + "Mods/PKs_Rebalancing/guns/410_3.ogg", + "Mods/PKs_Rebalancing/guns/410_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "410_revolver", + "files" : [ + "Mods/PKs_Rebalancing/guns/410_1.ogg", + "Mods/PKs_Rebalancing/guns/410_2.ogg", + "Mods/PKs_Rebalancing/guns/410_3.ogg", + "Mods/PKs_Rebalancing/guns/410_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "410_revolver", + "files" : [ + "guns/reload/shotgun/pumpreload1.ogg", + "guns/reload/shotgun/pumpreload2.ogg", + "guns/reload/shotgun/pumpreload3.ogg", + "guns/reload/shotgun/pumpreload4.ogg", + "guns/reload/shotgun/pumpreload5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "ithaca_doom", + "files" : [ + "Mods/PKs_Rebalancing/guns/ithaca_doom_1.ogg", + "Mods/PKs_Rebalancing/guns/ithaca_doom_2.ogg", + "Mods/PKs_Rebalancing/guns/ithaca_doom_3.ogg", + "Mods/PKs_Rebalancing/guns/ithaca_doom_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "ithaca_doom", + "files" : [ + "Mods/PKs_Rebalancing/guns/ithaca_doom_1.ogg", + "Mods/PKs_Rebalancing/guns/ithaca_doom_2.ogg", + "Mods/PKs_Rebalancing/guns/ithaca_doom_3.ogg", + "Mods/PKs_Rebalancing/guns/ithaca_doom_4.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "ithaca_doom", + "files" : [ + "guns/reload/shotgun/pumpreload1.ogg", + "guns/reload/shotgun/pumpreload2.ogg", + "guns/reload/shotgun/pumpreload3.ogg", + "guns/reload/shotgun/pumpreload4.ogg", + "guns/reload/shotgun/pumpreload5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "ithaca_doom_dual", + "files" : [ + "Mods/PKs_Rebalancing/guns/ithaca_doom_dual_1.ogg", + "Mods/PKs_Rebalancing/guns/ithaca_doom_dual_2.ogg", + "Mods/PKs_Rebalancing/guns/ithaca_doom_dual_3.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "ithaca_doom_dual", + "files" : [ + "Mods/PKs_Rebalancing/guns/ithaca_doom_dual_1.ogg", + "Mods/PKs_Rebalancing/guns/ithaca_doom_dual_2.ogg", + "Mods/PKs_Rebalancing/guns/ithaca_doom_dual_3.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "ithaca_doom_dual", + "files" : [ + "guns/reload/shotgun/pumpreload1.ogg", + "guns/reload/shotgun/pumpreload2.ogg", + "guns/reload/shotgun/pumpreload3.ogg", + "guns/reload/shotgun/pumpreload4.ogg", + "guns/reload/shotgun/pumpreload5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "BFG", + "files" : [ + "Mods/PKs_Rebalancing/guns/BFG.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "BFG", + "files" : [ + "Mods/PKs_Rebalancing/guns/BFG.ogg" + ] + }, + { + + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "BFG", + "files" : [ + "guns/reload/eweapons/ftk93.ogg" + ] + } +]
\ No newline at end of file diff --git a/Mods/PKs_Rebalancing/guns/410_1.ogg b/Mods/PKs_Rebalancing/guns/410_1.ogg Binary files differnew file mode 100644 index 0000000..75fe1bc --- /dev/null +++ b/Mods/PKs_Rebalancing/guns/410_1.ogg diff --git a/Mods/PKs_Rebalancing/guns/410_2.ogg b/Mods/PKs_Rebalancing/guns/410_2.ogg Binary files differnew file mode 100644 index 0000000..73ca7c4 --- /dev/null +++ b/Mods/PKs_Rebalancing/guns/410_2.ogg diff --git a/Mods/PKs_Rebalancing/guns/410_3.ogg b/Mods/PKs_Rebalancing/guns/410_3.ogg Binary files differnew file mode 100644 index 0000000..451ed10 --- /dev/null +++ b/Mods/PKs_Rebalancing/guns/410_3.ogg diff --git a/Mods/PKs_Rebalancing/guns/410_4.ogg b/Mods/PKs_Rebalancing/guns/410_4.ogg Binary files differnew file mode 100644 index 0000000..ea3a408 --- /dev/null +++ b/Mods/PKs_Rebalancing/guns/410_4.ogg diff --git a/Mods/PKs_Rebalancing/guns/BFG.ogg b/Mods/PKs_Rebalancing/guns/BFG.ogg Binary files differnew file mode 100644 index 0000000..0c15196 --- /dev/null +++ b/Mods/PKs_Rebalancing/guns/BFG.ogg diff --git a/Mods/PKs_Rebalancing/guns/bomblet_launcher_brute_1.ogg b/Mods/PKs_Rebalancing/guns/bomblet_launcher_brute_1.ogg Binary files differnew file mode 100644 index 0000000..b3b7733 --- /dev/null +++ b/Mods/PKs_Rebalancing/guns/bomblet_launcher_brute_1.ogg diff --git a/Mods/PKs_Rebalancing/guns/bomblet_launcher_brute_2.ogg b/Mods/PKs_Rebalancing/guns/bomblet_launcher_brute_2.ogg Binary files differnew file mode 100644 index 0000000..2f15ee6 --- /dev/null +++ b/Mods/PKs_Rebalancing/guns/bomblet_launcher_brute_2.ogg diff --git a/Mods/PKs_Rebalancing/guns/bomblet_launcher_brute_3.ogg b/Mods/PKs_Rebalancing/guns/bomblet_launcher_brute_3.ogg Binary files differnew file mode 100644 index 0000000..ce1f500 --- /dev/null +++ b/Mods/PKs_Rebalancing/guns/bomblet_launcher_brute_3.ogg diff --git a/Mods/PKs_Rebalancing/guns/bomblet_launcher_rotary_1.ogg b/Mods/PKs_Rebalancing/guns/bomblet_launcher_rotary_1.ogg Binary files differnew file mode 100644 index 0000000..59b0e81 --- /dev/null +++ b/Mods/PKs_Rebalancing/guns/bomblet_launcher_rotary_1.ogg diff --git a/Mods/PKs_Rebalancing/guns/bomblet_launcher_rotary_2.ogg b/Mods/PKs_Rebalancing/guns/bomblet_launcher_rotary_2.ogg Binary files differnew file mode 100644 index 0000000..a06421e --- /dev/null +++ b/Mods/PKs_Rebalancing/guns/bomblet_launcher_rotary_2.ogg diff --git a/Mods/PKs_Rebalancing/guns/bomblet_launcher_rotary_3.ogg b/Mods/PKs_Rebalancing/guns/bomblet_launcher_rotary_3.ogg Binary files differnew file mode 100644 index 0000000..0596a17 --- /dev/null +++ b/Mods/PKs_Rebalancing/guns/bomblet_launcher_rotary_3.ogg diff --git a/Mods/PKs_Rebalancing/guns/hell_ball_1.ogg b/Mods/PKs_Rebalancing/guns/hell_ball_1.ogg Binary files differnew file mode 100644 index 0000000..8bbbb11 --- /dev/null +++ b/Mods/PKs_Rebalancing/guns/hell_ball_1.ogg diff --git a/Mods/PKs_Rebalancing/guns/hell_ball_2.ogg b/Mods/PKs_Rebalancing/guns/hell_ball_2.ogg Binary files differnew file mode 100644 index 0000000..1ea0222 --- /dev/null +++ b/Mods/PKs_Rebalancing/guns/hell_ball_2.ogg diff --git a/Mods/PKs_Rebalancing/guns/hell_ball_3.ogg b/Mods/PKs_Rebalancing/guns/hell_ball_3.ogg Binary files differnew file mode 100644 index 0000000..5c560dc --- /dev/null +++ b/Mods/PKs_Rebalancing/guns/hell_ball_3.ogg diff --git a/Mods/PKs_Rebalancing/guns/hell_plasma.ogg b/Mods/PKs_Rebalancing/guns/hell_plasma.ogg Binary files differnew file mode 100644 index 0000000..3f27344 --- /dev/null +++ b/Mods/PKs_Rebalancing/guns/hell_plasma.ogg diff --git a/Mods/PKs_Rebalancing/guns/ithaca_doom_1.ogg b/Mods/PKs_Rebalancing/guns/ithaca_doom_1.ogg Binary files differnew file mode 100644 index 0000000..0a51e0f --- /dev/null +++ b/Mods/PKs_Rebalancing/guns/ithaca_doom_1.ogg diff --git a/Mods/PKs_Rebalancing/guns/ithaca_doom_2.ogg b/Mods/PKs_Rebalancing/guns/ithaca_doom_2.ogg Binary files differnew file mode 100644 index 0000000..112acf5 --- /dev/null +++ b/Mods/PKs_Rebalancing/guns/ithaca_doom_2.ogg diff --git a/Mods/PKs_Rebalancing/guns/ithaca_doom_3.ogg b/Mods/PKs_Rebalancing/guns/ithaca_doom_3.ogg Binary files differnew file mode 100644 index 0000000..2d26dee --- /dev/null +++ b/Mods/PKs_Rebalancing/guns/ithaca_doom_3.ogg diff --git a/Mods/PKs_Rebalancing/guns/ithaca_doom_4.ogg b/Mods/PKs_Rebalancing/guns/ithaca_doom_4.ogg Binary files differnew file mode 100644 index 0000000..3270b30 --- /dev/null +++ b/Mods/PKs_Rebalancing/guns/ithaca_doom_4.ogg diff --git a/Mods/PKs_Rebalancing/guns/ithaca_doom_dual_1.ogg b/Mods/PKs_Rebalancing/guns/ithaca_doom_dual_1.ogg Binary files differnew file mode 100644 index 0000000..fd6e80e --- /dev/null +++ b/Mods/PKs_Rebalancing/guns/ithaca_doom_dual_1.ogg diff --git a/Mods/PKs_Rebalancing/guns/ithaca_doom_dual_2.ogg b/Mods/PKs_Rebalancing/guns/ithaca_doom_dual_2.ogg Binary files differnew file mode 100644 index 0000000..831639c --- /dev/null +++ b/Mods/PKs_Rebalancing/guns/ithaca_doom_dual_2.ogg diff --git a/Mods/PKs_Rebalancing/guns/ithaca_doom_dual_3.ogg b/Mods/PKs_Rebalancing/guns/ithaca_doom_dual_3.ogg Binary files differnew file mode 100644 index 0000000..5ccbd88 --- /dev/null +++ b/Mods/PKs_Rebalancing/guns/ithaca_doom_dual_3.ogg diff --git a/Mods/PKs_Rebalancing/guns/shockcannon.ogg b/Mods/PKs_Rebalancing/guns/shockcannon.ogg Binary files differnew file mode 100644 index 0000000..12bb901 --- /dev/null +++ b/Mods/PKs_Rebalancing/guns/shockcannon.ogg diff --git a/Mods/PKs_Rebalancing/guns/shockcannon_reload.ogg b/Mods/PKs_Rebalancing/guns/shockcannon_reload.ogg Binary files differnew file mode 100644 index 0000000..6a2988f --- /dev/null +++ b/Mods/PKs_Rebalancing/guns/shockcannon_reload.ogg diff --git a/Mods/PKs_Rebalancing/terrain_effects.json b/Mods/PKs_Rebalancing/terrain_effects.json new file mode 100644 index 0000000..b7e88ea --- /dev/null +++ b/Mods/PKs_Rebalancing/terrain_effects.json @@ -0,0 +1,388 @@ +[ + { + "type": "sound_effect", + "id" : "smash_fail", + "variant" : "t_paper_floor", + "volume" : 100, + "files" : [ + "terrain/paper/hit_paper_1.ogg", + "terrain/paper/hit_paper_2.ogg", + "terrain/paper/hit_paper_3.ogg", + "terrain/paper/hit_paper_4.ogg", + "terrain/paper/hit_paper_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "smash_success", + "variant" : "t_paper_floor", + "volume" : 100, + "files" : [ + "terrain/paper/rip_paper_1.ogg", + "terrain/paper/rip_paper_2.ogg", + "terrain/paper/rip_paper_3.ogg", + "terrain/paper/rip_paper_4.ogg", + "terrain/paper/rip_paper_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "smash_fail", + "variant" : "t_improvised_fence", + "volume" : 100, + "files" : [ + "terrain/wood/hit_wooden_1.ogg", + "terrain/wood/hit_wooden_2.ogg", + "terrain/wood/hit_wooden_3.ogg", + "terrain/wood/hit_wooden_4.ogg", + "terrain/wood/hit_wooden_5.ogg", + "terrain/wood/hit_wooden_6.ogg", + "terrain/wood/hit_wooden_7.ogg", + "terrain/wood/hit_wooden_8.ogg", + "terrain/wood/hit_wooden_9.ogg", + "terrain/wood/hit_wooden_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "smash_success", + "variant" : "t_improvised_fence", + "volume" : 100, + "files" : [ + "terrain/wood/crash_wooden_1.ogg", + "terrain/wood/crash_wooden_2.ogg", + "terrain/wood/crash_wooden_3.ogg", + "terrain/wood/crash_wooden_4.ogg", + "terrain/wood/crash_wooden_5.ogg", + "terrain/wood/crash_wooden_6.ogg", + "terrain/wood/crash_wooden_7.ogg", + "terrain/wood/crash_wooden_8.ogg", + "terrain/wood/crash_wooden_9.ogg", + "terrain/wood/crash_wooden_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "smash_fail", + "variant" : "t_guardrail_bg_dp", + "volume" : 100, + "files" : [ + "terrain/metal/hit_metal_1.ogg", + "terrain/metal/hit_metal_2.ogg", + "terrain/metal/hit_metal_3.ogg", + "terrain/metal/hit_metal_4.ogg", + "terrain/metal/hit_metal_5.ogg", + "terrain/metal/hit_metal_6.ogg", + "terrain/metal/hit_metal_7.ogg", + "terrain/metal/hit_metal_8.ogg", + "terrain/metal/hit_metal_9.ogg", + "terrain/metal/hit_metal_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "smash_success", + "variant" : "t_guardrail_bg_dp", + "volume" : 100, + "files" : [ + "terrain/metal/smash_metal_1.ogg", + "terrain/metal/smash_metal_2.ogg", + "terrain/metal/smash_metal_3.ogg", + "terrain/metal/smash_metal_4.ogg", + "terrain/metal/smash_metal_5.ogg", + "terrain/metal/smash_metal_6.ogg", + "terrain/metal/smash_metal_7.ogg", + "terrain/metal/smash_metal_8.ogg", + "terrain/metal/smash_metal_9.ogg", + "terrain/metal/smash_metal_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "smash_fail", + "variant" : "t_bars", + "volume" : 100, + "files" : [ + "terrain/metal/hit_metal_1.ogg", + "terrain/metal/hit_metal_2.ogg", + "terrain/metal/hit_metal_3.ogg", + "terrain/metal/hit_metal_4.ogg", + "terrain/metal/hit_metal_5.ogg", + "terrain/metal/hit_metal_6.ogg", + "terrain/metal/hit_metal_7.ogg", + "terrain/metal/hit_metal_8.ogg", + "terrain/metal/hit_metal_9.ogg", + "terrain/metal/hit_metal_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "smash_success", + "variant" : "t_bars", + "volume" : 100, + "files" : [ + "terrain/metal/smash_metal_1.ogg", + "terrain/metal/smash_metal_2.ogg", + "terrain/metal/smash_metal_3.ogg", + "terrain/metal/smash_metal_4.ogg", + "terrain/metal/smash_metal_5.ogg", + "terrain/metal/smash_metal_6.ogg", + "terrain/metal/smash_metal_7.ogg", + "terrain/metal/smash_metal_8.ogg", + "terrain/metal/smash_metal_9.ogg", + "terrain/metal/smash_metal_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "smash_fail", + "variant" : "t_door_bar_locked", + "volume" : 100, + "files" : [ + "terrain/metal/hit_metal_1.ogg", + "terrain/metal/hit_metal_2.ogg", + "terrain/metal/hit_metal_3.ogg", + "terrain/metal/hit_metal_4.ogg", + "terrain/metal/hit_metal_5.ogg", + "terrain/metal/hit_metal_6.ogg", + "terrain/metal/hit_metal_7.ogg", + "terrain/metal/hit_metal_8.ogg", + "terrain/metal/hit_metal_9.ogg", + "terrain/metal/hit_metal_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "smash_success", + "variant" : "t_door_bar_locked", + "volume" : 100, + "files" : [ + "terrain/metal/smash_metal_1.ogg", + "terrain/metal/smash_metal_2.ogg", + "terrain/metal/smash_metal_3.ogg", + "terrain/metal/smash_metal_4.ogg", + "terrain/metal/smash_metal_5.ogg", + "terrain/metal/smash_metal_6.ogg", + "terrain/metal/smash_metal_7.ogg", + "terrain/metal/smash_metal_8.ogg", + "terrain/metal/smash_metal_9.ogg", + "terrain/metal/smash_metal_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "smash_fail", + "variant" : "t_iron_fence", + "volume" : 100, + "files" : [ + "terrain/metal/hit_bar_1.ogg", + "terrain/metal/hit_bar_2.ogg", + "terrain/metal/hit_bar_3.ogg", + "terrain/metal/hit_bar_4.ogg", + "terrain/metal/hit_bar_5.ogg", + "terrain/metal/hit_bar_6.ogg", + "terrain/metal/hit_bar_7.ogg", + "terrain/metal/hit_bar_8.ogg", + "terrain/metal/hit_bar_9.ogg", + "terrain/metal/hit_bar_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "smash_success", + "variant" : "t_iron_fence", + "volume" : 100, + "files" : [ + "terrain/metal/smash_metal_1.ogg", + "terrain/metal/smash_metal_2.ogg", + "terrain/metal/smash_metal_3.ogg", + "terrain/metal/smash_metal_4.ogg", + "terrain/metal/smash_metal_5.ogg", + "terrain/metal/smash_metal_6.ogg", + "terrain/metal/smash_metal_7.ogg", + "terrain/metal/smash_metal_8.ogg", + "terrain/metal/smash_metal_9.ogg", + "terrain/metal/smash_metal_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "smash_fail", + "variant" : "t_iron_gate_c", + "volume" : 100, + "files" : [ + "terrain/metal/hit_bar_1.ogg", + "terrain/metal/hit_bar_2.ogg", + "terrain/metal/hit_bar_3.ogg", + "terrain/metal/hit_bar_4.ogg", + "terrain/metal/hit_bar_5.ogg", + "terrain/metal/hit_bar_6.ogg", + "terrain/metal/hit_bar_7.ogg", + "terrain/metal/hit_bar_8.ogg", + "terrain/metal/hit_bar_9.ogg", + "terrain/metal/hit_bar_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "smash_success", + "variant" : "t_iron_gate_c", + "volume" : 100, + "files" : [ + "terrain/metal/smash_metal_1.ogg", + "terrain/metal/smash_metal_2.ogg", + "terrain/metal/smash_metal_3.ogg", + "terrain/metal/smash_metal_4.ogg", + "terrain/metal/smash_metal_5.ogg", + "terrain/metal/smash_metal_6.ogg", + "terrain/metal/smash_metal_7.ogg", + "terrain/metal/smash_metal_8.ogg", + "terrain/metal/smash_metal_9.ogg", + "terrain/metal/smash_metal_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "smash_fail", + "variant" : "t_iron_gate_o", + "volume" : 100, + "files" : [ + "terrain/metal/hit_bar_1.ogg", + "terrain/metal/hit_bar_2.ogg", + "terrain/metal/hit_bar_3.ogg", + "terrain/metal/hit_bar_4.ogg", + "terrain/metal/hit_bar_5.ogg", + "terrain/metal/hit_bar_6.ogg", + "terrain/metal/hit_bar_7.ogg", + "terrain/metal/hit_bar_8.ogg", + "terrain/metal/hit_bar_9.ogg", + "terrain/metal/hit_bar_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "smash_success", + "variant" : "t_iron_gate_o", + "volume" : 100, + "files" : [ + "terrain/metal/smash_metal_1.ogg", + "terrain/metal/smash_metal_2.ogg", + "terrain/metal/smash_metal_3.ogg", + "terrain/metal/smash_metal_4.ogg", + "terrain/metal/smash_metal_5.ogg", + "terrain/metal/smash_metal_6.ogg", + "terrain/metal/smash_metal_7.ogg", + "terrain/metal/smash_metal_8.ogg", + "terrain/metal/smash_metal_9.ogg", + "terrain/metal/smash_metal_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "open_door", + "variant" : "t_iron_gate_c", + "volume" : 100, + "files" : [ + "env/open_close/door/metal/close_1.ogg", + "env/open_close/door/metal/close_2.ogg", + "env/open_close/door/metal/close_3.ogg", + "env/open_close/door/metal/close_4.ogg", + "env/open_close/door/metal/close_5.ogg", + "env/open_close/door/metal/close_6.ogg", + "env/open_close/door/metal/close_7.ogg", + "env/open_close/door/metal/close_8.ogg", + "env/open_close/door/metal/close_9.ogg", + "env/open_close/door/metal/close_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "close_door", + "variant" : "t_iron_gate_o", + "volume" : 100, + "files" : [ + "env/open_close/door/metal/open_1.ogg", + "env/open_close/door/metal/open_2.ogg", + "env/open_close/door/metal/open_3.ogg", + "env/open_close/door/metal/open_4.ogg", + "env/open_close/door/metal/open_5.ogg", + "env/open_close/door/metal/open_6.ogg", + "env/open_close/door/metal/open_7.ogg", + "env/open_close/door/metal/open_8.ogg", + "env/open_close/door/metal/open_9.ogg", + "env/open_close/door/metal/open_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "smash_fail", + "variant" : "t_iron_gate_l", + "volume" : 100, + "files" : [ + "terrain/metal/hit_bar_1.ogg", + "terrain/metal/hit_bar_2.ogg", + "terrain/metal/hit_bar_3.ogg", + "terrain/metal/hit_bar_4.ogg", + "terrain/metal/hit_bar_5.ogg", + "terrain/metal/hit_bar_6.ogg", + "terrain/metal/hit_bar_7.ogg", + "terrain/metal/hit_bar_8.ogg", + "terrain/metal/hit_bar_9.ogg", + "terrain/metal/hit_bar_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "smash_success", + "variant" : "t_iron_gate_l", + "volume" : 100, + "files" : [ + "terrain/metal/smash_metal_1.ogg", + "terrain/metal/smash_metal_2.ogg", + "terrain/metal/smash_metal_3.ogg", + "terrain/metal/smash_metal_4.ogg", + "terrain/metal/smash_metal_5.ogg", + "terrain/metal/smash_metal_6.ogg", + "terrain/metal/smash_metal_7.ogg", + "terrain/metal/smash_metal_8.ogg", + "terrain/metal/smash_metal_9.ogg", + "terrain/metal/smash_metal_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "smash_fail", + "variant" : "t_iron_fence_posts", + "volume" : 100, + "files" : [ + "terrain/metal/hit_bar_1.ogg", + "terrain/metal/hit_bar_2.ogg", + "terrain/metal/hit_bar_3.ogg", + "terrain/metal/hit_bar_4.ogg", + "terrain/metal/hit_bar_5.ogg", + "terrain/metal/hit_bar_6.ogg", + "terrain/metal/hit_bar_7.ogg", + "terrain/metal/hit_bar_8.ogg", + "terrain/metal/hit_bar_9.ogg", + "terrain/metal/hit_bar_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "smash_success", + "variant" : "t_iron_fence_posts", + "volume" : 100, + "files" : [ + "terrain/metal/smash_metal_1.ogg", + "terrain/metal/smash_metal_2.ogg", + "terrain/metal/smash_metal_3.ogg", + "terrain/metal/smash_metal_4.ogg", + "terrain/metal/smash_metal_5.ogg", + "terrain/metal/smash_metal_6.ogg", + "terrain/metal/smash_metal_7.ogg", + "terrain/metal/smash_metal_8.ogg", + "terrain/metal/smash_metal_9.ogg", + "terrain/metal/smash_metal_10.ogg" + ] + } +]
\ No newline at end of file |