terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
SoundID.cs
Go to the documentation of this file.
1using System;
6
7namespace Terraria.ID
8{
9 // Token: 0x020005EF RID: 1519
10 public class SoundID
11 {
12 // Token: 0x17000688 RID: 1672
13 // (get) Token: 0x0600358B RID: 13707 RVA: 0x002111E4 File Offset: 0x0020F3E4
14 public static int TrackableLegacySoundCount
15 {
16 get
17 {
18 /*
19An exception occurred when decompiling this method (0600358B)
20
21ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Int32 Terraria.ID.SoundID::get_TrackableLegacySoundCount()
22
23 ---> System.Exception: Basic block has to end with unconditional control flow.
24{
25 IL_0000:
26 brtrue(IL_0000, ldc.i4:bool(1))
27}
28
29 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
30 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
31 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
32 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
33 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
34 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
35 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
36 --- End of inner exception stack trace ---
37 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
38 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
39*/;
40 }
41 }
42
43 // Token: 0x0600358C RID: 13708 RVA: 0x002111F4 File Offset: 0x0020F3F4
44 public static string GetTrackableLegacySoundPath(int id)
45 {
46 /*
47An exception occurred when decompiling this method (0600358C)
48
49ICSharpCode.Decompiler.DecompilerException: Error decompiling System.String Terraria.ID.SoundID::GetTrackableLegacySoundPath(System.Int32)
50
51 ---> System.Exception: Basic block has to end with unconditional control flow.
52{
53 IL_0000:
54 brtrue(IL_0000, ldc.i4:bool(1))
55}
56
57 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
58 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
59 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
60 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
61 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
62 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
63 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
64 --- End of inner exception stack trace ---
65 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
66 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
67*/;
68 }
69
70 // Token: 0x0600358D RID: 13709 RVA: 0x00211204 File Offset: 0x0020F404
72 {
73 if (!true)
74 {
75 }
77 return legacySoundStyle;
78 }
79
80 // Token: 0x0600358E RID: 13710 RVA: 0x00211218 File Offset: 0x0020F418
82 {
83 if (!true)
84 {
85 }
87 return legacySoundStyle;
88 }
89
90 // Token: 0x0600358F RID: 13711 RVA: 0x0021122C File Offset: 0x0020F42C
91 private static LegacySoundStyle CreateTrackable(string name, SoundType type = SoundType.Sound)
92 {
93 if ("Invalid URI: A Dos path must be rooted, for example, 'c:\\\\'." == null)
94 {
95 }
97 return legacySoundStyle;
98 }
99
100 // Token: 0x06003590 RID: 13712 RVA: 0x00211244 File Offset: 0x0020F444
101 private static LegacySoundStyle CreateTrackable(string name, int variations, SoundType type = SoundType.Sound)
102 {
103 /*
104An exception occurred when decompiling this method (06003590)
105
106ICSharpCode.Decompiler.DecompilerException: Error decompiling Terraria.Audio.LegacySoundStyle Terraria.ID.SoundID::CreateTrackable(System.String,System.Int32,Terraria.Audio.SoundType)
107
108 ---> System.Exception: Basic block has to end with unconditional control flow.
109{
110 IL_0008:
111 stloc:string(var_2_14, call:string(string::Concat, ldloc:string(var_1), ldstr:string("_"), ldloc:string(var_1)))
112}
113
114 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
115 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
116 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
117 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
118 --- End of inner exception stack trace ---
119 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
120 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
121*/;
122 }
123
124 // Token: 0x06003591 RID: 13713 RVA: 0x00211268 File Offset: 0x0020F468
125 public static void FillAccessMap()
126 {
127 if (!true)
128 {
129 }
130 }
131
132 // Token: 0x06003592 RID: 13714 RVA: 0x00211278 File Offset: 0x0020F478
133 public SoundID()
134 {
135 }
136
137 // Token: 0x06003593 RID: 13715 RVA: 0x0021128C File Offset: 0x0020F48C
138 // Note: this type is marked as 'beforefieldinit'.
139 static SoundID()
140 {
141 LegacySoundStyle legacySoundStyle = SoundID.CreateTrackable("blizzard_inside_building_loop", SoundType.Ambient);
142 LegacySoundStyle legacySoundStyle2 = SoundID.CreateTrackable("blizzard_strong_loop", SoundType.Ambient).WithVolume(0.06f);
143 LegacySoundStyle legacySoundStyle3 = SoundID.CreateTrackable("liquids_honey_water", 3, SoundType.Ambient);
144 LegacySoundStyle legacySoundStyle4 = SoundID.CreateTrackable("liquids_honey_lava", 3, SoundType.Ambient);
145 LegacySoundStyle legacySoundStyle5 = SoundID.CreateTrackable("liquids_water_lava", 3, SoundType.Ambient);
172 }
173
174 // Token: 0x04006DB7 RID: 28087
176
177 // Token: 0x04006DB8 RID: 28088
178 public const int Dig = 0;
179
180 // Token: 0x04006DB9 RID: 28089
181 public const int PlayerHit = 1;
182
183 // Token: 0x04006DBA RID: 28090
184 public const int Item = 2;
185
186 // Token: 0x04006DBB RID: 28091
187 public const int NPCHit = 3;
188
189 // Token: 0x04006DBC RID: 28092
190 public const int NPCKilled = 4;
191
192 // Token: 0x04006DBD RID: 28093
193 public const int PlayerKilled = 5;
194
195 // Token: 0x04006DBE RID: 28094
196 public const int Grass = 6;
197
198 // Token: 0x04006DBF RID: 28095
199 public const int Grab = 7;
200
201 // Token: 0x04006DC0 RID: 28096
202 public const int DoorOpen = 8;
203
204 // Token: 0x04006DC1 RID: 28097
205 public const int DoorClosed = 9;
206
207 // Token: 0x04006DC2 RID: 28098
208 public const int MenuOpen = 10;
209
210 // Token: 0x04006DC3 RID: 28099
211 public const int MenuClose = 11;
212
213 // Token: 0x04006DC4 RID: 28100
214 public const int MenuTick = 12;
215
216 // Token: 0x04006DC5 RID: 28101
217 public const int Shatter = 13;
218
219 // Token: 0x04006DC6 RID: 28102
220 public const int ZombieMoan = 14;
221
222 // Token: 0x04006DC7 RID: 28103
223 public const int Roar = 15;
224
225 // Token: 0x04006DC8 RID: 28104
226 public const int DoubleJump = 16;
227
228 // Token: 0x04006DC9 RID: 28105
229 public const int Run = 17;
230
231 // Token: 0x04006DCA RID: 28106
232 public const int Coins = 18;
233
234 // Token: 0x04006DCB RID: 28107
235 public const int Splash = 19;
236
237 // Token: 0x04006DCC RID: 28108
238 public const int FemaleHit = 20;
239
240 // Token: 0x04006DCD RID: 28109
241 public const int Tink = 21;
242
243 // Token: 0x04006DCE RID: 28110
244 public const int Unlock = 22;
245
246 // Token: 0x04006DCF RID: 28111
247 public const int Drown = 23;
248
249 // Token: 0x04006DD0 RID: 28112
250 public const int Chat = 24;
251
252 // Token: 0x04006DD1 RID: 28113
253 public const int MaxMana = 25;
254
255 // Token: 0x04006DD2 RID: 28114
256 public const int Mummy = 26;
257
258 // Token: 0x04006DD3 RID: 28115
259 public const int Pixie = 27;
260
261 // Token: 0x04006DD4 RID: 28116
262 public const int Mech = 28;
263
264 // Token: 0x04006DD5 RID: 28117
265 public const int Zombie = 29;
266
267 // Token: 0x04006DD6 RID: 28118
268 public const int Duck = 30;
269
270 // Token: 0x04006DD7 RID: 28119
271 public const int Frog = 31;
272
273 // Token: 0x04006DD8 RID: 28120
274 public const int Bird = 32;
275
276 // Token: 0x04006DD9 RID: 28121
277 public const int Critter = 33;
278
279 // Token: 0x04006DDA RID: 28122
280 public const int Waterfall = 34;
281
282 // Token: 0x04006DDB RID: 28123
283 public const int Lavafall = 35;
284
285 // Token: 0x04006DDC RID: 28124
286 public const int ForceRoar = 36;
287
288 // Token: 0x04006DDD RID: 28125
289 public const int Meowmere = 37;
290
291 // Token: 0x04006DDE RID: 28126
292 public const int CoinPickup = 38;
293
294 // Token: 0x04006DDF RID: 28127
295 public const int Drip = 39;
296
297 // Token: 0x04006DE0 RID: 28128
298 public const int Camera = 40;
299
300 // Token: 0x04006DE1 RID: 28129
301 public const int MoonLord = 41;
302
303 // Token: 0x04006DE2 RID: 28130
304 public const int Trackable = 42;
305
306 // Token: 0x04006DE3 RID: 28131
307 public const int Thunder = 43;
308
309 // Token: 0x04006DE4 RID: 28132
310 public const int Seagull = 44;
311
312 // Token: 0x04006DE5 RID: 28133
313 public const int Dolphin = 45;
314
315 // Token: 0x04006DE6 RID: 28134
316 public const int Owl = 46;
317
318 // Token: 0x04006DE7 RID: 28135
319 public const int GuitarC = 47;
320
321 // Token: 0x04006DE8 RID: 28136
322 public const int GuitarD = 48;
323
324 // Token: 0x04006DE9 RID: 28137
325 public const int GuitarEm = 49;
326
327 // Token: 0x04006DEA RID: 28138
328 public const int GuitarG = 50;
329
330 // Token: 0x04006DEB RID: 28139
331 public const int GuitarBm = 51;
332
333 // Token: 0x04006DEC RID: 28140
334 public const int GuitarAm = 52;
335
336 // Token: 0x04006DED RID: 28141
337 public const int DrumHiHat = 53;
338
339 // Token: 0x04006DEE RID: 28142
340 public const int DrumTomHigh = 54;
341
342 // Token: 0x04006DEF RID: 28143
343 public const int DrumTomLow = 55;
344
345 // Token: 0x04006DF0 RID: 28144
346 public const int DrumTomMid = 56;
347
348 // Token: 0x04006DF1 RID: 28145
349 public const int DrumClosedHiHat = 57;
350
351 // Token: 0x04006DF2 RID: 28146
352 public const int DrumCymbal1 = 58;
353
354 // Token: 0x04006DF3 RID: 28147
355 public const int DrumCymbal2 = 59;
356
357 // Token: 0x04006DF4 RID: 28148
358 public const int DrumKick = 60;
359
360 // Token: 0x04006DF5 RID: 28149
361 public const int DrumTamaSnare = 61;
362
363 // Token: 0x04006DF6 RID: 28150
364 public const int DrumFloorTom = 62;
365
366 // Token: 0x04006DF7 RID: 28151
367 public const int Research = 63;
368
369 // Token: 0x04006DF8 RID: 28152
370 public const int ResearchComplete = 64;
371
372 // Token: 0x04006DF9 RID: 28153
373 public const int QueenSlime = 65;
374
375 // Token: 0x04006DFA RID: 28154
376 public const int Clown = 66;
377
378 // Token: 0x04006DFB RID: 28155
379 public const int Cockatiel = 67;
380
381 // Token: 0x04006DFC RID: 28156
382 public const int Macaw = 68;
383
384 // Token: 0x04006DFD RID: 28157
385 public const int Toucan = 69;
386
387 // Token: 0x04006DFE RID: 28158
389
390 // Token: 0x04006DFF RID: 28159
392
393 // Token: 0x04006E00 RID: 28160
395
396 // Token: 0x04006E01 RID: 28161
398
399 // Token: 0x04006E02 RID: 28162
401
402 // Token: 0x04006E03 RID: 28163
404
405 // Token: 0x04006E04 RID: 28164
407
408 // Token: 0x04006E05 RID: 28165
410
411 // Token: 0x04006E06 RID: 28166
413
414 // Token: 0x04006E07 RID: 28167
416
417 // Token: 0x04006E08 RID: 28168
419
420 // Token: 0x04006E09 RID: 28169
422
423 // Token: 0x04006E0A RID: 28170
425
426 // Token: 0x04006E0B RID: 28171
428
429 // Token: 0x04006E0C RID: 28172
431
432 // Token: 0x04006E0D RID: 28173
434
435 // Token: 0x04006E0E RID: 28174
437
438 // Token: 0x04006E0F RID: 28175
440
441 // Token: 0x04006E10 RID: 28176
443
444 // Token: 0x04006E11 RID: 28177
446
447 // Token: 0x04006E12 RID: 28178
449
450 // Token: 0x04006E13 RID: 28179
452
453 // Token: 0x04006E14 RID: 28180
455
456 // Token: 0x04006E15 RID: 28181
458
459 // Token: 0x04006E16 RID: 28182
461
462 // Token: 0x04006E17 RID: 28183
464
465 // Token: 0x04006E18 RID: 28184
467
468 // Token: 0x04006E19 RID: 28185
470
471 // Token: 0x04006E1A RID: 28186
473
474 // Token: 0x04006E1B RID: 28187
476
477 // Token: 0x04006E1C RID: 28188
479
480 // Token: 0x04006E1D RID: 28189
482
483 // Token: 0x04006E1E RID: 28190
485
486 // Token: 0x04006E1F RID: 28191
488
489 // Token: 0x04006E20 RID: 28192
491
492 // Token: 0x04006E21 RID: 28193
494
495 // Token: 0x04006E22 RID: 28194
497
498 // Token: 0x04006E23 RID: 28195
500
501 // Token: 0x04006E24 RID: 28196
503
504 // Token: 0x04006E25 RID: 28197
506
507 // Token: 0x04006E26 RID: 28198
509
510 // Token: 0x04006E27 RID: 28199
512
513 // Token: 0x04006E28 RID: 28200
515
516 // Token: 0x04006E29 RID: 28201
518
519 // Token: 0x04006E2A RID: 28202
521
522 // Token: 0x04006E2B RID: 28203
524
525 // Token: 0x04006E2C RID: 28204
527
528 // Token: 0x04006E2D RID: 28205
530
531 // Token: 0x04006E2E RID: 28206
533
534 // Token: 0x04006E2F RID: 28207
536
537 // Token: 0x04006E30 RID: 28208
539
540 // Token: 0x04006E31 RID: 28209
542
543 // Token: 0x04006E32 RID: 28210
545
546 // Token: 0x04006E33 RID: 28211
548
549 // Token: 0x04006E34 RID: 28212
551
552 // Token: 0x04006E35 RID: 28213
554
555 // Token: 0x04006E36 RID: 28214
557
558 // Token: 0x04006E37 RID: 28215
560
561 // Token: 0x04006E38 RID: 28216
563
564 // Token: 0x04006E39 RID: 28217
566
567 // Token: 0x04006E3A RID: 28218
569
570 // Token: 0x04006E3B RID: 28219
572
573 // Token: 0x04006E3C RID: 28220
575
576 // Token: 0x04006E3D RID: 28221
578
579 // Token: 0x04006E3E RID: 28222
581
582 // Token: 0x04006E3F RID: 28223
584
585 // Token: 0x04006E40 RID: 28224
587
588 // Token: 0x04006E41 RID: 28225
590
591 // Token: 0x04006E42 RID: 28226
593
594 // Token: 0x04006E43 RID: 28227
596
597 // Token: 0x04006E44 RID: 28228
599
600 // Token: 0x04006E45 RID: 28229
602
603 // Token: 0x04006E46 RID: 28230
605
606 // Token: 0x04006E47 RID: 28231
608
609 // Token: 0x04006E48 RID: 28232
611
612 // Token: 0x04006E49 RID: 28233
614
615 // Token: 0x04006E4A RID: 28234
617
618 // Token: 0x04006E4B RID: 28235
620
621 // Token: 0x04006E4C RID: 28236
623
624 // Token: 0x04006E4D RID: 28237
626
627 // Token: 0x04006E4E RID: 28238
629
630 // Token: 0x04006E4F RID: 28239
632
633 // Token: 0x04006E50 RID: 28240
635
636 // Token: 0x04006E51 RID: 28241
638
639 // Token: 0x04006E52 RID: 28242
641
642 // Token: 0x04006E53 RID: 28243
644
645 // Token: 0x04006E54 RID: 28244
647
648 // Token: 0x04006E55 RID: 28245
650
651 // Token: 0x04006E56 RID: 28246
653
654 // Token: 0x04006E57 RID: 28247
656
657 // Token: 0x04006E58 RID: 28248
659
660 // Token: 0x04006E59 RID: 28249
662
663 // Token: 0x04006E5A RID: 28250
665
666 // Token: 0x04006E5B RID: 28251
668
669 // Token: 0x04006E5C RID: 28252
671
672 // Token: 0x04006E5D RID: 28253
674
675 // Token: 0x04006E5E RID: 28254
677
678 // Token: 0x04006E5F RID: 28255
680
681 // Token: 0x04006E60 RID: 28256
683
684 // Token: 0x04006E61 RID: 28257
686
687 // Token: 0x04006E62 RID: 28258
689
690 // Token: 0x04006E63 RID: 28259
692
693 // Token: 0x04006E64 RID: 28260
695
696 // Token: 0x04006E65 RID: 28261
698
699 // Token: 0x04006E66 RID: 28262
701
702 // Token: 0x04006E67 RID: 28263
704
705 // Token: 0x04006E68 RID: 28264
707
708 // Token: 0x04006E69 RID: 28265
710
711 // Token: 0x04006E6A RID: 28266
713
714 // Token: 0x04006E6B RID: 28267
716
717 // Token: 0x04006E6C RID: 28268
719
720 // Token: 0x04006E6D RID: 28269
722
723 // Token: 0x04006E6E RID: 28270
725
726 // Token: 0x04006E6F RID: 28271
728
729 // Token: 0x04006E70 RID: 28272
731
732 // Token: 0x04006E71 RID: 28273
734
735 // Token: 0x04006E72 RID: 28274
737
738 // Token: 0x04006E73 RID: 28275
740
741 // Token: 0x04006E74 RID: 28276
743
744 // Token: 0x04006E75 RID: 28277
746
747 // Token: 0x04006E76 RID: 28278
749
750 // Token: 0x04006E77 RID: 28279
752
753 // Token: 0x04006E78 RID: 28280
755
756 // Token: 0x04006E79 RID: 28281
757 public static short NPCDeathCount;
758
759 // Token: 0x04006E7A RID: 28282
761
762 // Token: 0x04006E7B RID: 28283
764
765 // Token: 0x04006E7C RID: 28284
767
768 // Token: 0x04006E7D RID: 28285
770
771 // Token: 0x04006E7E RID: 28286
773
774 // Token: 0x04006E7F RID: 28287
776
777 // Token: 0x04006E80 RID: 28288
779
780 // Token: 0x04006E81 RID: 28289
782
783 // Token: 0x04006E82 RID: 28290
785
786 // Token: 0x04006E83 RID: 28291
788
789 // Token: 0x04006E84 RID: 28292
791
792 // Token: 0x04006E85 RID: 28293
794
795 // Token: 0x04006E86 RID: 28294
797
798 // Token: 0x04006E87 RID: 28295
800
801 // Token: 0x04006E88 RID: 28296
803
804 // Token: 0x04006E89 RID: 28297
806
807 // Token: 0x04006E8A RID: 28298
809
810 // Token: 0x04006E8B RID: 28299
812
813 // Token: 0x04006E8C RID: 28300
815
816 // Token: 0x04006E8D RID: 28301
818
819 // Token: 0x04006E8E RID: 28302
821
822 // Token: 0x04006E8F RID: 28303
824
825 // Token: 0x04006E90 RID: 28304
827
828 // Token: 0x04006E91 RID: 28305
830
831 // Token: 0x04006E92 RID: 28306
833
834 // Token: 0x04006E93 RID: 28307
836
837 // Token: 0x04006E94 RID: 28308
839
840 // Token: 0x04006E95 RID: 28309
842
843 // Token: 0x04006E96 RID: 28310
845
846 // Token: 0x04006E97 RID: 28311
848
849 // Token: 0x04006E98 RID: 28312
851
852 // Token: 0x04006E99 RID: 28313
854
855 // Token: 0x04006E9A RID: 28314
857
858 // Token: 0x04006E9B RID: 28315
860
861 // Token: 0x04006E9C RID: 28316
863
864 // Token: 0x04006E9D RID: 28317
866
867 // Token: 0x04006E9E RID: 28318
869
870 // Token: 0x04006E9F RID: 28319
872
873 // Token: 0x04006EA0 RID: 28320
875
876 // Token: 0x04006EA1 RID: 28321
878
879 // Token: 0x04006EA2 RID: 28322
881
882 // Token: 0x04006EA3 RID: 28323
884
885 // Token: 0x04006EA4 RID: 28324
887
888 // Token: 0x04006EA5 RID: 28325
890
891 // Token: 0x04006EA6 RID: 28326
893
894 // Token: 0x04006EA7 RID: 28327
896
897 // Token: 0x04006EA8 RID: 28328
899
900 // Token: 0x04006EA9 RID: 28329
902
903 // Token: 0x04006EAA RID: 28330
905
906 // Token: 0x04006EAB RID: 28331
908
909 // Token: 0x04006EAC RID: 28332
911
912 // Token: 0x04006EAD RID: 28333
914
915 // Token: 0x04006EAE RID: 28334
917
918 // Token: 0x04006EAF RID: 28335
920
921 // Token: 0x04006EB0 RID: 28336
923
924 // Token: 0x04006EB1 RID: 28337
926
927 // Token: 0x04006EB2 RID: 28338
929
930 // Token: 0x04006EB3 RID: 28339
932
933 // Token: 0x04006EB4 RID: 28340
935
936 // Token: 0x04006EB5 RID: 28341
938
939 // Token: 0x04006EB6 RID: 28342
941
942 // Token: 0x04006EB7 RID: 28343
944
945 // Token: 0x04006EB8 RID: 28344
947
948 // Token: 0x04006EB9 RID: 28345
950
951 // Token: 0x04006EBA RID: 28346
953
954 // Token: 0x04006EBB RID: 28347
956
957 // Token: 0x04006EBC RID: 28348
959
960 // Token: 0x04006EBD RID: 28349
962
963 // Token: 0x04006EBE RID: 28350
965
966 // Token: 0x04006EBF RID: 28351
968
969 // Token: 0x04006EC0 RID: 28352
971
972 // Token: 0x04006EC1 RID: 28353
974
975 // Token: 0x04006EC2 RID: 28354
977
978 // Token: 0x04006EC3 RID: 28355
980
981 // Token: 0x04006EC4 RID: 28356
983
984 // Token: 0x04006EC5 RID: 28357
986
987 // Token: 0x04006EC6 RID: 28358
989
990 // Token: 0x04006EC7 RID: 28359
992
993 // Token: 0x04006EC8 RID: 28360
995
996 // Token: 0x04006EC9 RID: 28361
998
999 // Token: 0x04006ECA RID: 28362
1001
1002 // Token: 0x04006ECB RID: 28363
1004
1005 // Token: 0x04006ECC RID: 28364
1007
1008 // Token: 0x04006ECD RID: 28365
1010
1011 // Token: 0x04006ECE RID: 28366
1013
1014 // Token: 0x04006ECF RID: 28367
1016
1017 // Token: 0x04006ED0 RID: 28368
1019
1020 // Token: 0x04006ED1 RID: 28369
1022
1023 // Token: 0x04006ED2 RID: 28370
1025
1026 // Token: 0x04006ED3 RID: 28371
1028
1029 // Token: 0x04006ED4 RID: 28372
1031
1032 // Token: 0x04006ED5 RID: 28373
1034
1035 // Token: 0x04006ED6 RID: 28374
1037
1038 // Token: 0x04006ED7 RID: 28375
1040
1041 // Token: 0x04006ED8 RID: 28376
1043
1044 // Token: 0x04006ED9 RID: 28377
1046
1047 // Token: 0x04006EDA RID: 28378
1049
1050 // Token: 0x04006EDB RID: 28379
1052
1053 // Token: 0x04006EDC RID: 28380
1055
1056 // Token: 0x04006EDD RID: 28381
1058
1059 // Token: 0x04006EDE RID: 28382
1061
1062 // Token: 0x04006EDF RID: 28383
1064
1065 // Token: 0x04006EE0 RID: 28384
1067
1068 // Token: 0x04006EE1 RID: 28385
1070
1071 // Token: 0x04006EE2 RID: 28386
1073
1074 // Token: 0x04006EE3 RID: 28387
1076
1077 // Token: 0x04006EE4 RID: 28388
1079
1080 // Token: 0x04006EE5 RID: 28389
1082
1083 // Token: 0x04006EE6 RID: 28390
1085
1086 // Token: 0x04006EE7 RID: 28391
1088
1089 // Token: 0x04006EE8 RID: 28392
1091
1092 // Token: 0x04006EE9 RID: 28393
1094
1095 // Token: 0x04006EEA RID: 28394
1097
1098 // Token: 0x04006EEB RID: 28395
1100
1101 // Token: 0x04006EEC RID: 28396
1103
1104 // Token: 0x04006EED RID: 28397
1106
1107 // Token: 0x04006EEE RID: 28398
1109
1110 // Token: 0x04006EEF RID: 28399
1112
1113 // Token: 0x04006EF0 RID: 28400
1115
1116 // Token: 0x04006EF1 RID: 28401
1118
1119 // Token: 0x04006EF2 RID: 28402
1121
1122 // Token: 0x04006EF3 RID: 28403
1124
1125 // Token: 0x04006EF4 RID: 28404
1127
1128 // Token: 0x04006EF5 RID: 28405
1130
1131 // Token: 0x04006EF6 RID: 28406
1133
1134 // Token: 0x04006EF7 RID: 28407
1136
1137 // Token: 0x04006EF8 RID: 28408
1139
1140 // Token: 0x04006EF9 RID: 28409
1142
1143 // Token: 0x04006EFA RID: 28410
1145
1146 // Token: 0x04006EFB RID: 28411
1148
1149 // Token: 0x04006EFC RID: 28412
1151
1152 // Token: 0x04006EFD RID: 28413
1154
1155 // Token: 0x04006EFE RID: 28414
1157
1158 // Token: 0x04006EFF RID: 28415
1160
1161 // Token: 0x04006F00 RID: 28416
1163
1164 // Token: 0x04006F01 RID: 28417
1166
1167 // Token: 0x04006F02 RID: 28418
1169
1170 // Token: 0x04006F03 RID: 28419
1172
1173 // Token: 0x04006F04 RID: 28420
1175
1176 // Token: 0x04006F05 RID: 28421
1178
1179 // Token: 0x04006F06 RID: 28422
1181
1182 // Token: 0x04006F07 RID: 28423
1184
1185 // Token: 0x04006F08 RID: 28424
1187
1188 // Token: 0x04006F09 RID: 28425
1190
1191 // Token: 0x04006F0A RID: 28426
1193
1194 // Token: 0x04006F0B RID: 28427
1196
1197 // Token: 0x04006F0C RID: 28428
1199
1200 // Token: 0x04006F0D RID: 28429
1202
1203 // Token: 0x04006F0E RID: 28430
1205
1206 // Token: 0x04006F0F RID: 28431
1208
1209 // Token: 0x04006F10 RID: 28432
1211
1212 // Token: 0x04006F11 RID: 28433
1214
1215 // Token: 0x04006F12 RID: 28434
1217
1218 // Token: 0x04006F13 RID: 28435
1220
1221 // Token: 0x04006F14 RID: 28436
1223
1224 // Token: 0x04006F15 RID: 28437
1226
1227 // Token: 0x04006F16 RID: 28438
1229
1230 // Token: 0x04006F17 RID: 28439
1232
1233 // Token: 0x04006F18 RID: 28440
1235
1236 // Token: 0x04006F19 RID: 28441
1238
1239 // Token: 0x04006F1A RID: 28442
1241
1242 // Token: 0x04006F1B RID: 28443
1244
1245 // Token: 0x04006F1C RID: 28444
1247
1248 // Token: 0x04006F1D RID: 28445
1250
1251 // Token: 0x04006F1E RID: 28446
1253
1254 // Token: 0x04006F1F RID: 28447
1256
1257 // Token: 0x04006F20 RID: 28448
1259
1260 // Token: 0x04006F21 RID: 28449
1262
1263 // Token: 0x04006F22 RID: 28450
1265
1266 // Token: 0x04006F23 RID: 28451
1268
1269 // Token: 0x04006F24 RID: 28452
1271
1272 // Token: 0x04006F25 RID: 28453
1274
1275 // Token: 0x04006F26 RID: 28454
1277
1278 // Token: 0x04006F27 RID: 28455
1280
1281 // Token: 0x04006F28 RID: 28456
1283
1284 // Token: 0x04006F29 RID: 28457
1286
1287 // Token: 0x04006F2A RID: 28458
1289
1290 // Token: 0x04006F2B RID: 28459
1292
1293 // Token: 0x04006F2C RID: 28460
1294 public static short ItemSoundCount;
1295
1296 // Token: 0x04006F2D RID: 28461
1298
1299 // Token: 0x04006F2E RID: 28462
1301
1302 // Token: 0x04006F2F RID: 28463
1304
1305 // Token: 0x04006F30 RID: 28464
1307
1308 // Token: 0x04006F31 RID: 28465
1310
1311 // Token: 0x04006F32 RID: 28466
1313
1314 // Token: 0x04006F33 RID: 28467
1316
1317 // Token: 0x04006F34 RID: 28468
1319
1320 // Token: 0x04006F35 RID: 28469
1322
1323 // Token: 0x04006F36 RID: 28470
1325
1326 // Token: 0x04006F37 RID: 28471
1328
1329 // Token: 0x04006F38 RID: 28472
1331
1332 // Token: 0x04006F39 RID: 28473
1334
1335 // Token: 0x04006F3A RID: 28474
1337
1338 // Token: 0x04006F3B RID: 28475
1340
1341 // Token: 0x04006F3C RID: 28476
1343
1344 // Token: 0x04006F3D RID: 28477
1346
1347 // Token: 0x04006F3E RID: 28478
1349
1350 // Token: 0x04006F3F RID: 28479
1352
1353 // Token: 0x04006F40 RID: 28480
1355
1356 // Token: 0x04006F41 RID: 28481
1358
1359 // Token: 0x04006F42 RID: 28482
1361
1362 // Token: 0x04006F43 RID: 28483
1364
1365 // Token: 0x04006F44 RID: 28484
1367
1368 // Token: 0x04006F45 RID: 28485
1370
1371 // Token: 0x04006F46 RID: 28486
1373
1374 // Token: 0x04006F47 RID: 28487
1376
1377 // Token: 0x04006F48 RID: 28488
1379
1380 // Token: 0x04006F49 RID: 28489
1382
1383 // Token: 0x04006F4A RID: 28490
1385
1386 // Token: 0x04006F4B RID: 28491
1388
1389 // Token: 0x04006F4C RID: 28492
1391
1392 // Token: 0x04006F4D RID: 28493
1394
1395 // Token: 0x04006F4E RID: 28494
1397
1398 // Token: 0x04006F4F RID: 28495
1400
1401 // Token: 0x04006F50 RID: 28496
1403
1404 // Token: 0x04006F51 RID: 28497
1406
1407 // Token: 0x04006F52 RID: 28498
1409
1410 // Token: 0x04006F53 RID: 28499
1412
1413 // Token: 0x04006F54 RID: 28500
1415
1416 // Token: 0x04006F55 RID: 28501
1418
1419 // Token: 0x04006F56 RID: 28502
1421
1422 // Token: 0x04006F57 RID: 28503
1424
1425 // Token: 0x04006F58 RID: 28504
1427
1428 // Token: 0x04006F59 RID: 28505
1430
1431 // Token: 0x04006F5A RID: 28506
1433
1434 // Token: 0x04006F5B RID: 28507
1436
1437 // Token: 0x04006F5C RID: 28508
1439
1440 // Token: 0x04006F5D RID: 28509
1442
1443 // Token: 0x04006F5E RID: 28510
1445
1446 // Token: 0x04006F5F RID: 28511
1448
1449 // Token: 0x04006F60 RID: 28512
1451
1452 // Token: 0x04006F61 RID: 28513
1454
1455 // Token: 0x04006F62 RID: 28514
1457
1458 // Token: 0x04006F63 RID: 28515
1460
1461 // Token: 0x04006F64 RID: 28516
1463
1464 // Token: 0x04006F65 RID: 28517
1466
1467 // Token: 0x04006F66 RID: 28518
1469
1470 // Token: 0x04006F67 RID: 28519
1472
1473 // Token: 0x04006F68 RID: 28520
1475
1476 // Token: 0x04006F69 RID: 28521
1478
1479 // Token: 0x04006F6A RID: 28522
1481
1482 // Token: 0x04006F6B RID: 28523
1484
1485 // Token: 0x04006F6C RID: 28524
1487
1488 // Token: 0x04006F6D RID: 28525
1490
1491 // Token: 0x04006F6E RID: 28526
1493
1494 // Token: 0x04006F6F RID: 28527
1496
1497 // Token: 0x04006F70 RID: 28528
1499
1500 // Token: 0x04006F71 RID: 28529
1502
1503 // Token: 0x04006F72 RID: 28530
1505
1506 // Token: 0x04006F73 RID: 28531
1508
1509 // Token: 0x04006F74 RID: 28532
1511
1512 // Token: 0x04006F75 RID: 28533
1514
1515 // Token: 0x04006F76 RID: 28534
1517
1518 // Token: 0x04006F77 RID: 28535
1520
1521 // Token: 0x04006F78 RID: 28536
1523
1524 // Token: 0x04006F79 RID: 28537
1526
1527 // Token: 0x04006F7A RID: 28538
1529
1530 // Token: 0x04006F7B RID: 28539
1532
1533 // Token: 0x04006F7C RID: 28540
1535
1536 // Token: 0x04006F7D RID: 28541
1538
1539 // Token: 0x04006F7E RID: 28542
1541
1542 // Token: 0x04006F7F RID: 28543
1544
1545 // Token: 0x04006F80 RID: 28544
1547
1548 // Token: 0x04006F81 RID: 28545
1550
1551 // Token: 0x04006F82 RID: 28546
1553
1554 // Token: 0x04006F83 RID: 28547
1556
1557 // Token: 0x04006F84 RID: 28548
1559
1560 // Token: 0x04006F85 RID: 28549
1562
1563 // Token: 0x04006F86 RID: 28550
1565
1566 // Token: 0x04006F87 RID: 28551
1568
1569 // Token: 0x04006F88 RID: 28552
1571
1572 // Token: 0x04006F89 RID: 28553
1574
1575 // Token: 0x04006F8A RID: 28554
1577
1578 // Token: 0x04006F8B RID: 28555
1580
1581 // Token: 0x04006F8C RID: 28556
1583
1584 // Token: 0x04006F8D RID: 28557
1586
1587 // Token: 0x04006F8E RID: 28558
1589
1590 // Token: 0x04006F8F RID: 28559
1592
1593 // Token: 0x04006F90 RID: 28560
1595
1596 // Token: 0x04006F91 RID: 28561
1598
1599 // Token: 0x04006F92 RID: 28562
1601
1602 // Token: 0x04006F93 RID: 28563
1604
1605 // Token: 0x04006F94 RID: 28564
1607
1608 // Token: 0x04006F95 RID: 28565
1610
1611 // Token: 0x04006F96 RID: 28566
1613
1614 // Token: 0x04006F97 RID: 28567
1616
1617 // Token: 0x04006F98 RID: 28568
1619
1620 // Token: 0x04006F99 RID: 28569
1622
1623 // Token: 0x04006F9A RID: 28570
1625
1626 // Token: 0x04006F9B RID: 28571
1628
1629 // Token: 0x04006F9C RID: 28572
1631
1632 // Token: 0x04006F9D RID: 28573
1634
1635 // Token: 0x020005F0 RID: 1520
1636 private struct SoundStyleDefaults
1637 {
1638 // Token: 0x06003594 RID: 13716 RVA: 0x002113A8 File Offset: 0x0020F5A8
1639 public SoundStyleDefaults(float volume, float pitchVariance, SoundType type = SoundType.Sound)
1640 {
1641 this.Type = type;
1642 }
1643
1644 // Token: 0x04006F9E RID: 28574
1646
1647 // Token: 0x04006F9F RID: 28575
1648 public readonly float Volume;
1649
1650 // Token: 0x04006FA0 RID: 28576
1652 }
1653
1654 // Token: 0x020005F1 RID: 1521
1656 private sealed class <>c__DisplayClass495_0
1657 {
1658 // Token: 0x06003595 RID: 13717 RVA: 0x002113BC File Offset: 0x0020F5BC
1660 {
1661 }
1662
1663 // Token: 0x06003596 RID: 13718 RVA: 0x002113D0 File Offset: 0x0020F5D0
1664 internal void <FillAccessMap>b__2(FieldInfo field)
1665 {
1667 if (field != null)
1668 {
1669 }
1671 ushort num = this.nextIndex;
1673 ushort num2 = this.nextIndex;
1674 if (field != null)
1675 {
1676 }
1677 ushort num3 = this.nextIndex;
1679 }
1680
1681 // Token: 0x04006FA1 RID: 28577
1683
1684 // Token: 0x04006FA2 RID: 28578
1686
1687 // Token: 0x04006FA3 RID: 28579
1688 public ushort nextIndex;
1689
1690 // Token: 0x04006FA4 RID: 28580
1692 }
1693
1694 // Token: 0x020005F2 RID: 1522
1696 [Serializable]
1697 private sealed class <>c
1698 {
1699 // Token: 0x06003597 RID: 13719 RVA: 0x00211420 File Offset: 0x0020F620
1700 // Note: this type is marked as 'beforefieldinit'.
1701 static <>c()
1702 {
1703 }
1704
1705 // Token: 0x06003598 RID: 13720 RVA: 0x00211430 File Offset: 0x0020F630
1706 public <>c()
1707 {
1708 }
1709
1710 // Token: 0x06003599 RID: 13721 RVA: 0x00211444 File Offset: 0x0020F644
1712 {
1713 bool flag;
1714 return flag;
1715 }
1716
1717 // Token: 0x0600359A RID: 13722 RVA: 0x00211454 File Offset: 0x0020F654
1719 {
1720 int num;
1721 return num;
1722 }
1723
1724 // Token: 0x04006FA5 RID: 28581
1725 public static readonly SoundID.<>c <>9;
1726
1727 // Token: 0x04006FA6 RID: 28582
1728 public static Func<FieldInfo, bool> <>9__495_0;
1729
1730 // Token: 0x04006FA7 RID: 28583
1731 public static Comparison<FieldInfo> <>9__495_1;
1732 }
1733 }
1734}
class f__AnonymousType0<< Count > j__TPar
LegacySoundStyle WithVolume(float volume)
LegacySoundStyle WithPitchVariance(float pitchVariance)
static readonly LegacySoundStyle Item112
Definition SoundID.cs:1093
static readonly LegacySoundStyle Item71
Definition SoundID.cs:970
static readonly LegacySoundStyle LiquidsHoneyWater
Definition SoundID.cs:1309
const int Clown
Definition SoundID.cs:376
static readonly LegacySoundStyle NPCHit27
Definition SoundID.cs:466
static readonly LegacySoundStyle NPCHit57
Definition SoundID.cs:556
static readonly LegacySoundStyle Item29
Definition SoundID.cs:844
static readonly LegacySoundStyle Item119
Definition SoundID.cs:1114
static readonly LegacySoundStyle Item109
Definition SoundID.cs:1084
static readonly LegacySoundStyle Item25
Definition SoundID.cs:832
static readonly LegacySoundStyle NPCHit16
Definition SoundID.cs:433
static readonly LegacySoundStyle Item67
Definition SoundID.cs:958
static readonly LegacySoundStyle Item32
Definition SoundID.cs:853
static Dictionary< ushort, LegacySoundStyle > SoundByIndex
Definition SoundID.cs:1633
static readonly LegacySoundStyle NPCHit49
Definition SoundID.cs:532
static readonly LegacySoundStyle Item163
Definition SoundID.cs:1246
static readonly LegacySoundStyle DD2_OgreHurt
Definition SoundID.cs:1468
static readonly LegacySoundStyle Item33
Definition SoundID.cs:856
static readonly LegacySoundStyle DD2_DarkMageHurt
Definition SoundID.cs:1372
static readonly LegacySoundStyle Item93
Definition SoundID.cs:1036
const int PlayerKilled
Definition SoundID.cs:193
static readonly LegacySoundStyle Item174
Definition SoundID.cs:1279
static readonly LegacySoundStyle Item10
Definition SoundID.cs:787
static readonly LegacySoundStyle Item120
Definition SoundID.cs:1117
static readonly LegacySoundStyle DD2_WitherBeastAuraPulse
Definition SoundID.cs:1486
static readonly LegacySoundStyle DD2_BetsyHurt
Definition SoundID.cs:1348
static readonly LegacySoundStyle DD2_OgreGroundPound
Definition SoundID.cs:1465
static readonly LegacySoundStyle NPCDeath43
Definition SoundID.cs:685
static readonly LegacySoundStyle Item111
Definition SoundID.cs:1090
static readonly LegacySoundStyle DD2_SkeletonDeath
Definition SoundID.cs:1477
static readonly LegacySoundStyle NPCHit46
Definition SoundID.cs:523
static readonly LegacySoundStyle NPCDeath66
Definition SoundID.cs:754
static readonly LegacySoundStyle NPCDeath5
Definition SoundID.cs:571
const int Meowmere
Definition SoundID.cs:289
const int DoorOpen
Definition SoundID.cs:202
static readonly LegacySoundStyle DD2_OgreRoar
Definition SoundID.cs:1471
static readonly LegacySoundStyle NPCDeath31
Definition SoundID.cs:649
static readonly LegacySoundStyle DD2_EtherianPortalOpen
Definition SoundID.cs:1516
static readonly LegacySoundStyle DD2_ExplosiveTrapExplode
Definition SoundID.cs:1321
const int ResearchComplete
Definition SoundID.cs:370
static readonly LegacySoundStyle NPCHit30
Definition SoundID.cs:475
static readonly LegacySoundStyle DD2_KoboldIgnite
Definition SoundID.cs:1432
static readonly LegacySoundStyle NPCDeath38
Definition SoundID.cs:670
static readonly LegacySoundStyle Item141
Definition SoundID.cs:1180
static readonly LegacySoundStyle Item108
Definition SoundID.cs:1081
static readonly LegacySoundStyle Item50
Definition SoundID.cs:907
static readonly LegacySoundStyle Item115
Definition SoundID.cs:1102
const int MenuClose
Definition SoundID.cs:211
static readonly LegacySoundStyle Item136
Definition SoundID.cs:1165
static readonly LegacySoundStyle NPCHit28
Definition SoundID.cs:469
static readonly LegacySoundStyle AbigailSummon
Definition SoundID.cs:1600
static readonly LegacySoundStyle Item127
Definition SoundID.cs:1138
static readonly LegacySoundStyle NPCDeath40
Definition SoundID.cs:676
static readonly LegacySoundStyle Item39
Definition SoundID.cs:874
const int Seagull
Definition SoundID.cs:310
static readonly LegacySoundStyle Item135
Definition SoundID.cs:1162
static readonly LegacySoundStyle NPCHit41
Definition SoundID.cs:508
static readonly LegacySoundStyle NPCHit12
Definition SoundID.cs:421
static readonly LegacySoundStyle NPCHit56
Definition SoundID.cs:553
const int DrumCymbal2
Definition SoundID.cs:355
static readonly LegacySoundStyle DD2_WyvernScream
Definition SoundID.cs:1504
static readonly LegacySoundStyle LiquidsWaterLava
Definition SoundID.cs:1315
static readonly LegacySoundStyle NPCDeath14
Definition SoundID.cs:598
static readonly LegacySoundStyle Item144
Definition SoundID.cs:1189
static readonly LegacySoundStyle Item77
Definition SoundID.cs:988
static readonly LegacySoundStyle DD2_WinScene
Definition SoundID.cs:1528
static readonly LegacySoundStyle Item101
Definition SoundID.cs:1060
static readonly LegacySoundStyle DSTMaleHurt
Definition SoundID.cs:1615
static readonly LegacySoundStyle DeerclopsHit
Definition SoundID.cs:1576
static readonly LegacySoundStyle Item36
Definition SoundID.cs:865
static readonly LegacySoundStyle DD2_SkyDragonsFuryShot
Definition SoundID.cs:1567
static readonly LegacySoundStyle LucyTheAxeTalk
Definition SoundID.cs:1573
static readonly LegacySoundStyle NPCHit54
Definition SoundID.cs:547
static readonly LegacySoundStyle Item75
Definition SoundID.cs:982
static readonly LegacySoundStyle Item94
Definition SoundID.cs:1039
static readonly LegacySoundStyle Item45
Definition SoundID.cs:892
const int FemaleHit
Definition SoundID.cs:238
static readonly LegacySoundStyle Item130
Definition SoundID.cs:1147
static readonly LegacySoundStyle DD2_JavelinThrowersHurt
Definition SoundID.cs:1417
static readonly LegacySoundStyle NPCDeath26
Definition SoundID.cs:634
static readonly LegacySoundStyle NPCDeath45
Definition SoundID.cs:691
static readonly LegacySoundStyle DD2_BookStaffCast
Definition SoundID.cs:1537
const int GuitarD
Definition SoundID.cs:322
static readonly LegacySoundStyle Item178
Definition SoundID.cs:1291
static readonly LegacySoundStyle Item166
Definition SoundID.cs:1255
static readonly LegacySoundStyle DD2_WitherBeastCrystalImpact
Definition SoundID.cs:1489
static readonly LegacySoundStyle Item106
Definition SoundID.cs:1075
static readonly LegacySoundStyle DD2_GoblinBomberHurt
Definition SoundID.cs:1402
static readonly LegacySoundStyle LiquidsHoneyLava
Definition SoundID.cs:1312
static readonly LegacySoundStyle NPCHit22
Definition SoundID.cs:451
static readonly LegacySoundStyle Item14
Definition SoundID.cs:799
static readonly LegacySoundStyle NPCDeath17
Definition SoundID.cs:607
static readonly LegacySoundStyle Item128
Definition SoundID.cs:1141
static readonly LegacySoundStyle Item133
Definition SoundID.cs:1156
static readonly LegacySoundStyle Item143
Definition SoundID.cs:1186
static readonly LegacySoundStyle DD2_BetsyScream
Definition SoundID.cs:1351
static readonly LegacySoundStyle ChesterClose
Definition SoundID.cs:1597
static readonly LegacySoundStyle DD2_KoboldScreamChargeLoop
Definition SoundID.cs:1438
static readonly LegacySoundStyle DD2_EtherianPortalDryadTouch
Definition SoundID.cs:1510
static readonly LegacySoundStyle Item167
Definition SoundID.cs:1258
static readonly LegacySoundStyle Item37
Definition SoundID.cs:868
static readonly LegacySoundStyle Item58
Definition SoundID.cs:931
static readonly LegacySoundStyle Item107
Definition SoundID.cs:1078
static readonly LegacySoundStyle Item150
Definition SoundID.cs:1207
const int NPCHit
Definition SoundID.cs:187
static readonly LegacySoundStyle Item76
Definition SoundID.cs:985
static readonly LegacySoundStyle DD2_OgreDeath
Definition SoundID.cs:1462
static readonly LegacySoundStyle NPCHit3
Definition SoundID.cs:394
static readonly LegacySoundStyle NPCHit50
Definition SoundID.cs:535
static readonly LegacySoundStyle DD2_BallistaTowerShot
Definition SoundID.cs:1318
static readonly LegacySoundStyle DD2_LightningBugDeath
Definition SoundID.cs:1450
static readonly LegacySoundStyle Item38
Definition SoundID.cs:871
static readonly LegacySoundStyle NPCDeath48
Definition SoundID.cs:700
static readonly LegacySoundStyle Item81
Definition SoundID.cs:1000
static readonly LegacySoundStyle DD2_LightningBugZap
Definition SoundID.cs:1456
static readonly LegacySoundStyle NPCDeath12
Definition SoundID.cs:592
static readonly LegacySoundStyle NPCDeath54
Definition SoundID.cs:718
static readonly LegacySoundStyle NPCHit53
Definition SoundID.cs:544
static readonly LegacySoundStyle DD2_KoboldFlyerChargeScream
Definition SoundID.cs:1441
const int Unlock
Definition SoundID.cs:244
static readonly LegacySoundStyle NPCHit13
Definition SoundID.cs:424
static readonly LegacySoundStyle Item153
Definition SoundID.cs:1216
static readonly LegacySoundStyle ChesterOpen
Definition SoundID.cs:1594
static readonly LegacySoundStyle Item175
Definition SoundID.cs:1282
static readonly LegacySoundStyle DD2_KoboldHurt
Definition SoundID.cs:1429
static readonly LegacySoundStyle NPCHit34
Definition SoundID.cs:487
static readonly LegacySoundStyle Item3
Definition SoundID.cs:766
static readonly LegacySoundStyle Item16
Definition SoundID.cs:805
const int DrumClosedHiHat
Definition SoundID.cs:349
static readonly LegacySoundStyle Item91
Definition SoundID.cs:1030
static readonly LegacySoundStyle NPCHit17
Definition SoundID.cs:436
static readonly LegacySoundStyle DD2_DarkMageCastHeal
Definition SoundID.cs:1363
static readonly LegacySoundStyle Item132
Definition SoundID.cs:1153
static readonly LegacySoundStyle NPCDeath34
Definition SoundID.cs:658
static readonly LegacySoundStyle Item161
Definition SoundID.cs:1240
static readonly LegacySoundStyle DD2_GoblinHurt
Definition SoundID.cs:1393
static readonly LegacySoundStyle Item173
Definition SoundID.cs:1276
const int Camera
Definition SoundID.cs:298
static readonly LegacySoundStyle DD2_GoblinScream
Definition SoundID.cs:1396
static readonly LegacySoundStyle NPCDeath52
Definition SoundID.cs:712
static readonly LegacySoundStyle DD2_BetsysWrathShot
Definition SoundID.cs:1531
const int GuitarEm
Definition SoundID.cs:325
static readonly LegacySoundStyle NPCHit24
Definition SoundID.cs:457
static readonly LegacySoundStyle Item99
Definition SoundID.cs:1054
static readonly LegacySoundStyle NPCHit29
Definition SoundID.cs:472
static readonly LegacySoundStyle NPCDeath39
Definition SoundID.cs:673
const int DoubleJump
Definition SoundID.cs:226
static readonly LegacySoundStyle Item53
Definition SoundID.cs:916
static readonly LegacySoundStyle NPCDeath63
Definition SoundID.cs:745
static readonly LegacySoundStyle NPCHit20
Definition SoundID.cs:445
static readonly LegacySoundStyle Item80
Definition SoundID.cs:997
const int Lavafall
Definition SoundID.cs:283
static readonly LegacySoundStyle NPCHit11
Definition SoundID.cs:418
static readonly LegacySoundStyle Item73
Definition SoundID.cs:976
static readonly LegacySoundStyle DD2_GhastlyGlaivePierce
Definition SoundID.cs:1546
static readonly LegacySoundStyle Item4
Definition SoundID.cs:769
static readonly LegacySoundStyle Item165
Definition SoundID.cs:1252
static LegacySoundStyle CreateTrackable(string name, SoundID.SoundStyleDefaults defaults)
Definition SoundID.cs:71
static readonly LegacySoundStyle Item51
Definition SoundID.cs:910
static readonly LegacySoundStyle Item24
Definition SoundID.cs:829
static readonly LegacySoundStyle Item41
Definition SoundID.cs:880
static readonly LegacySoundStyle DD2_WyvernHurt
Definition SoundID.cs:1501
static readonly LegacySoundStyle DD2_SkyDragonsFuryCircle
Definition SoundID.cs:1564
static readonly LegacySoundStyle NPCDeath49
Definition SoundID.cs:703
static readonly LegacySoundStyle DD2_DarkMageAttack
Definition SoundID.cs:1360
static readonly LegacySoundStyle DD2_KoboldIgniteLoop
Definition SoundID.cs:1435
static readonly LegacySoundStyle DD2_GoblinBomberDeath
Definition SoundID.cs:1399
static readonly LegacySoundStyle NPCHit44
Definition SoundID.cs:517
static readonly LegacySoundStyle Item70
Definition SoundID.cs:967
static readonly LegacySoundStyle Item63
Definition SoundID.cs:946
static readonly LegacySoundStyle NPCDeath20
Definition SoundID.cs:616
static readonly LegacySoundStyle Item118
Definition SoundID.cs:1111
static readonly LegacySoundStyle Item6
Definition SoundID.cs:775
static readonly LegacySoundStyle Item31
Definition SoundID.cs:850
static readonly LegacySoundStyle Item27
Definition SoundID.cs:838
static readonly LegacySoundStyle Item140
Definition SoundID.cs:1177
static readonly LegacySoundStyle NPCDeath23
Definition SoundID.cs:625
const int DrumTomMid
Definition SoundID.cs:346
static readonly LegacySoundStyle Item34
Definition SoundID.cs:859
static readonly LegacySoundStyle Item19
Definition SoundID.cs:814
static readonly LegacySoundStyle Item142
Definition SoundID.cs:1183
static readonly LegacySoundStyle Item92
Definition SoundID.cs:1033
static List< string > _trackableLegacySoundPathList
Definition SoundID.cs:1624
static readonly LegacySoundStyle Item152
Definition SoundID.cs:1213
static readonly LegacySoundStyle DD2_DarkMageHealImpact
Definition SoundID.cs:1369
static readonly LegacySoundStyle DD2_KoboldFlyerDeath
Definition SoundID.cs:1444
static readonly LegacySoundStyle Item7
Definition SoundID.cs:778
static readonly LegacySoundStyle NPCDeath1
Definition SoundID.cs:559
static readonly LegacySoundStyle NPCDeath36
Definition SoundID.cs:664
static readonly LegacySoundStyle NPCDeath21
Definition SoundID.cs:619
static readonly LegacySoundStyle NPCDeath11
Definition SoundID.cs:589
static readonly LegacySoundStyle DD2_FlameburstTowerShot
Definition SoundID.cs:1324
static Dictionary< string, ushort > IndexByName
Definition SoundID.cs:1630
static readonly LegacySoundStyle Item129
Definition SoundID.cs:1144
static readonly LegacySoundStyle Item49
Definition SoundID.cs:904
static readonly LegacySoundStyle NPCHit14
Definition SoundID.cs:427
static readonly LegacySoundStyle Item113
Definition SoundID.cs:1096
static readonly LegacySoundStyle NPCDeath13
Definition SoundID.cs:595
static readonly LegacySoundStyle Item148
Definition SoundID.cs:1201
static readonly LegacySoundStyle DD2_SkeletonSummoned
Definition SoundID.cs:1483
static readonly LegacySoundStyle Item86
Definition SoundID.cs:1015
const int Thunder
Definition SoundID.cs:307
static readonly LegacySoundStyle NPCDeath33
Definition SoundID.cs:655
static readonly LegacySoundStyle Item158
Definition SoundID.cs:1231
static readonly LegacySoundStyle Item66
Definition SoundID.cs:955
static readonly LegacySoundStyle Item164
Definition SoundID.cs:1249
static readonly LegacySoundStyle Item28
Definition SoundID.cs:841
static readonly LegacySoundStyle NPCHit23
Definition SoundID.cs:454
const int Drown
Definition SoundID.cs:247
static readonly SoundID.SoundStyleDefaults ItemDefaults
Definition SoundID.cs:175
static readonly LegacySoundStyle Item139
Definition SoundID.cs:1174
static readonly LegacySoundStyle Item15
Definition SoundID.cs:802
static readonly LegacySoundStyle Item124
Definition SoundID.cs:1129
static readonly LegacySoundStyle Item160
Definition SoundID.cs:1237
static readonly LegacySoundStyle NPCDeath2
Definition SoundID.cs:562
static readonly LegacySoundStyle NPCHit39
Definition SoundID.cs:502
static short NPCDeathCount
Definition SoundID.cs:757
static readonly LegacySoundStyle NPCDeath56
Definition SoundID.cs:724
static readonly LegacySoundStyle DD2_KoboldDeath
Definition SoundID.cs:1423
static readonly LegacySoundStyle NPCDeath32
Definition SoundID.cs:652
const int Coins
Definition SoundID.cs:232
static readonly LegacySoundStyle Item138
Definition SoundID.cs:1171
static readonly LegacySoundStyle AbigailCry
Definition SoundID.cs:1603
static readonly LegacySoundStyle NPCDeath15
Definition SoundID.cs:601
const int Shatter
Definition SoundID.cs:217
static readonly LegacySoundStyle DD2_WitherBeastDeath
Definition SoundID.cs:1492
static readonly LegacySoundStyle Item84
Definition SoundID.cs:1009
static readonly LegacySoundStyle Item117
Definition SoundID.cs:1108
static readonly LegacySoundStyle DD2_OgreAttack
Definition SoundID.cs:1459
static readonly LegacySoundStyle Item100
Definition SoundID.cs:1057
static readonly LegacySoundStyle NPCDeath35
Definition SoundID.cs:661
static readonly LegacySoundStyle Item17
Definition SoundID.cs:808
static readonly LegacySoundStyle NPCDeath16
Definition SoundID.cs:604
static readonly LegacySoundStyle NPCDeath18
Definition SoundID.cs:610
const int DoorClosed
Definition SoundID.cs:205
static readonly LegacySoundStyle Item21
Definition SoundID.cs:820
static readonly LegacySoundStyle DD2_JavelinThrowersDeath
Definition SoundID.cs:1414
static readonly LegacySoundStyle NPCDeath29
Definition SoundID.cs:643
static readonly LegacySoundStyle Item147
Definition SoundID.cs:1198
static void FillAccessMap()
Definition SoundID.cs:125
const int MoonLord
Definition SoundID.cs:301
static readonly LegacySoundStyle Item55
Definition SoundID.cs:922
static readonly LegacySoundStyle DSTFemaleHurt
Definition SoundID.cs:1618
static readonly LegacySoundStyle DD2_LightningBugHurt
Definition SoundID.cs:1453
const int Mummy
Definition SoundID.cs:256
const int DrumTamaSnare
Definition SoundID.cs:361
static readonly LegacySoundStyle BlizzardStrongLoop
Definition SoundID.cs:1306
static readonly LegacySoundStyle DD2_MonkStaffGroundMiss
Definition SoundID.cs:1552
static readonly LegacySoundStyle Item62
Definition SoundID.cs:943
const int DrumHiHat
Definition SoundID.cs:337
static readonly LegacySoundStyle Item131
Definition SoundID.cs:1150
static readonly LegacySoundStyle DD2_BetsysWrathImpact
Definition SoundID.cs:1534
static readonly LegacySoundStyle DD2_BetsyFlameBreath
Definition SoundID.cs:1342
static readonly LegacySoundStyle Item65
Definition SoundID.cs:952
static readonly LegacySoundStyle Item72
Definition SoundID.cs:973
static readonly LegacySoundStyle NPCHit43
Definition SoundID.cs:514
static readonly LegacySoundStyle Item146
Definition SoundID.cs:1195
static readonly LegacySoundStyle DD2_DefenseTowerSpawn
Definition SoundID.cs:1330
static readonly LegacySoundStyle Item145
Definition SoundID.cs:1192
static readonly LegacySoundStyle Item155
Definition SoundID.cs:1222
static readonly LegacySoundStyle DD2_SkyDragonsFurySwing
Definition SoundID.cs:1570
static readonly LegacySoundStyle Item97
Definition SoundID.cs:1048
static readonly LegacySoundStyle NPCHit51
Definition SoundID.cs:538
static readonly LegacySoundStyle Item5
Definition SoundID.cs:772
static readonly LegacySoundStyle DD2_LightningAuraZap
Definition SoundID.cs:1327
static readonly LegacySoundStyle Item102
Definition SoundID.cs:1063
const int Pixie
Definition SoundID.cs:259
static readonly LegacySoundStyle Item122
Definition SoundID.cs:1123
static readonly LegacySoundStyle NPCHit8
Definition SoundID.cs:409
static readonly LegacySoundStyle NPCDeath22
Definition SoundID.cs:622
static readonly LegacySoundStyle DeerclopsIceAttack
Definition SoundID.cs:1585
static readonly LegacySoundStyle DD2_WitherBeastHurt
Definition SoundID.cs:1495
static readonly LegacySoundStyle NPCHit1
Definition SoundID.cs:388
static readonly LegacySoundStyle NPCHit10
Definition SoundID.cs:415
static readonly LegacySoundStyle NPCHit18
Definition SoundID.cs:439
static readonly LegacySoundStyle NPCHit9
Definition SoundID.cs:412
static readonly LegacySoundStyle DeerclopsDeath
Definition SoundID.cs:1579
static readonly LegacySoundStyle NPCHit55
Definition SoundID.cs:550
static readonly LegacySoundStyle Item154
Definition SoundID.cs:1219
static readonly LegacySoundStyle Item98
Definition SoundID.cs:1051
static readonly LegacySoundStyle NPCDeath19
Definition SoundID.cs:613
static readonly LegacySoundStyle Item169
Definition SoundID.cs:1264
static readonly LegacySoundStyle Item12
Definition SoundID.cs:793
static readonly LegacySoundStyle DD2_GoblinBomberScream
Definition SoundID.cs:1405
static readonly LegacySoundStyle Item159
Definition SoundID.cs:1234
static readonly LegacySoundStyle Item22
Definition SoundID.cs:823
static readonly LegacySoundStyle Item82
Definition SoundID.cs:1003
const int Macaw
Definition SoundID.cs:382
static readonly LegacySoundStyle NPCDeath57
Definition SoundID.cs:727
static readonly LegacySoundStyle DD2_SkeletonHurt
Definition SoundID.cs:1480
static readonly LegacySoundStyle DD2_BetsyFlyingCircleAttack
Definition SoundID.cs:1345
static readonly LegacySoundStyle NPCHit45
Definition SoundID.cs:520
const int Dolphin
Definition SoundID.cs:313
static readonly LegacySoundStyle Item1
Definition SoundID.cs:760
static readonly LegacySoundStyle DeerclopsRubbleAttack
Definition SoundID.cs:1588
static readonly LegacySoundStyle Item2
Definition SoundID.cs:763
static readonly LegacySoundStyle BlizzardInsideBuildingLoop
Definition SoundID.cs:1303
const int MenuTick
Definition SoundID.cs:214
static readonly LegacySoundStyle NPCHit52
Definition SoundID.cs:541
static readonly LegacySoundStyle Item47
Definition SoundID.cs:898
static readonly LegacySoundStyle DD2_DrakinDeath
Definition SoundID.cs:1381
static readonly LegacySoundStyle NPCHit26
Definition SoundID.cs:463
static readonly LegacySoundStyle DD2_OgreSpit
Definition SoundID.cs:1474
static readonly LegacySoundStyle Item162
Definition SoundID.cs:1243
const int DrumTomHigh
Definition SoundID.cs:340
static readonly LegacySoundStyle NPCDeath41
Definition SoundID.cs:679
static readonly LegacySoundStyle Item126
Definition SoundID.cs:1135
static readonly LegacySoundStyle DD2_MonkStaffGroundImpact
Definition SoundID.cs:1549
static readonly LegacySoundStyle NPCHit15
Definition SoundID.cs:430
static readonly LegacySoundStyle Item9
Definition SoundID.cs:784
static readonly LegacySoundStyle AbigailAttack
Definition SoundID.cs:1606
static readonly LegacySoundStyle DD2_MonkStaffSwing
Definition SoundID.cs:1555
static readonly LegacySoundStyle DeerclopsScream
Definition SoundID.cs:1582
static readonly LegacySoundStyle NPCDeath3
Definition SoundID.cs:565
static readonly LegacySoundStyle NPCDeath60
Definition SoundID.cs:736
const int NPCKilled
Definition SoundID.cs:190
static readonly LegacySoundStyle GlommerBounce
Definition SoundID.cs:1612
static readonly LegacySoundStyle Item125
Definition SoundID.cs:1132
static readonly LegacySoundStyle DD2_CrystalCartImpact
Definition SoundID.cs:1522
static readonly LegacySoundStyle NPCHit2
Definition SoundID.cs:391
const int DrumKick
Definition SoundID.cs:358
static readonly LegacySoundStyle Item83
Definition SoundID.cs:1006
static readonly LegacySoundStyle NPCHit32
Definition SoundID.cs:481
static readonly LegacySoundStyle NPCHit47
Definition SoundID.cs:526
static readonly LegacySoundStyle NPCHit48
Definition SoundID.cs:529
static readonly LegacySoundStyle NPCHit40
Definition SoundID.cs:505
static readonly LegacySoundStyle DD2_DrakinShot
Definition SoundID.cs:1387
static readonly LegacySoundStyle NPCHit19
Definition SoundID.cs:442
const int GuitarG
Definition SoundID.cs:328
static readonly LegacySoundStyle Item13
Definition SoundID.cs:796
static LegacySoundStyle CreateTrackable(string name, int variations, SoundType type=SoundType.Sound)
Definition SoundID.cs:101
static readonly LegacySoundStyle DD2_KoboldExplosion
Definition SoundID.cs:1426
static readonly LegacySoundStyle DD2_JavelinThrowersTaunt
Definition SoundID.cs:1420
const int GuitarC
Definition SoundID.cs:319
static readonly LegacySoundStyle DD2_KoboldFlyerHurt
Definition SoundID.cs:1447
static readonly LegacySoundStyle DD2_DarkMageSummonSkeleton
Definition SoundID.cs:1375
static readonly LegacySoundStyle Item123
Definition SoundID.cs:1126
static readonly LegacySoundStyle Item170
Definition SoundID.cs:1267
static readonly LegacySoundStyle NPCDeath53
Definition SoundID.cs:715
static readonly LegacySoundStyle NPCDeath27
Definition SoundID.cs:637
static readonly LegacySoundStyle NPCDeath6
Definition SoundID.cs:574
static readonly LegacySoundStyle Item151
Definition SoundID.cs:1210
static readonly LegacySoundStyle NPCDeath8
Definition SoundID.cs:580
static readonly LegacySoundStyle NPCDeath61
Definition SoundID.cs:739
static readonly LegacySoundStyle Item42
Definition SoundID.cs:883
static readonly LegacySoundStyle NPCDeath50
Definition SoundID.cs:706
static readonly LegacySoundStyle DD2_DrakinBreathIn
Definition SoundID.cs:1378
static readonly LegacySoundStyle NPCDeath65
Definition SoundID.cs:751
const int Critter
Definition SoundID.cs:277
static readonly LegacySoundStyle DD2_BetsyFireballShot
Definition SoundID.cs:1336
static readonly LegacySoundStyle Item79
Definition SoundID.cs:994
static readonly LegacySoundStyle NPCDeath59
Definition SoundID.cs:733
static readonly LegacySoundStyle DD2_BetsyFireballImpact
Definition SoundID.cs:1339
static readonly LegacySoundStyle NPCDeath9
Definition SoundID.cs:583
static readonly LegacySoundStyle DD2_DrakinHurt
Definition SoundID.cs:1384
static readonly LegacySoundStyle Item105
Definition SoundID.cs:1072
static readonly LegacySoundStyle DeerclopsStep
Definition SoundID.cs:1591
static readonly LegacySoundStyle Item85
Definition SoundID.cs:1012
static readonly LegacySoundStyle AbigailUpgrade
Definition SoundID.cs:1609
const int Waterfall
Definition SoundID.cs:280
static readonly LegacySoundStyle Item116
Definition SoundID.cs:1105
static short ItemSoundCount
Definition SoundID.cs:1294
static LegacySoundStyle CreateTrackable(string name, SoundType type=SoundType.Sound)
Definition SoundID.cs:91
static readonly LegacySoundStyle Item57
Definition SoundID.cs:928
static readonly LegacySoundStyle NPCDeath4
Definition SoundID.cs:568
static readonly LegacySoundStyle Item78
Definition SoundID.cs:991
static readonly LegacySoundStyle NPCDeath44
Definition SoundID.cs:688
static readonly LegacySoundStyle Item30
Definition SoundID.cs:847
static readonly LegacySoundStyle Item176
Definition SoundID.cs:1285
static readonly LegacySoundStyle Item61
Definition SoundID.cs:940
const int Cockatiel
Definition SoundID.cs:379
static readonly LegacySoundStyle Item156
Definition SoundID.cs:1225
static readonly LegacySoundStyle DD2_JavelinThrowersAttack
Definition SoundID.cs:1411
static readonly LegacySoundStyle Item64
Definition SoundID.cs:949
static readonly LegacySoundStyle Item8
Definition SoundID.cs:781
static readonly LegacySoundStyle NPCDeath58
Definition SoundID.cs:730
static readonly LegacySoundStyle Item88
Definition SoundID.cs:1021
static readonly LegacySoundStyle NPCDeath10
Definition SoundID.cs:586
static readonly LegacySoundStyle DD2_SonicBoomBladeSlash
Definition SoundID.cs:1561
static readonly LegacySoundStyle DD2_WyvernDeath
Definition SoundID.cs:1498
const int MaxMana
Definition SoundID.cs:253
static readonly LegacySoundStyle Item89
Definition SoundID.cs:1024
static readonly LegacySoundStyle NPCDeath47
Definition SoundID.cs:697
static readonly LegacySoundStyle Item26
Definition SoundID.cs:835
static readonly LegacySoundStyle NPCDeath7
Definition SoundID.cs:577
const int Toucan
Definition SoundID.cs:385
static readonly LegacySoundStyle Item68
Definition SoundID.cs:961
static readonly LegacySoundStyle NPCHit37
Definition SoundID.cs:496
static readonly LegacySoundStyle Item137
Definition SoundID.cs:1168
static readonly LegacySoundStyle Item35
Definition SoundID.cs:862
static readonly LegacySoundStyle NPCHit6
Definition SoundID.cs:403
static readonly LegacySoundStyle Item121
Definition SoundID.cs:1120
static readonly LegacySoundStyle NPCDeath64
Definition SoundID.cs:748
static Dictionary< string, LegacySoundStyle > SoundByName
Definition SoundID.cs:1627
static readonly LegacySoundStyle DD2_PhantomPhoenixShot
Definition SoundID.cs:1558
static readonly LegacySoundStyle Item69
Definition SoundID.cs:964
static readonly LegacySoundStyle DD2_WyvernDiveDown
Definition SoundID.cs:1507
static readonly LegacySoundStyle NPCHit4
Definition SoundID.cs:397
static readonly LegacySoundStyle NPCDeath51
Definition SoundID.cs:709
static readonly LegacySoundStyle Item56
Definition SoundID.cs:925
static readonly LegacySoundStyle Item11
Definition SoundID.cs:790
static readonly LegacySoundStyle Item40
Definition SoundID.cs:877
static readonly LegacySoundStyle DD2_GoblinBomb
Definition SoundID.cs:1297
const int DrumTomLow
Definition SoundID.cs:343
static readonly LegacySoundStyle NPCDeath42
Definition SoundID.cs:682
static readonly LegacySoundStyle Item96
Definition SoundID.cs:1045
static readonly LegacySoundStyle NPCHit31
Definition SoundID.cs:478
static readonly LegacySoundStyle NPCHit7
Definition SoundID.cs:406
const int CoinPickup
Definition SoundID.cs:292
static readonly LegacySoundStyle NPCHit21
Definition SoundID.cs:448
static readonly LegacySoundStyle Item171
Definition SoundID.cs:1270
static readonly LegacySoundStyle Item54
Definition SoundID.cs:919
static readonly LegacySoundStyle NPCDeath24
Definition SoundID.cs:628
static readonly LegacySoundStyle NPCHit33
Definition SoundID.cs:484
static readonly LegacySoundStyle AchievementComplete
Definition SoundID.cs:1300
static readonly LegacySoundStyle Item59
Definition SoundID.cs:934
static readonly LegacySoundStyle Item46
Definition SoundID.cs:895
static readonly LegacySoundStyle Item168
Definition SoundID.cs:1261
static readonly LegacySoundStyle Item18
Definition SoundID.cs:811
static readonly LegacySoundStyle Item104
Definition SoundID.cs:1069
static readonly LegacySoundStyle DD2_BetsyWindAttack
Definition SoundID.cs:1357
static readonly LegacySoundStyle Item60
Definition SoundID.cs:937
static string GetTrackableLegacySoundPath(int id)
Definition SoundID.cs:44
const int Zombie
Definition SoundID.cs:265
static readonly LegacySoundStyle Item20
Definition SoundID.cs:817
static readonly LegacySoundStyle Item48
Definition SoundID.cs:901
const int ForceRoar
Definition SoundID.cs:286
static readonly LegacySoundStyle Item149
Definition SoundID.cs:1204
static readonly LegacySoundStyle Item103
Definition SoundID.cs:1066
static readonly LegacySoundStyle Item95
Definition SoundID.cs:1042
static readonly LegacySoundStyle NPCDeath62
Definition SoundID.cs:742
static readonly LegacySoundStyle DD2_EtherianPortalIdleLoop
Definition SoundID.cs:1513
static readonly LegacySoundStyle NPCDeath25
Definition SoundID.cs:631
const int Trackable
Definition SoundID.cs:304
const int DrumFloorTom
Definition SoundID.cs:364
static readonly LegacySoundStyle NPCDeath30
Definition SoundID.cs:646
static readonly LegacySoundStyle NPCHit36
Definition SoundID.cs:493
static LegacySoundStyle CreateTrackable(string name, int variations, SoundID.SoundStyleDefaults defaults)
Definition SoundID.cs:81
static readonly LegacySoundStyle Item110
Definition SoundID.cs:1087
static readonly LegacySoundStyle Item44
Definition SoundID.cs:889
const int DrumCymbal1
Definition SoundID.cs:352
const int PlayerHit
Definition SoundID.cs:181
static readonly LegacySoundStyle DD2_EtherianPortalSpawnEnemy
Definition SoundID.cs:1519
static readonly LegacySoundStyle DD2_BookStaffTwisterLoop
Definition SoundID.cs:1540
static readonly LegacySoundStyle Item90
Definition SoundID.cs:1027
const int Grass
Definition SoundID.cs:196
static readonly LegacySoundStyle NPCDeath55
Definition SoundID.cs:721
static readonly LegacySoundStyle Item177
Definition SoundID.cs:1288
static readonly LegacySoundStyle NPCDeath46
Definition SoundID.cs:694
static readonly LegacySoundStyle Item87
Definition SoundID.cs:1018
static readonly LegacySoundStyle NPCDeath28
Definition SoundID.cs:640
static int TrackableLegacySoundCount
Definition SoundID.cs:15
const int MenuOpen
Definition SoundID.cs:208
static readonly LegacySoundStyle DD2_BetsySummon
Definition SoundID.cs:1354
const int Splash
Definition SoundID.cs:235
static readonly LegacySoundStyle Item134
Definition SoundID.cs:1159
static readonly LegacySoundStyle NPCHit5
Definition SoundID.cs:400
const int GuitarAm
Definition SoundID.cs:334
static readonly LegacySoundStyle JimsDrone
Definition SoundID.cs:1621
const int GuitarBm
Definition SoundID.cs:331
static readonly LegacySoundStyle Item157
Definition SoundID.cs:1228
static readonly LegacySoundStyle Item74
Definition SoundID.cs:979
static readonly LegacySoundStyle NPCHit38
Definition SoundID.cs:499
static readonly LegacySoundStyle NPCHit25
Definition SoundID.cs:460
static readonly LegacySoundStyle DD2_GoblinDeath
Definition SoundID.cs:1390
static readonly LegacySoundStyle Item23
Definition SoundID.cs:826
static readonly LegacySoundStyle NPCHit42
Definition SoundID.cs:511
static readonly LegacySoundStyle DD2_BetsyDeath
Definition SoundID.cs:1333
static readonly LegacySoundStyle NPCDeath37
Definition SoundID.cs:667
static readonly LegacySoundStyle DD2_GhastlyGlaiveImpactGhost
Definition SoundID.cs:1543
static readonly LegacySoundStyle Item114
Definition SoundID.cs:1099
const int ZombieMoan
Definition SoundID.cs:220
const int QueenSlime
Definition SoundID.cs:373
static readonly LegacySoundStyle DD2_DefeatScene
Definition SoundID.cs:1525
static readonly LegacySoundStyle Item52
Definition SoundID.cs:913
static readonly LegacySoundStyle Item43
Definition SoundID.cs:886
static readonly LegacySoundStyle Item172
Definition SoundID.cs:1273
static readonly LegacySoundStyle DD2_GoblinBomberThrow
Definition SoundID.cs:1408
const int Research
Definition SoundID.cs:367
static readonly LegacySoundStyle DD2_DarkMageDeath
Definition SoundID.cs:1366
static readonly LegacySoundStyle NPCHit35
Definition SoundID.cs:490
SoundStyleDefaults(float volume, float pitchVariance, SoundType type=SoundType.Sound)
Definition SoundID.cs:1639