aboutsummaryrefslogtreecommitdiff
path: root/player.json
blob: 8ba9b9b6cf695ff95f3ba309178e11ac5be50ffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
[
    {
        "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",
        "variant" : "walk_grass",
        "volume" : 30,
        "files" : [
            "env/walk/walk_grass1.ogg",
            "env/walk/walk_grass2.ogg",
            "env/walk/walk_grass3.ogg",
            "env/walk/walk_grass4.ogg",
            "env/walk/walk_grass5.ogg",
            "env/walk/walk_grass6.ogg"
        ]
    },
    {
        "type": "sound_effect",
        "id" : "plmove",
        "variant" : "walk_dirt",
        "volume" : 30,
        "files" : [
            "env/walk/walk_dirt1.ogg",
            "env/walk/walk_dirt2.ogg",
            "env/walk/walk_dirt3.ogg",
            "env/walk/walk_dirt4.ogg",
            "env/walk/walk_dirt5.ogg",
            "env/walk/walk_dirt6.ogg"
        ]
    },
    {
        "type": "sound_effect",
        "id" : "plmove",
        "variant" : "walk_metal",
        "volume" : 30,
        "files" : [
            "env/walk/walk_metal1.ogg",
            "env/walk/walk_metal2.ogg",
            "env/walk/walk_metal3.ogg",
            "env/walk/walk_metal4.ogg",
            "env/walk/walk_metal5.ogg",
            "env/walk/walk_metal6.ogg"
        ]
    },
    {
        "type": "sound_effect",
        "id" : "plmove",
        "variant" : "walk_water",
        "volume" : 30,
        "files" : [
            "env/walk/walk_water1.ogg",
            "env/walk/walk_water2.ogg",
            "env/walk/walk_water3.ogg",
            "env/walk/walk_water4.ogg",
            "env/walk/walk_water5.ogg",
            "env/walk/walk_water6.ogg"
        ]
    },
    {
        "type": "sound_effect",
        "id" : "plmove",
        "variant" : "walk_tarmac",
        "volume" : 40,
        "files" : [
            "env/walk/walk_tarmac1.ogg",
            "env/walk/walk_tarmac2.ogg",
            "env/walk/walk_tarmac3.ogg",
            "env/walk/walk_tarmac4.ogg",
            "env/walk/walk_tarmac5.ogg",
			"env/walk/walk_tarmac6.ogg",
            "env/walk/walk_tarmac7.ogg",
            "env/walk/walk_tarmac8.ogg"
        ]
    },
    {
        "type": "sound_effect",
        "id" : "plmove",
        "variant" : "walk_barefoot",
        "volume" : 50,
        "files" : [
            "env/walk/walk_barefoot1.ogg",
            "env/walk/walk_barefoot2.ogg",
            "env/walk/walk_barefoot3.ogg",
            "env/walk/walk_barefoot4.ogg",
            "env/walk/walk_barefoot5.ogg",
            "env/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" : "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",
        "variant" : "elec_crackle_med",
        "volume" : 50,
        "files" : [
            "bionics/elec_crackle_med_1.ogg",
			"bionics/elec_crackle_med_2.ogg"
        ]
    }
]