diff options
-rw-r--r-- | effects.json | 11 | ||||
-rw-r--r-- | player.json | 604 |
2 files changed, 325 insertions, 290 deletions
diff --git a/effects.json b/effects.json index 3ae6b2d..9c6b7e7 100644 --- a/effects.json +++ b/effects.json @@ -549,17 +549,6 @@ { "type": "sound_effect", "id" : "misc", - "variant" : "cough", - "volume" : 70, - "files" : [ - "player/other/coughing_1.ogg", - "player/other/coughing_2.ogg", - "player/other/coughing_3.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "misc", "variant" : "spitting", "volume" : 70, "files" : [ diff --git a/player.json b/player.json index 7bf43bc..d002c3a 100644 --- a/player.json +++ b/player.json @@ -1,39 +1,49 @@ [ - { - "type": "sound_effect", - "id": "environment", - "variant": "deafness_tone_start", - "volume": 100, - "files": [ "player/deafness/deafness_tone_start.ogg" ] - }, - { - "type": "sound_effect", - "id": "environment", - "variant": "deafness_tone_light", - "volume": 100, - "files": [ "player/deafness/deafness_tone_light.ogg" ] - }, - { - "type": "sound_effect", - "id": "environment", - "variant": "deafness_tone_medium", - "volume": 100, - "files": [ "player/deafness/deafness_tone_medium.ogg" ] - }, - { - "type": "sound_effect", - "id": "environment", - "variant": "deafness_tone_heavy", - "volume": 100, - "files": [ "player/deafness/deafness_tone_heavy.ogg" ] - }, - { - "type": "sound_effect", - "id": "environment", - "variant": "deafness_shock", - "volume": 100, - "files": [ "player/deafness/deafness_shock.ogg" ] - }, + { + "type": "sound_effect", + "id" : "environment", + "variant" : "deafness_tone_start", + "volume" : 100, + "files" : [ + "player/deafness/deafness_tone_start.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "environment", + "variant" : "deafness_tone_light", + "volume" : 100, + "files" : [ + "player/deafness/deafness_tone_light.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "environment", + "variant" : "deafness_tone_medium", + "volume" : 100, + "files" : [ + "player/deafness/deafness_tone_medium.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "environment", + "variant" : "deafness_tone_heavy", + "volume" : 100, + "files" : [ + "player/deafness/deafness_tone_heavy.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "environment", + "variant" : "deafness_shock", + "volume" : 100, + "files" : [ + "player/deafness/deafness_shock.ogg" + ] + }, { "type": "sound_effect", "id" : "plmove", @@ -46,188 +56,201 @@ "player/walk/clear_obstacle4.ogg" ] }, - { - "type": "sound_effect", - "id": "plmove", - "variant": "walk_grass", - "volume": 30, - "files": [ - "player/walk/walk_grass1.ogg", - "player/walk/walk_grass2.ogg", - "player/walk/walk_grass3.ogg", - "player/walk/walk_grass4.ogg", - "player/walk/walk_grass5.ogg", - "player/walk/walk_grass6.ogg" - ] - }, - { - "type": "sound_effect", - "id": "plmove", - "variant": "walk_dirt", - "volume": 30, - "files": [ - "player/walk/walk_dirt1.ogg", - "player/walk/walk_dirt2.ogg", - "player/walk/walk_dirt3.ogg", - "player/walk/walk_dirt4.ogg", - "player/walk/walk_dirt5.ogg", - "player/walk/walk_dirt6.ogg" - ] - }, - { - "type": "sound_effect", - "id": "plmove", - "variant": "walk_metal", - "volume": 30, - "files": [ - "player/walk/walk_metal1.ogg", - "player/walk/walk_metal2.ogg", - "player/walk/walk_metal3.ogg", - "player/walk/walk_metal4.ogg", - "player/walk/walk_metal5.ogg", - "player/walk/walk_metal6.ogg" - ] - }, - { - "type": "sound_effect", - "id": "plmove", - "variant": "walk_water", - "volume": 30, - "files": [ - "player/walk/walk_water1.ogg", - "player/walk/walk_water2.ogg", - "player/walk/walk_water3.ogg", - "player/walk/walk_water4.ogg", - "player/walk/walk_water5.ogg", - "player/walk/walk_water6.ogg" - ] - }, - { - "type": "sound_effect", - "id": "plmove", - "variant": "walk_tarmac", - "volume": 40, - "files": [ - "player/walk/walk_tarmac1.ogg", - "player/walk/walk_tarmac2.ogg", - "player/walk/walk_tarmac3.ogg", - "player/walk/walk_tarmac4.ogg", - "player/walk/walk_tarmac5.ogg", - "player/walk/walk_tarmac6.ogg", - "player/walk/walk_tarmac7.ogg", - "player/walk/walk_tarmac8.ogg" - ] - }, - { - "type": "sound_effect", - "id": "plmove", - "variant": "walk_barefoot", - "volume": 50, - "files": [ - "player/walk/walk_barefoot1.ogg", - "player/walk/walk_barefoot2.ogg", - "player/walk/walk_barefoot3.ogg", - "player/walk/walk_barefoot4.ogg", - "player/walk/walk_barefoot5.ogg", - "player/walk/walk_barefoot6.ogg" - ] - }, - { - "type": "sound_effect", - "id": "plmove", - "variant": "fatigue_m_high", - "volume": 30, - "files": [ "player/fatigue_m/fatigue_high.ogg" ] - }, - { - "type": "sound_effect", - "id": "plmove", - "variant": "fatigue_m_med", - "volume": 30, - "files": [ "player/fatigue_m/fatigue_med.ogg" ] - }, - { - "type": "sound_effect", - "id": "plmove", - "variant": "fatigue_m_low", - "volume": 30, - "files": [ "player/fatigue_m/fatigue_low.ogg" ] - }, - { - "type": "sound_effect", - "id": "plmove", - "variant": "fatigue_f_high", - "volume": 30, - "files": [ "player/fatigue_f/fatigue_high.ogg" ] - }, - { - "type": "sound_effect", - "id": "plmove", - "variant": "fatigue_f_med", - "volume": 30, - "files": [ "player/fatigue_f/fatigue_med.ogg" ] - }, - { - "type": "sound_effect", - "id": "plmove", - "variant": "fatigue_f_low", - "volume": 30, - "files": [ "player/fatigue_f/fatigue_low.ogg" ] - }, - { - "type": "sound_effect", - "id": "clean_up_at_end", - "variant": "death_m", - "volume": 60, - "files": [ - "player/death_m/death_1.ogg", - "player/death_m/death_2.ogg", - "player/death_m/death_3.ogg", - "player/death_m/death_4.ogg", - "player/death_m/death_5.ogg" - ] - }, - { - "type": "sound_effect", - "id": "clean_up_at_end", - "variant": "death_f", - "volume": 60, - "files": [ - "player/death_f/death_1.ogg", - "player/death_f/death_2.ogg", - "player/death_f/death_3.ogg", - "player/death_f/death_4.ogg", - "player/death_f/death_5.ogg" - ] - }, - { - "type": "sound_effect", - "id": "deal_damage", - "variant": "hurt_f", - "volume": 50, - "files": [ - "player/hurt_f/hurt_1.ogg", - "player/hurt_f/hurt_2.ogg", - "player/hurt_f/hurt_3.ogg", - "player/hurt_f/hurt_4.ogg", - "player/hurt_f/hurt_5.ogg", - "player/hurt_f/hurt_6.ogg" - ] - }, - { - "type": "sound_effect", - "id": "deal_damage", - "variant": "hurt_m", - "volume": 50, - "files": [ - "player/hurt_m/hurt_1.ogg", - "player/hurt_m/hurt_2.ogg", - "player/hurt_m/hurt_3.ogg", - "player/hurt_m/hurt_4.ogg", - "player/hurt_m/hurt_5.ogg", - "player/hurt_m/hurt_6.ogg" - ] - }, + { + "type": "sound_effect", + "id" : "plmove", + "variant" : "walk_grass", + "volume" : 45, + "files" : [ + "player/walk/walk_grass1.ogg", + "player/walk/walk_grass2.ogg", + "player/walk/walk_grass3.ogg", + "player/walk/walk_grass4.ogg", + "player/walk/walk_grass5.ogg", + "player/walk/walk_grass6.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "plmove", + "variant" : "walk_dirt", + "volume" : 45, + "files" : [ + "player/walk/walk_dirt1.ogg", + "player/walk/walk_dirt2.ogg", + "player/walk/walk_dirt3.ogg", + "player/walk/walk_dirt4.ogg", + "player/walk/walk_dirt5.ogg", + "player/walk/walk_dirt6.ogg", + "player/walk/walk_dirt7.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "plmove", + "variant" : "walk_metal", + "volume" : 45, + "files" : [ + "player/walk/walk_metal1.ogg", + "player/walk/walk_metal2.ogg", + "player/walk/walk_metal3.ogg", + "player/walk/walk_metal4.ogg", + "player/walk/walk_metal5.ogg", + "player/walk/walk_metal6.ogg", + "player/walk/walk_metal7.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "plmove", + "variant" : "walk_water", + "volume" : 50, + "files" : [ + "player/walk/walk_water1.ogg", + "player/walk/walk_water2.ogg", + "player/walk/walk_water3.ogg", + "player/walk/walk_water4.ogg", + "player/walk/walk_water5.ogg", + "player/walk/walk_water6.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "plmove", + "variant" : "walk_tarmac", + "volume" : 50, + "files" : [ + "player/walk/walk_tarmac1.ogg", + "player/walk/walk_tarmac2.ogg", + "player/walk/walk_tarmac3.ogg", + "player/walk/walk_tarmac4.ogg", + "player/walk/walk_tarmac5.ogg", + "player/walk/walk_tarmac6.ogg", + "player/walk/walk_tarmac7.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "plmove", + "variant" : "walk_barefoot", + "volume" : 50, + "files" : [ + "player/walk/walk_barefoot1.ogg", + "player/walk/walk_barefoot2.ogg", + "player/walk/walk_barefoot3.ogg", + "player/walk/walk_barefoot4.ogg", + "player/walk/walk_barefoot5.ogg", + "player/walk/walk_barefoot6.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "plmove", + "variant" : "fatigue_m_high", + "volume" : 30, + "files" : [ + "player/fatigue_m/fatigue_high.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "plmove", + "variant" : "fatigue_m_med", + "volume" : 30, + "files" : [ + "player/fatigue_m/fatigue_med.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "plmove", + "variant" : "fatigue_m_low", + "volume" : 30, + "files" : [ + "player/fatigue_m/fatigue_low.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "plmove", + "variant" : "fatigue_f_high", + "volume" : 30, + "files" : [ + "player/fatigue_f/fatigue_high.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "plmove", + "variant" : "fatigue_f_med", + "volume" : 30, + "files" : [ + "player/fatigue_f/fatigue_med.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "plmove", + "variant" : "fatigue_f_low", + "volume" : 30, + "files" : [ + "player/fatigue_f/fatigue_low.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "clean_up_at_end", + "variant" : "death_m", + "volume" : 60, + "files" : [ + "player/death_m/death_1.ogg", + "player/death_m/death_2.ogg", + "player/death_m/death_3.ogg", + "player/death_m/death_4.ogg", + "player/death_m/death_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "clean_up_at_end", + "variant" : "death_f", + "volume" : 60, + "files" : [ + "player/death_f/death_1.ogg", + "player/death_f/death_2.ogg", + "player/death_f/death_3.ogg", + "player/death_f/death_4.ogg", + "player/death_f/death_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "deal_damage", + "variant" : "hurt_f", + "volume" : 50, + "files" : [ + "player/hurt_f/hurt_1.ogg", + "player/hurt_f/hurt_2.ogg", + "player/hurt_f/hurt_3.ogg", + "player/hurt_f/hurt_4.ogg", + "player/hurt_f/hurt_5.ogg", + "player/hurt_f/hurt_6.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "deal_damage", + "variant" : "hurt_m", + "volume" : 50, + "files" : [ + "player/hurt_m/hurt_1.ogg", + "player/hurt_m/hurt_2.ogg", + "player/hurt_m/hurt_3.ogg", + "player/hurt_m/hurt_4.ogg", + "player/hurt_m/hurt_5.ogg", + "player/hurt_m/hurt_6.ogg" + ] + }, { "type": "sound_effect", "id" : "player_laugh", @@ -246,58 +269,81 @@ "player/other/laugh_m.ogg" ] }, - { - "type": "sound_effect", - "id": "bionics", - "variant": "elec_discharge", - "volume": 50, - "files": [ "bionics/elec_discharge.ogg" ] - }, - { - "type": "sound_effect", - "id": "bionics", - "variant": "acid_discharge", - "volume": 50, - "files": [ "bionics/acid_discharge.ogg" ] - }, - { - "type": "sound_effect", - "id": "bionics", - "variant": "elec_crackle_low", - "volume": 50, - "files": [ "bionics/elec_crackle_low.ogg" ] - }, - { - "type": "sound_effect", - "id": "bionics", - "variant": "elec_blast", - "volume": 50, - "files": [ "bionics/elec_blast.ogg" ] - }, - { - "type": "sound_effect", - "id": "bionics", - "variant": "elec_blast_muffled", - "volume": 50, - "files": [ "bionics/elec_blast_muffled.ogg" ] - }, - { - "type": "sound_effect", - "id": "bionics", - "variant": "pixelated", - "volume": 50, - "files": [ "bionics/pixelated.ogg" ] - }, - { - "type": "sound_effect", - "id": "bionics", - "variant": "elec_crackle_high", - "volume": 50, - "files": [ - "bionics/elec_crackle_high_1.ogg", - "bionics/elec_crackle_high_2.ogg" - ] - }, + { + "type": "sound_effect", + "id" : "misc", + "variant" : "cough", + "volume" : 70, + "files" : [ + "player/other/coughing_1.ogg", + "player/other/coughing_2.ogg", + "player/other/coughing_3.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "bionics", + "variant" : "elec_discharge", + "volume" : 50, + "files" : [ + "bionics/elec_discharge.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "bionics", + "variant" : "acid_discharge", + "volume" : 50, + "files" : [ + "bionics/acid_discharge.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "bionics", + "variant" : "elec_crackle_low", + "volume" : 50, + "files" : [ + "bionics/elec_crackle_low.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "bionics", + "variant" : "elec_blast", + "volume" : 50, + "files" : [ + "bionics/elec_blast.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "bionics", + "variant" : "elec_blast_muffled", + "volume" : 50, + "files" : [ + "bionics/elec_blast_muffled.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "bionics", + "variant" : "pixelated", + "volume" : 50, + "files" : [ + "bionics/pixelated.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "bionics", + "variant" : "elec_crackle_high", + "volume" : 50, + "files" : [ + "bionics/elec_crackle_high_1.ogg", + "bionics/elec_crackle_high_2.ogg" + ] + }, { "type": "sound_effect", "id" : "bionics", @@ -316,14 +362,14 @@ "bionics/bio_resonator.ogg" ] }, - { - "type": "sound_effect", - "id": "bionics", - "variant": "elec_crackle_med", - "volume": 50, - "files": [ - "bionics/elec_crackle_med_1.ogg", - "bionics/elec_crackle_med_2.ogg" - ] - } + { + "type": "sound_effect", + "id" : "bionics", + "variant" : "elec_crackle_med", + "volume" : 50, + "files" : [ + "bionics/elec_crackle_med_1.ogg", + "bionics/elec_crackle_med_2.ogg" + ] + } ] |