Dayz Explorer CPP 1.28.160049
Loading...
Searching...
No Matches
config.cpp
Go to the documentation of this file.
1class CfgPatches
2{
3 class DZ_Characters
4 {
5 units[]=
6 {
7 "SurvivorMale",
8 "SurvivorFemale",
9 "SurvivorParts",
10 "SurvivorPartsFemale",
11 "SurvivorPartsMale",
12 "zombieCoverallsBeige",
13 "zombieCoverallsBlue",
14 "zombieCoverallsGreen",
15 "zombieCoverallsGrey",
16 "zombieCoverallsWhite",
17 "zombieJacketBeige",
18 "zombieJacketBlack",
19 "zombieJacketBlue",
20 "zombieJacketBluechecks",
21 "zombieJacketBrown",
22 "zombieJacketGreenchecks",
23 "zombieJacketGrey",
24 "zombieJacketKhaki",
25 "zombieJacketMagenta",
26 "zombieJacketStripes",
27 "zombieShortskirtBeige",
28 "zombieShortskirtBlack",
29 "zombieShortskirtBrown",
30 "zombieShortskirtChecks",
31 "zombieShortskirtGreen",
32 "zombieShortskirtGrey",
33 "zombieShortskirtRed",
34 "zombieShortskirtStripes",
35 "zombieShortskirtWhite",
36 "zombieShortskirtYellow",
37 "zombieJacketBeigeNew",
38 "zombieJacketBlackNew",
39 "zombieJacketBlueNew"
40 };
41 weapons[]={};
42 requiredVersion=0.1;
43 requiredAddons[]=
44 {
45 "DZ_Data"
46 };
47 };
48};
50{
51 class NoVoice
52 {
53 protocol="RadioProtocolBase";
54 variants[]={1};
55 directories[]=
56 {
57 "",
58 ""
59 };
60 };
61};
63{
64 class Zombie1
65 {
66 name="Zombie";
67 face="Zombie1";
68 glasses="None";
69 speaker="NoVoice";
70 pitch=1;
71 };
72 class Zombie2
73 {
74 name="Zombie";
75 face="Zombie2";
76 glasses="None";
77 speaker="NoVoice";
78 pitch=1;
79 };
80 class PlayerMimics
81 {
82 name="PlayerMimics";
83 face="MaleWhiteHeadMimics";
84 glasses="None";
85 speaker="NoVoice";
86 pitch=1;
87 };
88 class Player_H
89 {
90 name="Player_H";
91 face="PlayerFace_H";
92 glasses="None";
93 speaker="NoVoice";
94 pitch=1;
95 };
96 class MaleAsian
97 {
98 name="MaleAsian";
99 face="MaleAsianHead_01_New";
100 glasses="None";
101 speaker="NoVoice";
102 pitch=1;
103 };
104 class MaleAsian2
105 {
106 name="MaleAsian2";
107 face="MaleAsianHead_01_Medium_New";
108 glasses="None";
109 speaker="NoVoice";
110 pitch=1;
111 };
112};
113class CfgFSMs
114{
115};
116class CfgVehicles
117{
118 class AllVehicles;
119 class Man: AllVehicles
120 {
121 };
122 class SurvivorBase: Man
123 {
124 accuracy=1000;
125 handGunBone="RightHand";
126 weaponBone="RightHand_Dummy";
127 inventorySlot[]=
128 {
129 "Driver"
130 };
131 attachments[]=
132 {
133 "Head",
134 "Shoulder",
135 "Melee",
136 "Headgear",
137 "Mask",
138 "Eyewear",
139 "Hands",
140 "LeftHand",
141 "Gloves",
142 "Armband",
143 "Vest",
144 "Body",
145 "Back",
146 "Hips",
147 "Legs",
148 "Feet",
149 "Splint_Right"
150 };
151 simulation="dayzplayer";
152 hasHistory=1;
153 class enfAnimSys
154 {
155 meshObject="dz\characters\bodies\player_testing.xob";
156 graphName="dz\anims\workspaces\player\player_main\player_main.agr";
157 defaultInstance="dz\anims\workspaces\player\player_main\player_main.asi";
158 skeletonName="player_testing.xob";
159 startNode="MasterControl";
160 };
161 class AnimSystem
162 {
163 meshObject="INVALID MESH OBJET NAME";
164 animGraph="INVALID ANIMGRAPH NAME";
165 };
166 class Skinning
167 {
168 class Steaks
169 {
170 item="HumanSteakMeat";
171 count=10;
172 quantityMinMaxCoef[]={0.5,1};
173 };
174 class Guts
175 {
176 item="Guts";
177 count=1;
178 quantityMinMaxCoef[]={0.5,0.80000001};
179 };
180 class Lard
181 {
182 item="Lard";
183 count=1;
184 quantityMinMaxCoef[]={0.5,1};
185 };
186 class Bones
187 {
188 item="Bone";
189 count=2;
190 quantityMinMaxCoef[]={0.75,1};
191 };
192 class BloodInfectionSettings
193 {
194 class Salmonella
195 {
196 chance=0.40000001;
197 };
198 };
199 };
200 class DayZPlayer
201 {
202 class P3DAttachments
203 {
204 P3DProxies[]=
205 {
206 "spine1",
207 "righthand_dummy",
208 "spine2",
209 "head",
210 "rightlegroll",
211 "spine3",
212 "lefthand",
213 "pelvis",
214 "leftshoulder",
215 "rightshoulder",
216 "rightleg",
217 "leftleg"
218 };
219 BoneNames[]=
220 {
221 "Spine1",
222 "RightHand_Dummy",
223 "Spine2",
224 "Head",
225 "RightLegRoll",
226 "Spine3",
227 "LeftHand",
228 "Pelvis",
229 "LeftShoulder",
230 "RightShoulder",
231 "RightLeg",
232 "LeftLeg"
233 };
234 };
235 class CommandMoveDir
236 {
237 RunSpringTimeout=0.1;
238 RunSpringMaxChange=4;
239 DirFilterTimeout=0.1;
240 DirFilterSpeed=6.2831855;
241 MaxSprintAngle=45.009998;
242 ikSetup="LR";
243 };
244 class CommandLookAt
245 {
246 HeadDirFilterTimeout=0.2;
247 HeadDirFilterSpeed=6.2800002;
248 };
249 };
250 class MeleeModes
251 {
252 class Fist
253 {
254 ammo="MeleeFist";
255 range=1.2;
256 };
257 class Fist_Heavy
258 {
259 ammo="MeleeFist_Heavy";
260 range=1.2;
261 };
262 class Fist_Sprint
263 {
264 ammo="MeleeFist_Heavy";
265 range=2.3;
266 };
267 };
268 storageCategory=9;
269 class InventoryEquipment
270 {
271 playerSlots[]=
272 {
273 "Slot_Shoulder",
274 "Slot_Melee",
275 "Slot_Vest",
276 "Slot_Body",
277 "Slot_Hips",
278 "Slot_Legs",
279 "Slot_Back",
280 "Slot_Headgear",
281 "Slot_Mask",
282 "Slot_Eyewear",
283 "Slot_Gloves",
284 "Slot_Feet",
285 "Slot_Armband"
286 };
287 };
288 class AIPlayerParams
289 {
290 teamName="Player";
291 };
292 displayName="$STR_cfgvehicles_survivor0";
293 descriptionShort="$STR_cfgvehicles_survivor1";
294 VoNRanges[]={8,30,60};
295 faction="dz_Civ_US";
296 rarityUrban=-1;
297 Icon="\dz\Characters\data\UI\icons\soldier_CA.paa";
298 canCarryBackPack=1;
299 supplyRadius=1.5;
300 quickBarBonus=4;
301 customHeads[]={};
302 selectionPersonality="personality";
303 vehicleClass="People";
304 faceType="MaleWhiteHeadNew";
305 languages[]={};
306 threat[]={1,0.050000001,0.050000001};
307 extCameraPosition[]={0.25,-0.25,-2.3499999};
308 extCameraPositionMoving[]={0.1,-0.25,-2.8900001};
309 extCameraPositionRaisedWeapon[]={0.55000001,-0.33000001,-1.51,-0.44999999,-0.33000001,-1.51};
310 extCameraPositionRaisedWeaponMoving[]={0.1,-0.31999999,-2.54};
311 extCameraPositionRaised[]={0.25,-0.16,-1.39,-0.15000001,-0.16,-1.39};
312 extCameraPositionRaisedMoving[]={0.25,-0.23999999,-2.53,-0.15000001,-0.23999999,-2.53};
313 extCameraSpeedBound[]={4.1999998,6.9000001};
314 extCamTopZoomCoef=0.72500002;
315 htMin=60;
316 htMax=1800;
317 afMax=30;
318 mfMax=0;
319 mFact=1;
320 tBody=37;
321 varTemperatureInit=36;
322 varTemperatureMin=-100;
323 varTemperatureMax=1000;
324 varTemperatureFreezePoint=-1;
325 varTemperatureThawPoint=-1;
326 varTemperatureFreezeTime=3960;
327 varTemperatureThawTime=3960;
328 launcherBone="launcher";
329 selectionHeadWound="injury_head";
330 selectionBodyWound="injury_body";
331 selectionLArmWound="injury_hands";
332 selectionRArmWound="injury_hands";
333 selectionLLegWound="injury_legs";
334 selectionRLegWound="injury_legs";
335 selectionHeadHide="";
336 selectionNeckHide="";
337 memoryPointLStep="footstepL";
338 memoryPointRStep="footstepR";
339 memoryPointAim="aimPoint";
340 memoryPointCameraTarget="camera";
341 memoryPointCommonDamage="l_femur_hit";
342 memoryPointLeaningAxis="leaning_axis";
343 memoryPointAimingAxis="aiming_axis";
344 memoryPointHeadAxis="head_axis";
345 selectionLBrow="lBrow";
346 selectionMBrow="mBrow";
347 selectionRBrow="rBrow";
348 selectionLMouth="lMouth";
349 selectionMMouth="mMouth";
350 selectionRMouth="rMouth";
351 selectionEyelid="Eyelids";
352 selectionLip="LLip";
353 class VegetationSounds
354 {
355 class bush_walkErc
356 {
357 soundSet="bush_walkErc_SoundSet";
358 animEventIds[]={1,2,23,24,51,52};
359 };
360 class bush_walkCro
361 {
362 soundSet="bush_walkCro_SoundSet";
363 animEventIds[]={21,22,31,32,33,34,131};
364 };
365 class bush_runErc
366 {
367 soundSet="bush_runErc_SoundSet";
368 animEventIds[]={3,4,17,101,53,54};
369 };
370 class bush_sprintErc
371 {
372 soundSet="bush_sprintErc_SoundSet";
373 animEventIds[]={5,6,35,36,37,38,100,110,111};
374 };
375 class bush_scuffErc
376 {
377 soundSet="bush_scuffErc_SoundSet";
378 animEventIds[]={7,8};
379 };
380 };
381 class DamageSystem
382 {
383 class GlobalHealth
384 {
385 class Health
386 {
387 hitpoints=100;
388 healthLevels[]=
389 {
390
391 {
392 1,
393 {}
394 },
395
396 {
397 0.69999999,
398 {}
399 },
400
401 {
402 0.5,
403 {}
404 },
405
406 {
407 0.30000001,
408 {}
409 },
410
411 {
412 0,
413 {}
414 }
415 };
416 };
417 class Blood
418 {
419 hitpoints=5000;
420 };
421 class Shock
422 {
423 hitpoints=100;
424 };
425 };
426 class DamageZones
427 {
428 class Head
429 {
430 class Health
431 {
432 hitpoints=33;
433 transferToGlobalCoef=2;
434 };
435 class Blood
436 {
437 hitpoints=100;
438 transferToGlobalCoef=0;
439 };
440 class Shock
441 {
442 hitpoints=0;
443 transferToGlobalCoef=2;
444 };
445 class ArmorType
446 {
447 class Projectile
448 {
449 class Health
450 {
451 damage=1;
452 };
453 class Blood
454 {
455 damage=1;
456 };
457 class Shock
458 {
459 damage=3;
460 };
461 };
462 class Melee
463 {
464 class Health
465 {
466 damage=0.5;
467 };
468 class Blood
469 {
470 damage=1;
471 };
472 class Shock
473 {
474 damage=1;
475 };
476 };
477 class Infected
478 {
479 class Health
480 {
481 damage=0.5;
482 };
483 class Blood
484 {
485 damage=1;
486 };
487 class Shock
488 {
489 damage=1;
490 };
491 };
492 };
493 componentNames[]=
494 {
495 "dmgZone_head"
496 };
497 fatalInjuryCoef=0.1;
498 inventorySlots[]=
499 {
500 "Headgear",
501 "Mask",
502 "Eyewear"
503 };
504 inventorySlotsCoefs[]={1,1,0.5};
505 };
506 class Brain
507 {
508 class Health
509 {
510 hitpoints=100;
511 transferToGlobalCoef=1;
512 };
513 class Blood
514 {
515 hitpoints=100;
516 transferToGlobalCoef=0;
517 };
518 class Shock
519 {
520 hitpoints=0;
521 transferToGlobalCoef=1;
522 };
523 class ArmorType
524 {
525 class Melee
526 {
527 class Health
528 {
529 damage=0;
530 };
531 class Blood
532 {
533 damage=1;
534 };
535 class Shock
536 {
537 damage=1;
538 };
539 };
540 class Projectile
541 {
542 class Health
543 {
544 damage=1;
545 };
546 class Blood
547 {
548 damage=0;
549 };
550 class Shock
551 {
552 damage=0;
553 };
554 };
555 class FragGrenade
556 {
557 class Health
558 {
559 damage=0;
560 };
561 class Blood
562 {
563 damage=1;
564 };
565 class Shock
566 {
567 damage=1;
568 };
569 };
570 };
571 componentNames[]=
572 {
573 "dmgZone_brain"
574 };
575 fatalInjuryCoef=1;
576 };
577 class Torso
578 {
579 class Health
580 {
581 hitpoints=100;
582 transferToGlobalCoef=1;
583 };
584 class Blood
585 {
586 hitpoints=100;
587 transferToGlobalCoef=0;
588 };
589 class Shock
590 {
591 hitpoints=0;
592 transferToGlobalCoef=1;
593 };
594 class ArmorType
595 {
596 class Projectile
597 {
598 class Health
599 {
600 damage=1;
601 };
602 class Blood
603 {
604 damage=1;
605 };
606 class Shock
607 {
608 damage=1;
609 };
610 };
611 };
612 componentNames[]=
613 {
614 "dmgZone_torso",
615 "dmgZone_lungs",
616 "dmgZone_spine",
617 "dmgZone_liver",
618 "dmgZone_heart"
619 };
620 fatalInjuryCoef=-1;
621 inventorySlots[]=
622 {
623 "Vest",
624 "Body",
625 "Back",
626 "Hips"
627 };
628 inventorySlotsCoefs[]={1,1,0.5,0.1};
629 };
630 class LeftArm
631 {
632 class Health
633 {
634 hitpoints=100;
635 transferToGlobalCoef=0.1;
636 };
637 class Blood
638 {
639 hitpoints=100;
640 transferToGlobalCoef=0;
641 };
642 class Shock
643 {
644 hitpoints=0;
645 transferToGlobalCoef=1;
646 };
647 class ArmorType
648 {
649 class Projectile
650 {
651 class Health
652 {
653 damage=1;
654 };
655 class Blood
656 {
657 damage=1;
658 };
659 class Shock
660 {
661 damage=0.33000001;
662 };
663 };
664 };
665 componentNames[]=
666 {
667 "dmgZone_leftArm"
668 };
669 inventorySlots[]=
670 {
671 "Body"
672 };
673 inventorySlotsCoefs[]={1};
674 fatalInjuryCoef=-1;
675 };
676 class RightArm
677 {
678 class Health
679 {
680 hitpoints=100;
681 transferToGlobalCoef=0.1;
682 };
683 class Blood
684 {
685 hitpoints=100;
686 transferToGlobalCoef=0;
687 };
688 class Shock
689 {
690 hitpoints=0;
691 transferToGlobalCoef=1;
692 };
693 class ArmorType
694 {
695 class Projectile
696 {
697 class Health
698 {
699 damage=1;
700 };
701 class Blood
702 {
703 damage=1;
704 };
705 class Shock
706 {
707 damage=0.33000001;
708 };
709 };
710 };
711 componentNames[]=
712 {
713 "dmgZone_rightArm"
714 };
715 inventorySlots[]=
716 {
717 "Body"
718 };
719 inventorySlotsCoefs[]={1};
720 fatalInjuryCoef=-1;
721 };
722 class LeftHand
723 {
724 class Health
725 {
726 hitpoints=100;
727 transferToGlobalCoef=0.1;
728 };
729 class Blood
730 {
731 hitpoints=100;
732 transferToGlobalCoef=0;
733 };
734 class Shock
735 {
736 hitpoints=0;
737 transferToGlobalCoef=1;
738 };
739 class ArmorType
740 {
741 class Projectile
742 {
743 class Health
744 {
745 damage=1;
746 };
747 class Blood
748 {
749 damage=1;
750 };
751 class Shock
752 {
753 damage=0.1;
754 };
755 };
756 };
757 transferToZonesNames[]=
758 {
759 "LeftArm"
760 };
761 transferToZonesCoefs[]={0.1};
762 componentNames[]=
763 {
764 "dmgZone_leftHand"
765 };
766 fatalInjuryCoef=-1;
767 inventorySlots[]=
768 {
769 "Gloves"
770 };
771 };
772 class RightHand: LeftHand
773 {
774 transferToZonesNames[]=
775 {
776 "RightArm"
777 };
778 componentNames[]=
779 {
780 "dmgZone_rightHand"
781 };
782 inventorySlots[]=
783 {
784 "Gloves"
785 };
786 };
787 class LeftLeg
788 {
789 class Health
790 {
791 hitpoints=125;
792 transferToGlobalCoef=0.25;
793 };
794 class Blood
795 {
796 hitpoints=100;
797 transferToGlobalCoef=0;
798 };
799 class Shock
800 {
801 hitpoints=0;
802 transferToGlobalCoef=1;
803 };
804 class ArmorType
805 {
806 class Projectile
807 {
808 class Health
809 {
810 damage=1.2;
811 };
812 class Blood
813 {
814 damage=1;
815 };
816 class Shock
817 {
818 damage=0.33000001;
819 };
820 };
821 };
822 fatalInjuryCoef=-1;
823 componentNames[]=
824 {
825 "dmgZone_leftLeg"
826 };
827 inventorySlots[]=
828 {
829 "Legs"
830 };
831 };
832 class RightLeg: LeftLeg
833 {
834 componentNames[]=
835 {
836 "dmgZone_rightLeg"
837 };
838 inventorySlots[]=
839 {
840 "Legs"
841 };
842 };
843 class LeftFoot
844 {
845 class Health
846 {
847 hitpoints=125;
848 transferToGlobalCoef=0.1;
849 };
850 class Blood
851 {
852 hitpoints=100;
853 transferToGlobalCoef=0;
854 };
855 class Shock
856 {
857 hitpoints=0;
858 transferToGlobalCoef=1;
859 };
860 class ArmorType
861 {
862 class Projectile
863 {
864 class Health
865 {
866 damage=1.2;
867 };
868 class Blood
869 {
870 damage=1;
871 };
872 class Shock
873 {
874 damage=0.1;
875 };
876 };
877 };
878 fatalInjuryCoef=-1;
879 componentNames[]=
880 {
881 "dmgZone_leftFoot"
882 };
883 inventorySlots[]=
884 {
885 "Feet"
886 };
887 transferToZonesNames[]=
888 {
889 "LeftLeg"
890 };
891 transferToZonesCoefs[]={0.2};
892 };
893 class RightFoot: LeftFoot
894 {
895 componentNames[]=
896 {
897 "dmgZone_rightFoot"
898 };
899 transferToZonesNames[]=
900 {
901 "RightLeg"
902 };
903 transferToZonesCoefs[]={0.2};
904 };
905 };
906 };
907 class NoiseStepStand
908 {
909 strength=16;
910 type="sound";
911 };
912 class NoiseStepCrouch
913 {
914 strength=6;
915 type="sound";
916 };
917 class NoiseStepProne
918 {
919 strength=5;
920 type="sound";
921 };
922 class NoiseLandLight
923 {
924 strength=8;
925 type="sound";
926 };
927 class NoiseLandHeavy
928 {
929 strength=16;
930 type="sound";
931 };
932 class NoiseWhisper
933 {
934 strength=5;
935 type="sound";
936 };
937 class NoiseTalk
938 {
939 strength=25;
940 type="sound";
941 };
942 class NoiseShout
943 {
944 strength=40;
945 type="sound";
946 };
947 class NoiseActionDefault
948 {
949 strength=10;
950 type="sound";
951 };
952 class AnimEvents
953 {
954 class Sounds
955 {
956 class Dig_Hoe_SoundSet
957 {
958 soundset="Dig_Hoe_Soundset";
959 id=1;
960 };
961 class Dig_Hoe_Snow
962 {
963 soundset="Dig_Hoe_Snow_SoundSet";
964 id=902;
965 };
966 class Hack_Bush_Leaf
967 {
968 soundSet="Hack_Bush_Leaf_SoundSet";
969 id=3;
970 };
971 class putItemInventory
972 {
973 soundSet="putItemInventory_SoundSet";
974 id=5;
975 };
976 class tuneRadio
977 {
978 soundSet="tuneRadio_SoundSet";
979 id=8;
980 };
981 class mapIn
982 {
983 soundSet="mapIn_SoundSet";
984 id=9;
985 };
986 class mapOut
987 {
988 soundSet="mapOut_SoundSet";
989 id=10;
990 };
991 class noteIn
992 {
993 soundSet="noteIn_SoundSet";
994 id=11;
995 };
996 class noteOut
997 {
998 soundSet="noteOut_SoundSet";
999 id=12;
1000 };
1001 class minePickAxe
1002 {
1003 soundSet="minePickAxe_SoundSet";
1004 id=13;
1005 };
1006 class Dig_PickAxe_End
1007 {
1008 soundSet="Dig_PickAxe_End_SoundSet";
1009 id=14;
1010 };
1011 class Dig_PickAxe
1012 {
1013 soundSet="Dig_PickAxe_SoundSet";
1014 id=15;
1015 };
1016 class Dig_PickAxe_Snow
1017 {
1018 soundSet="Dig_PickAxe_Snow_SoundSet";
1019 id=903;
1020 };
1021 class Dig_Ice_In
1022 {
1023 soundSet="Char_HiddenStash_Dig_Shovel_In_Ice_SoundSet";
1024 id=904;
1025 };
1026 class Dig_Ice
1027 {
1028 soundSet="Char_HiddenStash_Dig_Ice_SoundSet";
1029 id=905;
1030 };
1031 class Dig_Knife
1032 {
1033 soundSet="Dig_Knife_SoundSet";
1034 id=906;
1035 };
1036 class Dig_Hatchet
1037 {
1038 soundSet="Dig_Hatchet_SoundSet";
1039 id=907;
1040 };
1041 class cutBarkLoop
1042 {
1043 soundSet="cutBarkLoop_SoundSet";
1044 id=16;
1045 };
1046 class cutBarkEnd
1047 {
1048 soundSet="cutBarkEnd_SoundSet";
1049 id=17;
1050 };
1051 class RiverWater_in_A
1052 {
1053 soundSet="RiverWater_in_A_SoundSet";
1054 id=21;
1055 };
1056 class pickUpCanisterGasolineLight
1057 {
1058 soundSet="pickUpCanisterGasolineLight_SoundSet";
1059 id=22;
1060 };
1061 class pickUpCanisterGasoline
1062 {
1063 soundSet="pickUpCanisterGasoline_SoundSet";
1064 id=23;
1065 };
1066 class flip_GasolineCanister
1067 {
1068 soundSet="flip_GasolineCanister_SoundSet";
1069 id=24;
1070 };
1071 class RefuelGasolineCanister_loop_pour
1072 {
1073 soundSet="RefuelGasolineCanister_loop_pour_SoundSet";
1074 id=60;
1075 };
1076 class RefuelPot_loop_pour
1077 {
1078 soundSet="RefuelPot_loop_pour_SoundSet";
1079 id=61;
1080 };
1081 class RefuelPot_in_pour
1082 {
1083 soundSet="RefuelPot_in_pour_SoundSet";
1084 id=62;
1085 };
1086 class RefuelPot_out_pour
1087 {
1088 soundSet="RefuelPot_out_pour_SoundSet";
1089 id=63;
1090 };
1091 class Pot_Shake
1092 {
1093 soundSet="Pot_Shake_SoundSet";
1094 id=25;
1095 };
1096 class step_ladder
1097 {
1098 soundSet="step_ladder_Char_Soundset";
1099 id=26;
1100 };
1101 class step_ladder_run
1102 {
1103 soundSet="step_ladder_run_Char_Soundset";
1104 id=27;
1105 };
1106 class Flashlight_TurnOn
1107 {
1108 soundSet="Flashlight_TurnOn_SoundSet";
1109 id=28;
1110 };
1111 class Flashlight_TurnOff
1112 {
1113 soundSet="Flashlight_TurnOff_SoundSet";
1114 id=29;
1115 };
1116 class turnOnMegaphone
1117 {
1118 soundSet="turnOnMegaphone_SoundSet";
1119 id=30;
1120 };
1121 class turnOffMegaphone
1122 {
1123 soundSet="turnOffMegaphone_SoundSet";
1124 id=31;
1125 };
1126 class seedpack_open
1127 {
1128 soundSet="seedpack_open_SoundSet";
1129 id=32;
1130 };
1131 class seedpack_empty
1132 {
1133 soundSet="seedpack_empty_SoundSet";
1134 id=33;
1135 };
1136 class Morphine_spear
1137 {
1138 soundSet="Morphine_spear_SoundSet";
1139 id=34;
1140 };
1141 class Morphine_out
1142 {
1143 soundSet="Morphine_out_Soundset";
1144 id=35;
1145 };
1146 class Hanckuff_Close_1
1147 {
1148 soundSet="handcuff_close_1_SoundSet";
1149 id=36;
1150 };
1151 class Hanckuff_Close_2
1152 {
1153 soundSet="handcuff_close_2_SoundSet";
1154 id=37;
1155 };
1156 class rope_tieup
1157 {
1158 soundSet="rope_tieup_SoundSet";
1159 id=38;
1160 };
1161 class rope_tieup_end
1162 {
1163 soundSet="rope_tieup_end_SoundSet";
1164 id=39;
1165 };
1166 class rope_tieup_back
1167 {
1168 soundSet="rope_tieup_back_SoundSet";
1169 id=40;
1170 };
1171 class mineBushHand
1172 {
1173 soundSet="mineBushHand_SoundSet";
1174 id=41;
1175 };
1176 class EatCandy
1177 {
1178 soundSet="EatingCandy_SoundSet";
1179 id=42;
1180 };
1181 class Pot_Fill_Snow
1182 {
1183 soundSet="Pot_Fill_Snow_SoundSet";
1184 id=43;
1185 };
1186 class Waterbottle_Fill_Snow
1187 {
1188 soundSet="Waterbottle_Fill_Snow_SoundSet";
1189 id=44;
1190 };
1191 class Waterbottle_Fill_Snow_End
1192 {
1193 soundSet="Waterbottle_Fill_Snow_End_SoundSet";
1194 id=46;
1195 };
1196 class Eating_TakeSnow
1197 {
1198 soundSet="Eating_TakeSnow_SoundSet";
1199 id=45;
1200 };
1201 class GasolineCanister_Fill_Snow
1202 {
1203 soundSet="GasolineCanister_Fill_Snow_SoundSet";
1204 id=47;
1205 };
1206 class GasolineCanister_Fill_Snow_In
1207 {
1208 soundSet="GasolineCanister_Fill_Snow_In_SoundSet";
1209 id=48;
1210 };
1211 class GasolineCanister_Fill_Snow_End
1212 {
1213 soundSet="GasolineCanister_Fill_Snow_End_SoundSet";
1214 id=49;
1215 };
1216 class GasolineCanister_Fill_Pond_In
1217 {
1218 soundSet="GasolineCanister_Fill_Pond_In_SoundSet";
1219 id=54;
1220 };
1221 class GasolineCanister_Fill_Pond_Out
1222 {
1223 soundSet="GasolineCanister_Fill_Pond_Out_SoundSet";
1224 id=55;
1225 };
1226 class GasolineCanister_Fill_Pond_loop
1227 {
1228 soundSet="GasolineCanister_Fill_Pond_loop_SoundSet";
1229 id=56;
1230 };
1231 class GasolineCanister_Fill_Well_In
1232 {
1233 soundSet="GasolineCanister_Fill_Well_In_SoundSet";
1234 id=57;
1235 };
1236 class GasolineCanister_Fill_Well_Out
1237 {
1238 soundSet="GasolineCanister_Fill_Well_Out_SoundSet";
1239 id=58;
1240 };
1241 class GasolineCanister_Fill_Well_loop
1242 {
1243 soundSet="GasolineCanister_Fill_Well_loop_SoundSet";
1244 id=59;
1245 };
1246 class AlarmClock_SetUp_Loop
1247 {
1248 soundSet="AlarmClock_SetUp_Loop_SoundSet";
1249 id=1545;
1250 };
1251 class KitchenTimer_SetUp_Loop
1252 {
1253 soundSet="KitchenTimer_SetUp_Loop_SoundSet";
1254 id=1570;
1255 };
1256 class KitchenTimer_TurningOff
1257 {
1258 soundSet="KitchenTimer_TurningOff_SoundSet";
1259 id=1571;
1260 };
1261 class GPSReceiver_TurnOn
1262 {
1263 soundSet="GPSReceiver_TurnOn_SoundSet";
1264 id=1575;
1265 };
1266 class BlowTorch_TurnOn
1267 {
1268 soundSet="BlowTorch_TurnOn_SoundSet";
1269 id=1580;
1270 };
1271 class BlowTorch_TurnOff
1272 {
1273 soundSet="BlowTorch_TurnOff_SoundSet";
1274 id=1581;
1275 };
1276 class BlowTorch_Loop
1277 {
1278 soundSet="BlowTorch_Loop_SoundSet";
1279 id=1582;
1280 };
1281 class Flag_in
1282 {
1283 soundSet="Flag_in_SoundSet";
1284 id=50;
1285 };
1286 class Flag_out
1287 {
1288 soundSet="Flag_out_SoundSet";
1289 id=51;
1290 };
1291 class Flag_raise_loop
1292 {
1293 soundSet="Flag_raise_loop_SoundSet";
1294 id=52;
1295 };
1296 class Flag_lower_loop
1297 {
1298 soundSet="Flag_lower_loop_SoundSet";
1299 id=53;
1300 };
1301 class Pill_consuming_bottle
1302 {
1303 soundSet="Pill_consuming_bottle_SoundSet";
1304 id=1800;
1305 };
1306 class Pill_consuming_pack
1307 {
1308 soundSet="Pill_consuming_pack_SoundSet";
1309 id=1801;
1310 };
1311 class Clean_hands_bottle_in
1312 {
1313 soundSet="Clean_hands_bottle_in_SoundSet";
1314 id=1802;
1315 };
1316 class Clean_hands_bottle_loop
1317 {
1318 soundSet="Clean_hands_bottle_loop_SoundSet";
1319 id=1803;
1320 };
1321 class Clean_hands_bottle_out
1322 {
1323 soundSet="Clean_hands_bottle_out_SoundSet";
1324 id=1804;
1325 };
1326 class CleanHands_pump_in
1327 {
1328 soundSet="CleanHands_pump_in_SoundSet";
1329 id=1808;
1330 };
1331 class CleanHands_pond_loop
1332 {
1333 soundSet="CleanHands_pond_loop_SoundSet";
1334 id=1806;
1335 };
1336 class CleanHands_pond_in
1337 {
1338 soundSet="CleanHands_pond_in_SoundSet";
1339 id=1807;
1340 };
1341 class CleanHands_snow_loop
1342 {
1343 soundSet="CleanHands_snow_loop_SoundSet";
1344 id=1906;
1345 };
1346 class CleanHands_snow_in
1347 {
1348 soundSet="CleanHands_snow_in_SoundSet";
1349 id=1907;
1350 };
1351 class Heatpack
1352 {
1353 soundSet="Heatpack_SoundSet";
1354 id=1805;
1355 };
1356 class HandClap
1357 {
1358 soundSet="Char_Gestures_HandClap_SoundSet";
1359 id=1809;
1360 };
1361 class BloodTest_In
1362 {
1363 soundSet="BloodTest_In_Soundset";
1364 id=1810;
1365 };
1366 class BloodTest_Loop
1367 {
1368 soundSet="BloodTest_Loop_Soundset";
1369 id=1811;
1370 };
1371 class BloodTest_other_In
1372 {
1373 soundSet="BloodTest_other_In_Soundset";
1374 id=1910;
1375 };
1376 class BloodTest_other_Loop
1377 {
1378 soundSet="BloodTest_other_Loop_Soundset";
1379 id=1911;
1380 };
1381 class WringClothes
1382 {
1383 soundSet="WringClothes_SoundSet";
1384 id=1812;
1385 };
1386 class Axe_firewood
1387 {
1388 soundSet="Axe_Firewood_SoundSet";
1389 id=1813;
1390 };
1391 class Saw_Firewood
1392 {
1393 soundSet="Saw_Firewood_SoundSet";
1394 id=1814;
1395 };
1396 class Hatchet_Firewood
1397 {
1398 soundSet="Hatchet_Firewood_SoundSet";
1399 id=1815;
1400 };
1401 class DuctTape_patching_start
1402 {
1403 soundSet="DuctTape_patching_start_SoundSet";
1404 id=1816;
1405 };
1406 class DuctTape_patching_end
1407 {
1408 soundSet="DuctTape_patching_end_SoundSet";
1409 id=1817;
1410 };
1411 class TirePatching_start
1412 {
1413 soundSet="TirePatching_start_SoundSet";
1414 id=1825;
1415 };
1416 class TirePatching_loop
1417 {
1418 soundSet="TirePatching_loop_SoundSet";
1419 id=1826;
1420 };
1421 class TirePatching_end
1422 {
1423 soundSet="TirePatching_end_SoundSet";
1424 id=1827;
1425 };
1426 class Sewingkit_patching_loop
1427 {
1428 soundSet="sewingkit_patching_loop_SoundSet";
1429 id=1828;
1430 };
1431 class Sewingkit_patching_end
1432 {
1433 soundSet="sewingkit_patching_end_SoundSet";
1434 id=1829;
1435 };
1436 class Leather_sewingkit_patching_loop
1437 {
1438 soundSet="leather_sewingkit_patching_loop_SoundSet";
1439 id=1830;
1440 };
1441 class BreakStick_start
1442 {
1443 soundSet="BreakStick_start_SoundSet";
1444 id=1831;
1445 };
1446 class BreakStick_loop
1447 {
1448 soundSet="BreakStick_loop_SoundSet";
1449 id=1832;
1450 };
1451 class BreakStick_end
1452 {
1453 soundSet="BreakStick_end_SoundSet";
1454 id=1833;
1455 };
1456 class Weapon_Cleaning_Pistol
1457 {
1458 soundSet="Weapon_Cleaning_Pistol_SoundSet";
1459 id=1834;
1460 };
1461 class Weapon_Cleaning_Riffle
1462 {
1463 soundSet="Weapon_Cleaning_Riffle_SoundSet";
1464 id=1835;
1465 };
1466 class CZ75_charge_open
1467 {
1468 soundSet="CZ75_charge_open_SoundSet";
1469 id=101;
1470 };
1471 class CZ75_charge_open_release
1472 {
1473 soundSet="CZ75_charge_open_release_SoundSet";
1474 id=102;
1475 };
1476 class CZ75_charge_close
1477 {
1478 soundSet="CZ75_charge_close_SoundSet";
1479 id=103;
1480 };
1481 class CZ75_charge_close_release
1482 {
1483 soundSet="CZ75_charge_close_release_SoundSet";
1484 id=104;
1485 };
1486 class CZ75_chamber_load
1487 {
1488 soundSet="CZ75_chamber_load_SoundSet";
1489 id=105;
1490 };
1491 class CZ75_mag_in
1492 {
1493 soundSet="CZ75_mag_in_SoundSet";
1494 id=106;
1495 };
1496 class CZ75_mag_load
1497 {
1498 soundSet="CZ75_mag_load_SoundSet";
1499 id=107;
1500 };
1501 class CZ75_mag_remove
1502 {
1503 soundSet="CZ75_mag_remove_SoundSet";
1504 id=108;
1505 };
1506 class CZ75_dry
1507 {
1508 soundSet="CZ75_dry_SoundSet";
1509 id=110;
1510 };
1511 class CZ75_pullout
1512 {
1513 soundSet="CZ75_pullout_SoundSet";
1514 id=111;
1515 };
1516 class CZ75_dry_uncock
1517 {
1518 soundSet="CZ75_dry_uncock_SoundSet";
1519 id=113;
1520 };
1521 class CZ75_jamming1
1522 {
1523 soundSet="CZ75_jamming1_SoundSet";
1524 id=1001;
1525 };
1526 class CZ75_jamming2
1527 {
1528 soundSet="CZ75_jamming2_SoundSet";
1529 id=1002;
1530 };
1531 class CZ75_jamming3
1532 {
1533 soundSet="CZ75_jamming3_SoundSet";
1534 id=1003;
1535 };
1536 class CZ75_jamming4
1537 {
1538 soundSet="CZ75_jamming4_SoundSet";
1539 id=1004;
1540 };
1541 class CZ75_jamming5
1542 {
1543 soundSet="CZ75_jamming5_SoundSet";
1544 id=1005;
1545 };
1546 class CZ75_jamming6
1547 {
1548 soundSet="CZ75_jamming6_SoundSet";
1549 id=1006;
1550 };
1551 class CZ75_jamming7
1552 {
1553 soundSet="CZ75_jamming7_SoundSet";
1554 id=1007;
1555 };
1556 class CZ75_jamming8
1557 {
1558 soundSet="CZ75_jamming8_SoundSet";
1559 id=1008;
1560 };
1561 class CZ75_jamming9
1562 {
1563 soundSet="CZ75_jamming9_SoundSet";
1564 id=1009;
1565 };
1566 class CZ75_jamming10
1567 {
1568 soundSet="CZ75_jamming10_SoundSet";
1569 id=1010;
1570 };
1571 class CZ75_jamming11
1572 {
1573 soundSet="CZ75_jamming11_SoundSet";
1574 id=1011;
1575 };
1576 class CZ75_jamming12
1577 {
1578 soundSet="CZ75_jamming12_SoundSet";
1579 id=1012;
1580 };
1581 class CZ75_jamming13
1582 {
1583 soundSet="CZ75_jamming13_SoundSet";
1584 id=1013;
1585 };
1586 class CZ75_jam
1587 {
1588 soundSet="CZ75_jam_SoundSet";
1589 id=115;
1590 };
1591 class FNX45_charge_open
1592 {
1593 soundSet="FNX45_charge_open_SoundSet";
1594 id=121;
1595 };
1596 class FNX45_charge_open_release
1597 {
1598 soundSet="FNX45_charge_open_release_SoundSet";
1599 id=122;
1600 };
1601 class FNX45_charge_close
1602 {
1603 soundSet="FNX45_charge_close_SoundSet";
1604 id=123;
1605 };
1606 class FNX45_charge_close_release
1607 {
1608 soundSet="FNX45_charge_close_release_SoundSet";
1609 id=124;
1610 };
1611 class FNX45_chamber_load
1612 {
1613 soundSet="FNX45_chamber_load_SoundSet";
1614 id=125;
1615 };
1616 class FNX45_mag_in
1617 {
1618 soundSet="FNX45_mag_in_SoundSet";
1619 id=126;
1620 };
1621 class FNX45_mag_load
1622 {
1623 soundSet="FNX45_mag_load_SoundSet";
1624 id=127;
1625 };
1626 class FNX45_mag_remove
1627 {
1628 soundSet="FNX45_mag_remove_SoundSet";
1629 id=128;
1630 };
1631 class FNX45_dry
1632 {
1633 soundSet="FNX45_dry_SoundSet";
1634 id=130;
1635 };
1636 class FNX45_pullout
1637 {
1638 soundSet="FNX45_pullout_SoundSet";
1639 id=131;
1640 };
1641 class FNX45_dry_uncock
1642 {
1643 soundSet="FNX45_dry_uncock_SoundSet";
1644 id=132;
1645 };
1646 class FNX45_jamming1
1647 {
1648 soundSet="FNX45_jamming1_SoundSet";
1649 id=133;
1650 };
1651 class FNX45_jamming2
1652 {
1653 soundSet="FNX45_jamming2_SoundSet";
1654 id=134;
1655 };
1656 class FNX45_jamming3
1657 {
1658 soundSet="FNX45_jamming3_SoundSet";
1659 id=135;
1660 };
1661 class FNX45_jamming4
1662 {
1663 soundSet="FNX45_jamming4_SoundSet";
1664 id=136;
1665 };
1666 class FNX45_jamming5
1667 {
1668 soundSet="FNX45_jamming5_SoundSet";
1669 id=137;
1670 };
1671 class FNX45_jamming6
1672 {
1673 soundSet="FNX45_jamming6_SoundSet";
1674 id=138;
1675 };
1676 class FNX45_jamming7
1677 {
1678 soundSet="FNX45_jamming7_SoundSet";
1679 id=139;
1680 };
1681 class FNX45_jamming8
1682 {
1683 soundSet="FNX45_jamming8_SoundSet";
1684 id=140;
1685 };
1686 class FNX45_jamming9
1687 {
1688 soundSet="FNX45_jamming9_SoundSet";
1689 id=141;
1690 };
1691 class FNX45_jamming10
1692 {
1693 soundSet="FNX45_jamming10_SoundSet";
1694 id=142;
1695 };
1696 class FNX45_jamming11
1697 {
1698 soundSet="FNX45_jamming11_SoundSet";
1699 id=143;
1700 };
1701 class FNX45_jamming12
1702 {
1703 soundSet="FNX45_jamming12_SoundSet";
1704 id=144;
1705 };
1706 class FNX45_jamming13
1707 {
1708 soundSet="FNX45_jamming13_SoundSet";
1709 id=145;
1710 };
1711 class FNX45_jam
1712 {
1713 soundSet="FNX45_jam_SoundSet";
1714 id=146;
1715 };
1716 class IJ70_charge_open
1717 {
1718 soundSet="IJ70_charge_open_SoundSet";
1719 id=151;
1720 };
1721 class IJ70_charge_open_release
1722 {
1723 soundSet="IJ70_charge_open_release_SoundSet";
1724 id=152;
1725 };
1726 class IJ70_charge_close
1727 {
1728 soundSet="IJ70_charge_close_SoundSet";
1729 id=153;
1730 };
1731 class IJ70_charge_close_release
1732 {
1733 soundSet="IJ70_charge_close_release_SoundSet";
1734 id=154;
1735 };
1736 class IJ70_chamber_load
1737 {
1738 soundSet="IJ70_chamber_load_SoundSet";
1739 id=155;
1740 };
1741 class IJ70_mag_in
1742 {
1743 soundSet="IJ70_mag_in_SoundSet";
1744 id=156;
1745 };
1746 class IJ70_mag_load
1747 {
1748 soundSet="IJ70_mag_load_SoundSet";
1749 id=157;
1750 };
1751 class IJ70_mag_remove
1752 {
1753 soundSet="IJ70_mag_remove_SoundSet";
1754 id=158;
1755 };
1756 class IJ70_dry
1757 {
1758 soundSet="IJ70_dry_SoundSet";
1759 id=160;
1760 };
1761 class IJ70_pullout
1762 {
1763 soundSet="IJ70_pullout_SoundSet";
1764 id=161;
1765 };
1766 class IJ70_mag_push
1767 {
1768 soundSet="IJ70_mag_push_SoundSet";
1769 id=162;
1770 };
1771 class IJ70_dry_uncock
1772 {
1773 soundSet="IJ70_dry_uncock_SoundSet";
1774 id=163;
1775 };
1776 class IJ70_jamming1
1777 {
1778 soundSet="IJ70_jamming1_SoundSet";
1779 id=1014;
1780 };
1781 class IJ70_jamming2
1782 {
1783 soundSet="IJ70_jamming2_SoundSet";
1784 id=1015;
1785 };
1786 class IJ70_jamming3
1787 {
1788 soundSet="IJ70_jamming3_SoundSet";
1789 id=1016;
1790 };
1791 class IJ70_jamming4
1792 {
1793 soundSet="IJ70_jamming4_SoundSet";
1794 id=1017;
1795 };
1796 class IJ70_jamming5
1797 {
1798 soundSet="IJ70_jamming5_SoundSet";
1799 id=1018;
1800 };
1801 class IJ70_jamming6
1802 {
1803 soundSet="IJ70_jamming6_SoundSet";
1804 id=1019;
1805 };
1806 class IJ70_jamming7
1807 {
1808 soundSet="IJ70_jamming7_SoundSet";
1809 id=1020;
1810 };
1811 class IJ70_jamming8
1812 {
1813 soundSet="IJ70_jamming8_SoundSet";
1814 id=1021;
1815 };
1816 class IJ70_jamming9
1817 {
1818 soundSet="IJ70_jamming9_SoundSet";
1819 id=1022;
1820 };
1821 class IJ70_jamming10
1822 {
1823 soundSet="IJ70_jamming10_SoundSet";
1824 id=1023;
1825 };
1826 class IJ70_jamming11
1827 {
1828 soundSet="IJ70_jamming11_SoundSet";
1829 id=1024;
1830 };
1831 class IJ70_jamming12
1832 {
1833 soundSet="IJ70_jamming12_SoundSet";
1834 id=1025;
1835 };
1836 class IJ70_jamming13
1837 {
1838 soundSet="IJ70_jamming13_SoundSet";
1839 id=1026;
1840 };
1841 class IJ70_jam
1842 {
1843 soundSet="IJ70_jam_SoundSet";
1844 id=114;
1845 };
1846 class CZ61_charge_open
1847 {
1848 soundSet="CZ61_charge_open_SoundSet";
1849 id=171;
1850 };
1851 class CZ61_charge_open_release
1852 {
1853 soundSet="CZ61_charge_open_release_SoundSet";
1854 id=172;
1855 };
1856 class CZ61_charge_close
1857 {
1858 soundSet="CZ61_charge_close_SoundSet";
1859 id=173;
1860 };
1861 class CZ61_charge_close_release
1862 {
1863 soundSet="CZ61_charge_close_release_SoundSet";
1864 id=174;
1865 };
1866 class CZ61_chamber_load
1867 {
1868 soundSet="CZ61_chamber_load_SoundSet";
1869 id=175;
1870 };
1871 class CZ61_mag_in
1872 {
1873 soundSet="CZ61_mag_in_SoundSet";
1874 id=176;
1875 };
1876 class CZ61_mag_load
1877 {
1878 soundSet="CZ61_mag_load_SoundSet";
1879 id=177;
1880 };
1881 class CZ61_mag_remove
1882 {
1883 soundSet="CZ61_mag_remove_SoundSet";
1884 id=178;
1885 };
1886 class CZ61_dry
1887 {
1888 soundSet="CZ61_dry_SoundSet";
1889 id=180;
1890 };
1891 class CZ61_pullout
1892 {
1893 soundSet="CZ61_pullout_SoundSet";
1894 id=181;
1895 };
1896 class CZ61_mag_out
1897 {
1898 soundSet="CZ61_mag_out_SoundSet";
1899 id=182;
1900 };
1901 class CZ61_hand
1902 {
1903 soundSet="CZ61_hand_SoundSet";
1904 id=183;
1905 };
1906 class CZ61_jamming1
1907 {
1908 soundSet="CZ61_jamming1_SoundSet";
1909 id=1027;
1910 };
1911 class CZ61_jamming2
1912 {
1913 soundSet="CZ61_jamming2_SoundSet";
1914 id=1028;
1915 };
1916 class CZ61_jamming3
1917 {
1918 soundSet="CZ61_jamming3_SoundSet";
1919 id=1029;
1920 };
1921 class CZ61_jamming4
1922 {
1923 soundSet="CZ61_jamming4_SoundSet";
1924 id=1030;
1925 };
1926 class CZ61_jamming5
1927 {
1928 soundSet="CZ61_jamming5_SoundSet";
1929 id=1031;
1930 };
1931 class CZ61_jamming6
1932 {
1933 soundSet="CZ61_jamming6_SoundSet";
1934 id=1032;
1935 };
1936 class CZ61_jamming7
1937 {
1938 soundSet="CZ61_jamming7_SoundSet";
1939 id=1033;
1940 };
1941 class CZ61_jamming8
1942 {
1943 soundSet="CZ61_jamming8_SoundSet";
1944 id=1034;
1945 };
1946 class CZ61_jamming9
1947 {
1948 soundSet="CZ61_jamming9_SoundSet";
1949 id=1035;
1950 };
1951 class CZ61_jamming10
1952 {
1953 soundSet="CZ61_jamming10_SoundSet";
1954 id=1036;
1955 };
1956 class CZ61_jamming11
1957 {
1958 soundSet="CZ61_jamming11_SoundSet";
1959 id=1037;
1960 };
1961 class CZ61_jamming12
1962 {
1963 soundSet="CZ61_jamming12_SoundSet";
1964 id=1038;
1965 };
1966 class CZ61_jamming13
1967 {
1968 soundSet="CZ61_jamming13_SoundSet";
1969 id=1039;
1970 };
1971 class CZ61_jam
1972 {
1973 soundSet="CZ61_jam_SoundSet";
1974 id=116;
1975 };
1976 class ump45_charge_open
1977 {
1978 soundSet="ump45_charge_open_SoundSet";
1979 id=191;
1980 };
1981 class ump45_charge_open_release
1982 {
1983 soundSet="ump45_charge_open_release_SoundSet";
1984 id=192;
1985 };
1986 class ump45_charge_close
1987 {
1988 soundSet="ump45_charge_close_SoundSet";
1989 id=193;
1990 };
1991 class ump45_charge_close_release
1992 {
1993 soundSet="ump45_charge_close_release_SoundSet";
1994 id=194;
1995 };
1996 class ump45_chamber_load
1997 {
1998 soundSet="ump45_chamber_load_SoundSet";
1999 id=195;
2000 };
2001 class ump45_mag_in
2002 {
2003 soundSet="ump45_mag_in_SoundSet";
2004 id=196;
2005 };
2006 class ump45_mag_load
2007 {
2008 soundSet="ump45_mag_load_SoundSet";
2009 id=197;
2010 };
2011 class ump45_mag_remove
2012 {
2013 soundSet="ump45_mag_remove_SoundSet";
2014 id=198;
2015 };
2016 class ump45_dry
2017 {
2018 soundSet="ump45_dry_SoundSet";
2019 id=200;
2020 };
2021 class ump45_pullout
2022 {
2023 soundSet="ump45_pullout_SoundSet";
2024 id=201;
2025 };
2026 class ump45_mag_out
2027 {
2028 soundSet="ump45_mag_out_SoundSet";
2029 id=202;
2030 };
2031 class ump45_jamming1
2032 {
2033 soundSet="ump45_jamming1_SoundSet";
2034 id=1051;
2035 };
2036 class ump45_jamming2
2037 {
2038 soundSet="ump45_jamming2_SoundSet";
2039 id=1052;
2040 };
2041 class ump45_jamming3
2042 {
2043 soundSet="ump45_jamming3_SoundSet";
2044 id=1053;
2045 };
2046 class ump45_jamming4
2047 {
2048 soundSet="ump45_jamming4_SoundSet";
2049 id=1054;
2050 };
2051 class ump45_jamming5
2052 {
2053 soundSet="ump45_jamming5_SoundSet";
2054 id=1055;
2055 };
2056 class ump45_jamming6
2057 {
2058 soundSet="ump45_jamming6_SoundSet";
2059 id=1056;
2060 };
2061 class ump45_jamming7
2062 {
2063 soundSet="ump45_jamming7_SoundSet";
2064 id=1057;
2065 };
2066 class ump45_jamming8
2067 {
2068 soundSet="ump45_jamming8_SoundSet";
2069 id=1058;
2070 };
2071 class ump45_jamming9
2072 {
2073 soundSet="ump45_jamming9_SoundSet";
2074 id=1059;
2075 };
2076 class ump45_jamming10
2077 {
2078 soundSet="ump45_jamming10_SoundSet";
2079 id=1060;
2080 };
2081 class ump45_jamming11
2082 {
2083 soundSet="ump45_jamming11_SoundSet";
2084 id=1061;
2085 };
2086 class ump45_jamming12
2087 {
2088 soundSet="ump45_jamming12_SoundSet";
2089 id=1062;
2090 };
2091 class ump45_jam
2092 {
2093 soundSet="ump45_jam_SoundSet";
2094 id=117;
2095 };
2096 class MP5K_hand
2097 {
2098 soundSet="MP5K_hand_SoundSet";
2099 id=210;
2100 };
2101 class MP5K_charge_open
2102 {
2103 soundSet="MP5K_charge_open_SoundSet";
2104 id=211;
2105 };
2106 class MP5K_charge_open_release
2107 {
2108 soundSet="MP5K_charge_open_release_SoundSet";
2109 id=212;
2110 };
2111 class MP5K_charge_close
2112 {
2113 soundSet="MP5K_charge_close_SoundSet";
2114 id=213;
2115 };
2116 class MP5K_charge_close_release
2117 {
2118 soundSet="MP5K_charge_close_release_SoundSet";
2119 id=214;
2120 };
2121 class MP5K_chamber_load
2122 {
2123 soundSet="MP5K_chamber_load_SoundSet";
2124 id=215;
2125 };
2126 class MP5K_mag_in
2127 {
2128 soundSet="MP5K_mag_in_SoundSet";
2129 id=216;
2130 };
2131 class MP5K_mag_load
2132 {
2133 soundSet="MP5K_mag_load_SoundSet";
2134 id=217;
2135 };
2136 class MP5K_mag_out
2137 {
2138 soundSet="MP5K_mag_out_SoundSet";
2139 id=222;
2140 };
2141 class MP5K_mag_remove
2142 {
2143 soundSet="MP5K_mag_remove_SoundSet";
2144 id=218;
2145 };
2146 class MP5K_dry
2147 {
2148 soundSet="MP5K_dry_SoundSet";
2149 id=220;
2150 };
2151 class MP5K_pullout
2152 {
2153 soundSet="MP5K_pullout_SoundSet";
2154 id=221;
2155 };
2156 class MP5_jamming1
2157 {
2158 soundSet="MP5_jamming1_SoundSet";
2159 id=223;
2160 };
2161 class MP5_jamming2
2162 {
2163 soundSet="MP5_jamming2_SoundSet";
2164 id=1040;
2165 };
2166 class MP5_jamming3
2167 {
2168 soundSet="MP5_jamming3_SoundSet";
2169 id=1041;
2170 };
2171 class MP5_jamming4
2172 {
2173 soundSet="MP5_jamming4_SoundSet";
2174 id=1042;
2175 };
2176 class MP5_jamming5
2177 {
2178 soundSet="MP5_jamming5_SoundSet";
2179 id=1043;
2180 };
2181 class MP5_jamming6
2182 {
2183 soundSet="MP5_jamming6_SoundSet";
2184 id=1044;
2185 };
2186 class MP5_jamming7
2187 {
2188 soundSet="MP5_jamming7_SoundSet";
2189 id=1045;
2190 };
2191 class MP5_jamming8
2192 {
2193 soundSet="MP5_jamming8_SoundSet";
2194 id=1046;
2195 };
2196 class MP5_jamming9
2197 {
2198 soundSet="MP5_jamming9_SoundSet";
2199 id=1047;
2200 };
2201 class MP5_jamming10
2202 {
2203 soundSet="MP5_jamming10_SoundSet";
2204 id=1048;
2205 };
2206 class MP5_jamming11
2207 {
2208 soundSet="MP5_jamming11_SoundSet";
2209 id=1049;
2210 };
2211 class MP5_jamming12
2212 {
2213 soundSet="MP5_jamming12_SoundSet";
2214 id=1050;
2215 };
2216 class MP5_jamming13
2217 {
2218 soundSet="MP5_jamming13_SoundSet";
2219 id=204;
2220 };
2221 class MP5_jam
2222 {
2223 soundSet="MP5_jam_SoundSet";
2224 id=203;
2225 };
2226 class IZH18_charge_open
2227 {
2228 soundSet="IZH18_charge_open_SoundSet";
2229 id=231;
2230 };
2231 class IZH18_charge_close
2232 {
2233 soundSet="IZH18_charge_close_SoundSet";
2234 id=233;
2235 };
2236 class IZH18_charge_close_release
2237 {
2238 soundSet="IZH18_charge_close_release_SoundSet";
2239 id=234;
2240 };
2241 class IZH18_chamber_load
2242 {
2243 soundSet="IZH18_chamber_load_SoundSet";
2244 id=235;
2245 };
2246 class IZH18_dry
2247 {
2248 soundSet="IZH18_dry_SoundSet";
2249 id=240;
2250 };
2251 class IZH18_pullout
2252 {
2253 soundSet="IZH18_pullout_SoundSet";
2254 id=241;
2255 };
2256 class IZH18_jamming1
2257 {
2258 soundSet="IZH18_jamming1_SoundSet";
2259 id=242;
2260 };
2261 class IZH18_jamming2
2262 {
2263 soundSet="IZH18_jamming2_SoundSet";
2264 id=243;
2265 };
2266 class IZH18_jamming3
2267 {
2268 soundSet="IZH18_jamming3_SoundSet";
2269 id=244;
2270 };
2271 class IZH18_jamming4
2272 {
2273 soundSet="IZH18_jamming4_SoundSet";
2274 id=245;
2275 };
2276 class IZH18_jamming5
2277 {
2278 soundSet="IZH18_jamming5_SoundSet";
2279 id=246;
2280 };
2281 class IZH18_jamming6
2282 {
2283 soundSet="IZH18_jamming6_SoundSet";
2284 id=247;
2285 };
2286 class IZH18_jamming7
2287 {
2288 soundSet="IZH18_jamming7_SoundSet";
2289 id=248;
2290 };
2291 class IZH18_jamming8
2292 {
2293 soundSet="IZH18_jamming8_SoundSet";
2294 id=249;
2295 };
2296 class IZH18_jam
2297 {
2298 soundSet="IZH18_jam_SoundSet";
2299 id=250;
2300 };
2301 class AK_charge_open
2302 {
2303 soundSet="AK_charge_open_SoundSet";
2304 id=251;
2305 };
2306 class AK_charge_open_release
2307 {
2308 soundSet="AK_charge_open_release_SoundSet";
2309 id=252;
2310 };
2311 class AK_charge_close
2312 {
2313 soundSet="AK_charge_close_SoundSet";
2314 id=253;
2315 };
2316 class AK_charge_close_release
2317 {
2318 soundSet="AK_charge_close_release_SoundSet";
2319 id=254;
2320 };
2321 class AK_charge_open_47
2322 {
2323 soundSet="AK_charge_open_47_SoundSet";
2324 id=267;
2325 };
2326 class AK_charge_open_release_47
2327 {
2328 soundSet="AK_charge_open_release_47_SoundSet";
2329 id=268;
2330 };
2331 class AK_charge_close_47
2332 {
2333 soundSet="AK_charge_close_47_SoundSet";
2334 id=269;
2335 };
2336 class AK_charge_close_release_47
2337 {
2338 soundSet="AK_charge_close_release_47_SoundSet";
2339 id=270;
2340 };
2341 class AK_chamber_load2
2342 {
2343 soundSet="AK_chamber_load2_SoundSet";
2344 id=255;
2345 };
2346 class AK_mag_in
2347 {
2348 soundSet="AK_mag_in_SoundSet";
2349 id=256;
2350 };
2351 class AK_mag_load
2352 {
2353 soundSet="AK_mag_load_SoundSet";
2354 id=257;
2355 };
2356 class AK_mag_remove
2357 {
2358 soundSet="AK_mag_remove_SoundSet";
2359 id=258;
2360 };
2361 class AK_mag_load_47
2362 {
2363 soundSet="AK_mag_load_47_SoundSet";
2364 id=229;
2365 };
2366 class AK_mag_remove_47
2367 {
2368 soundSet="AK_mag_remove_47_SoundSet";
2369 id=230;
2370 };
2371 class AK_jamming
2372 {
2373 soundSet="AK_jamming_SoundSet";
2374 id=259;
2375 };
2376 class AK_dry
2377 {
2378 soundSet="AK_dry_SoundSet";
2379 id=260;
2380 };
2381 class AK_pullout
2382 {
2383 soundSet="AK_pullout_SoundSet";
2384 id=261;
2385 };
2386 class AK_dry_uncock
2387 {
2388 soundSet="AK_dry_uncock_SoundSet";
2389 id=262;
2390 };
2391 class AK_hand
2392 {
2393 soundSet="AK_hand_SoundSet";
2394 id=264;
2395 };
2396 class AK_hand3
2397 {
2398 soundSet="AK_hand3_SoundSet";
2399 id=266;
2400 };
2401 class AK_weapon_down
2402 {
2403 soundSet="AK_weapon_down_SoundSet";
2404 id=265;
2405 };
2406 class AK_jamming1
2407 {
2408 soundSet="AK_jamming1_SoundSet";
2409 id=1063;
2410 };
2411 class AK_jamming2
2412 {
2413 soundSet="AK_jamming2_SoundSet";
2414 id=1064;
2415 };
2416 class AK_jamming3
2417 {
2418 soundSet="AK_jamming3_SoundSet";
2419 id=1065;
2420 };
2421 class AK_jamming4
2422 {
2423 soundSet="AK_jamming4_SoundSet";
2424 id=1066;
2425 };
2426 class AK_jamming5
2427 {
2428 soundSet="AK_jamming5_SoundSet";
2429 id=1067;
2430 };
2431 class AK_jamming6
2432 {
2433 soundSet="AK_jamming6_SoundSet";
2434 id=1068;
2435 };
2436 class AK_jamming7
2437 {
2438 soundSet="AK_jamming7_SoundSet";
2439 id=1069;
2440 };
2441 class AK_jamming8
2442 {
2443 soundSet="AK_jamming8_SoundSet";
2444 id=1070;
2445 };
2446 class AK_jamming9
2447 {
2448 soundSet="AK_jamming9_SoundSet";
2449 id=1071;
2450 };
2451 class AK_jam
2452 {
2453 soundSet="AK_jam_SoundSet";
2454 id=1072;
2455 };
2456 class SVD_charge_open
2457 {
2458 soundSet="SVD_charge_open_SoundSet";
2459 id=271;
2460 };
2461 class SVD_charge_open_release
2462 {
2463 soundSet="SVD_charge_open_release_SoundSet";
2464 id=272;
2465 };
2466 class SVD_charge_close
2467 {
2468 soundSet="SVD_charge_close_SoundSet";
2469 id=273;
2470 };
2471 class SVD_charge_close_release
2472 {
2473 soundSet="SVD_charge_close_release_SoundSet";
2474 id=274;
2475 };
2476 class SVD_chamber_load
2477 {
2478 soundSet="SVD_chamber_load_SoundSet";
2479 id=275;
2480 };
2481 class SVD_mag_in
2482 {
2483 soundSet="SVD_mag_in_SoundSet";
2484 id=276;
2485 };
2486 class SVD_mag_load
2487 {
2488 soundSet="SVD_mag_load_SoundSet";
2489 id=277;
2490 };
2491 class SVD_mag_out
2492 {
2493 soundSet="SVD_mag_out_SoundSet";
2494 id=282;
2495 };
2496 class SVD_mag_remove
2497 {
2498 soundSet="SVD_mag_remove_SoundSet";
2499 id=278;
2500 };
2501 class SVD_dry
2502 {
2503 soundSet="SVD_dry_SoundSet";
2504 id=280;
2505 };
2506 class SVD_pullout
2507 {
2508 soundSet="SVD_pullout_SoundSet";
2509 id=281;
2510 };
2511 class SVD_chamber_load2
2512 {
2513 soundSet="SVD_chamber_load2_SoundSet";
2514 id=283;
2515 };
2516 class SVD_hand
2517 {
2518 soundSet="SVD_hand_SoundSet";
2519 id=284;
2520 };
2521 class SVD_weapon_down
2522 {
2523 soundSet="SVD_weapon_down_SoundSet";
2524 id=285;
2525 };
2526 class SVD_jamming1
2527 {
2528 soundSet="SVD_jamming1_SoundSet";
2529 id=290;
2530 };
2531 class SVD_jamming2
2532 {
2533 soundSet="SVD_jamming2_SoundSet";
2534 id=291;
2535 };
2536 class SVD_jamming3
2537 {
2538 soundSet="SVD_jamming3_SoundSet";
2539 id=292;
2540 };
2541 class SVD_jamming4
2542 {
2543 soundSet="SVD_jamming4_SoundSet";
2544 id=293;
2545 };
2546 class SVD_jamming5
2547 {
2548 soundSet="SVD_jamming5_SoundSet";
2549 id=294;
2550 };
2551 class SVD_jamming6
2552 {
2553 soundSet="SVD_jamming6_SoundSet";
2554 id=295;
2555 };
2556 class SVD_jamming7
2557 {
2558 soundSet="SVD_jamming7_SoundSet";
2559 id=296;
2560 };
2561 class SVD_jamming8
2562 {
2563 soundSet="SVD_jamming8_SoundSet";
2564 id=297;
2565 };
2566 class SVD_jamming9
2567 {
2568 soundSet="SVD_jamming9_SoundSet";
2569 id=298;
2570 };
2571 class SVD_jam
2572 {
2573 soundSet="SVD_jam_SoundSet";
2574 id=299;
2575 };
2576 class M14_charge_open
2577 {
2578 soundSet="M14_charge_open_SoundSet";
2579 id=3271;
2580 };
2581 class M14_charge_open_release
2582 {
2583 soundSet="M14_charge_open_release_SoundSet";
2584 id=3272;
2585 };
2586 class M14_charge_close
2587 {
2588 soundSet="M14_charge_close_SoundSet";
2589 id=3273;
2590 };
2591 class M14_charge_close_release
2592 {
2593 soundSet="M14_charge_close_release_SoundSet";
2594 id=3274;
2595 };
2596 class M14_chamber_load
2597 {
2598 soundSet="M14_chamber_load_SoundSet";
2599 id=3275;
2600 };
2601 class M14_mag_in
2602 {
2603 soundSet="M14_mag_in_SoundSet";
2604 id=3276;
2605 };
2606 class M14_mag_load
2607 {
2608 soundSet="M14_mag_load_SoundSet";
2609 id=3277;
2610 };
2611 class M14_mag_out
2612 {
2613 soundSet="M14_mag_out_SoundSet";
2614 id=3282;
2615 };
2616 class M14_mag_remove
2617 {
2618 soundSet="M14_mag_remove_SoundSet";
2619 id=3278;
2620 };
2621 class M14_dry
2622 {
2623 soundSet="M14_dry_SoundSet";
2624 id=3280;
2625 };
2626 class M14_pullout
2627 {
2628 soundSet="M14_pullout_SoundSet";
2629 id=3281;
2630 };
2631 class M14_chamber_load2
2632 {
2633 soundSet="M14_chamber_load2_SoundSet";
2634 id=3283;
2635 };
2636 class M14_hand
2637 {
2638 soundSet="M14_hand_SoundSet";
2639 id=3284;
2640 };
2641 class M14_weapon_down
2642 {
2643 soundSet="M14_weapon_down_SoundSet";
2644 id=3285;
2645 };
2646 class M14_jamming1
2647 {
2648 soundSet="M14_jamming1_SoundSet";
2649 id=3290;
2650 };
2651 class M14_jamming2
2652 {
2653 soundSet="M14_jamming2_SoundSet";
2654 id=3291;
2655 };
2656 class M14_jamming3
2657 {
2658 soundSet="M14_jamming3_SoundSet";
2659 id=3292;
2660 };
2661 class M14_jamming4
2662 {
2663 soundSet="M14_jamming4_SoundSet";
2664 id=3293;
2665 };
2666 class M14_jamming5
2667 {
2668 soundSet="M14_jamming5_SoundSet";
2669 id=3294;
2670 };
2671 class M14_jamming6
2672 {
2673 soundSet="M14_jamming6_SoundSet";
2674 id=3295;
2675 };
2676 class M14_jamming7
2677 {
2678 soundSet="M14_jamming7_SoundSet";
2679 id=3296;
2680 };
2681 class M14_jamming8
2682 {
2683 soundSet="M14_jamming8_SoundSet";
2684 id=3297;
2685 };
2686 class M14_jamming9
2687 {
2688 soundSet="M14_jamming9_SoundSet";
2689 id=3298;
2690 };
2691 class M14_jam
2692 {
2693 soundSet="M14_jam_SoundSet";
2694 id=3299;
2695 };
2696 class Mosin_charge_open
2697 {
2698 soundSet="Mosin_charge_open_SoundSet";
2699 id=301;
2700 };
2701 class Mosin_chamber_load
2702 {
2703 soundSet="Mosin_chamber_load_SoundSet";
2704 id=302;
2705 };
2706 class Mosin_charge_close
2707 {
2708 soundSet="Mosin_charge_close_SoundSet";
2709 id=303;
2710 };
2711 class Mosin_dry
2712 {
2713 soundSet="Mosin_dry_SoundSet";
2714 id=307;
2715 };
2716 class Mosin_pullout
2717 {
2718 soundSet="mosin_pullout_SoundSet";
2719 id=308;
2720 };
2721 class Mosin_jamming1
2722 {
2723 soundSet="Mosin_jamming1_SoundSet";
2724 id=309;
2725 };
2726 class Mosin_jamming2
2727 {
2728 soundSet="Mosin_jamming2_SoundSet";
2729 id=310;
2730 };
2731 class Mosin_jamming3
2732 {
2733 soundSet="Mosin_jamming3_SoundSet";
2734 id=311;
2735 };
2736 class Mosin_jamming4
2737 {
2738 soundSet="Mosin_jamming4_SoundSet";
2739 id=312;
2740 };
2741 class Mosin_jamming5
2742 {
2743 soundSet="Mosin_jamming5_SoundSet";
2744 id=313;
2745 };
2746 class Mosin_jamming6
2747 {
2748 soundSet="Mosin_jamming6_SoundSet";
2749 id=314;
2750 };
2751 class Mosin_jamming7
2752 {
2753 soundSet="Mosin_jamming7_SoundSet";
2754 id=315;
2755 };
2756 class Mosin_jamming8
2757 {
2758 soundSet="Mosin_jamming8_SoundSet";
2759 id=316;
2760 };
2761 class Mosin_jamming9
2762 {
2763 soundSet="Mosin_jamming9_SoundSet";
2764 id=317;
2765 };
2766 class Mosin_jamming10
2767 {
2768 soundSet="Mosin_jamming10_SoundSet";
2769 id=318;
2770 };
2771 class Mosin_jamming11
2772 {
2773 soundSet="Mosin_jamming11_SoundSet";
2774 id=319;
2775 };
2776 class Mosin_jam
2777 {
2778 soundSet="Mosin_jam_SoundSet";
2779 id=320;
2780 };
2781 class M4_charge_open
2782 {
2783 soundSet="M4_charge_open_SoundSet";
2784 id=321;
2785 };
2786 class M4_charge_open_release
2787 {
2788 soundSet="M4_charge_open_release_SoundSet";
2789 id=322;
2790 };
2791 class M4_charge_close
2792 {
2793 soundSet="M4_charge_close_SoundSet";
2794 id=323;
2795 };
2796 class M4_charge_close_release
2797 {
2798 soundSet="M4_charge_close_release_SoundSet";
2799 id=324;
2800 };
2801 class M4_charge_close_release2
2802 {
2803 soundSet="M4_charge_close_release2_SoundSet";
2804 id=382;
2805 };
2806 class M4_chamber_load
2807 {
2808 soundSet="M4_chamber_load_SoundSet";
2809 id=325;
2810 };
2811 class M4_mag_in
2812 {
2813 soundSet="M4_mag_in_SoundSet";
2814 id=326;
2815 };
2816 class M4_mag_load
2817 {
2818 soundSet="M4_mag_load_SoundSet";
2819 id=327;
2820 };
2821 class M4_mag_out
2822 {
2823 soundSet="M4_mag_out_SoundSet";
2824 id=328;
2825 };
2826 class M4_mag_remove
2827 {
2828 soundSet="M4_mag_remove_SoundSet";
2829 id=329;
2830 };
2831 class M4_dry
2832 {
2833 soundSet="M4_dry_SoundSet";
2834 id=331;
2835 };
2836 class M4_pullout
2837 {
2838 soundSet="M4_pullout_SoundSet";
2839 id=332;
2840 };
2841 class M4_hand
2842 {
2843 soundSet="M4_hand_SoundSet";
2844 id=333;
2845 };
2846 class M4_weapon_down
2847 {
2848 soundSet="M4_weapon_down_SoundSet";
2849 id=334;
2850 };
2851 class M4_jamming1
2852 {
2853 soundSet="M4_jamming1_SoundSet";
2854 id=335;
2855 };
2856 class M4_jamming2
2857 {
2858 soundSet="M4_jamming2_SoundSet";
2859 id=336;
2860 };
2861 class M4_jamming3
2862 {
2863 soundSet="M4_jamming3_SoundSet";
2864 id=337;
2865 };
2866 class M4_jamming4
2867 {
2868 soundSet="M4_jamming4_SoundSet";
2869 id=338;
2870 };
2871 class M4_jamming5
2872 {
2873 soundSet="M4_jamming5_SoundSet";
2874 id=339;
2875 };
2876 class M4_jamming6
2877 {
2878 soundSet="M4_jamming6_SoundSet";
2879 id=340;
2880 };
2881 class M4_jamming7
2882 {
2883 soundSet="M4_jamming7_SoundSet";
2884 id=341;
2885 };
2886 class M4_jamming8
2887 {
2888 soundSet="M4_jamming8_SoundSet";
2889 id=383;
2890 };
2891 class M4_jamming9
2892 {
2893 soundSet="M4_jamming9_SoundSet";
2894 id=384;
2895 };
2896 class M4_jamming10
2897 {
2898 soundSet="M4_jamming10_SoundSet";
2899 id=385;
2900 };
2901 class M4_jamming11
2902 {
2903 soundSet="M4_jamming11_SoundSet";
2904 id=386;
2905 };
2906 class M4_jamming12
2907 {
2908 soundSet="M4_jamming12_SoundSet";
2909 id=387;
2910 };
2911 class M4_jamming13
2912 {
2913 soundSet="M4_jamming13_SoundSet";
2914 id=388;
2915 };
2916 class M4_jam
2917 {
2918 soundSet="M4_jam_SoundSet";
2919 id=300;
2920 };
2921 class MP133_charge_open
2922 {
2923 soundSet="MP133_charge_open_SoundSet";
2924 id=342;
2925 };
2926 class MP133_charge_close
2927 {
2928 soundSet="MP133_charge_close_SoundSet";
2929 id=343;
2930 };
2931 class MP133_chamber_load1
2932 {
2933 soundSet="MP133_chamber_load1_SoundSet";
2934 id=345;
2935 };
2936 class MP133_chamber_load2
2937 {
2938 soundSet="MP133_chamber_load2_SoundSet";
2939 id=346;
2940 };
2941 class MP133_weapon_down
2942 {
2943 soundSet="MP133_weapon_down_SoundSet";
2944 id=347;
2945 };
2946 class MP133_hand
2947 {
2948 soundSet="MP133_hand_SoundSet";
2949 id=348;
2950 };
2951 class MP133_dry
2952 {
2953 soundSet="MP133_dry_SoundSet";
2954 id=349;
2955 };
2956 class MP133_pullout
2957 {
2958 soundSet="MP133_pullout_SoundSet";
2959 id=350;
2960 };
2961 class MP133_jamming1
2962 {
2963 soundSet="MP133_jamming1_SoundSet";
2964 id=351;
2965 };
2966 class MP133_jamming2
2967 {
2968 soundSet="MP133_jamming2_SoundSet";
2969 id=352;
2970 };
2971 class MP133_jamming3
2972 {
2973 soundSet="MP133_jamming3_SoundSet";
2974 id=353;
2975 };
2976 class MP133_jamming4
2977 {
2978 soundSet="MP133_jamming4_SoundSet";
2979 id=354;
2980 };
2981 class MP133_jamming5
2982 {
2983 soundSet="MP133_jamming5_SoundSet";
2984 id=355;
2985 };
2986 class MP133_jamming6
2987 {
2988 soundSet="MP133_jamming6_SoundSet";
2989 id=356;
2990 };
2991 class MP133_jamming7
2992 {
2993 soundSet="MP133_jamming7_SoundSet";
2994 id=357;
2995 };
2996 class MP133_jamming8
2997 {
2998 soundSet="MP133_jamming8_SoundSet";
2999 id=358;
3000 };
3001 class MP133_jamming9
3002 {
3003 soundSet="MP133_jamming9_SoundSet";
3004 id=359;
3005 };
3006 class MP133_jamming10
3007 {
3008 soundSet="MP133_jamming10_SoundSet";
3009 id=360;
3010 };
3011 class MP133_jam
3012 {
3013 soundSet="MP133_jam_SoundSet";
3014 id=380;
3015 };
3016 class IZH43_charge_open
3017 {
3018 soundSet="IZH43_charge_open_SoundSet";
3019 id=361;
3020 };
3021 class IZH43_charge_open_release
3022 {
3023 soundSet="IZH43_charge_open_release_SoundSet";
3024 id=362;
3025 };
3026 class IZH43_charge_close
3027 {
3028 soundSet="IZH43_charge_close_SoundSet";
3029 id=363;
3030 };
3031 class IZH43_chamber_load
3032 {
3033 soundSet="IZH43_chamber_load_SoundSet";
3034 id=364;
3035 };
3036 class IZH43_chamber_fast_load
3037 {
3038 soundSet="IZH43_chamber_fast_load_SoundSet";
3039 id=365;
3040 };
3041 class IZH43_chamber_fast_in
3042 {
3043 soundSet="IZH43_chamber_fast_in_SoundSet";
3044 id=366;
3045 };
3046 class IZH43_chamber_fast_out
3047 {
3048 soundSet="IZH43_chamber_fast_out_SoundSet";
3049 id=367;
3050 };
3051 class IZH43_weapon_down
3052 {
3053 soundSet="IZH43_weapon_down_SoundSet";
3054 id=368;
3055 };
3056 class IZH43_hand
3057 {
3058 soundSet="IZH43_hand_SoundSet";
3059 id=369;
3060 };
3061 class IZH43_dry
3062 {
3063 soundSet="IZH43_dry_SoundSet";
3064 id=370;
3065 };
3066 class IZH43_pullout
3067 {
3068 soundSet="IZH43_pullout_SoundSet";
3069 id=371;
3070 };
3071 class IZH43_jamming1
3072 {
3073 soundSet="IZH43_jamming1_SoundSet";
3074 id=372;
3075 };
3076 class IZH43_jamming2
3077 {
3078 soundSet="IZH43_jamming2_SoundSet";
3079 id=373;
3080 };
3081 class IZH43_jamming3
3082 {
3083 soundSet="IZH43_jamming3_SoundSet";
3084 id=374;
3085 };
3086 class IZH43_jamming4
3087 {
3088 soundSet="IZH43_jamming4_SoundSet";
3089 id=375;
3090 };
3091 class IZH43_jamming5
3092 {
3093 soundSet="IZH43_jamming5_SoundSet";
3094 id=376;
3095 };
3096 class IZH43_jamming5b
3097 {
3098 soundSet="IZH43_jamming5b_SoundSet";
3099 id=1285;
3100 };
3101 class IZH43_jamming6
3102 {
3103 soundSet="IZH43_jamming6_SoundSet";
3104 id=377;
3105 };
3106 class IZH43_jamming7
3107 {
3108 soundSet="IZH43_jamming7_SoundSet";
3109 id=378;
3110 };
3111 class IZH43_jamming7b
3112 {
3113 soundSet="IZH43_jamming7b_SoundSet";
3114 id=1286;
3115 };
3116 class IZH43_jamming7c
3117 {
3118 soundSet="IZH43_jamming7c_SoundSet";
3119 id=1287;
3120 };
3121 class IZH43_jamming8
3122 {
3123 soundSet="IZH43_jamming8_SoundSet";
3124 id=379;
3125 };
3126 class IZH43_jam
3127 {
3128 soundSet="IZH43_jam_SoundSet";
3129 id=381;
3130 };
3131 class B95_charge_open
3132 {
3133 soundSet="B95_charge_open_SoundSet";
3134 id=1290;
3135 };
3136 class B95_charge_open_release
3137 {
3138 soundSet="B95_charge_open_release_SoundSet";
3139 id=1291;
3140 };
3141 class B95_charge_close
3142 {
3143 soundSet="B95_charge_close_SoundSet";
3144 id=1292;
3145 };
3146 class B95_chamber_load
3147 {
3148 soundSet="B95_chamber_load_SoundSet";
3149 id=1293;
3150 };
3151 class B95_chamber_fast_load
3152 {
3153 soundSet="B95_chamber_fast_load_SoundSet";
3154 id=1294;
3155 };
3156 class B95_chamber_fast_in
3157 {
3158 soundSet="B95_chamber_fast_in_SoundSet";
3159 id=1295;
3160 };
3161 class B95_chamber_fast_out
3162 {
3163 soundSet="B95_chamber_fast_out_SoundSet";
3164 id=1296;
3165 };
3166 class B95_weapon_down
3167 {
3168 soundSet="B95_weapon_down_SoundSet";
3169 id=1297;
3170 };
3171 class B95_hand
3172 {
3173 soundSet="B95_hand_SoundSet";
3174 id=1298;
3175 };
3176 class B95_dry
3177 {
3178 soundSet="B95_dry_SoundSet";
3179 id=1299;
3180 };
3181 class B95_pullout
3182 {
3183 soundSet="B95_pullout_SoundSet";
3184 id=1300;
3185 };
3186 class B95_jamming1
3187 {
3188 soundSet="B95_jamming1_SoundSet";
3189 id=1301;
3190 };
3191 class B95_jamming2
3192 {
3193 soundSet="B95_jamming2_SoundSet";
3194 id=1302;
3195 };
3196 class B95_jamming3
3197 {
3198 soundSet="B95_jamming3_SoundSet";
3199 id=1303;
3200 };
3201 class B95_jamming4
3202 {
3203 soundSet="B95_jamming4_SoundSet";
3204 id=1304;
3205 };
3206 class B95_jamming5
3207 {
3208 soundSet="B95_jamming5_SoundSet";
3209 id=1305;
3210 };
3211 class B95_jamming5b
3212 {
3213 soundSet="B95_jamming5b_SoundSet";
3214 id=1306;
3215 };
3216 class B95_jamming6
3217 {
3218 soundSet="B95_jamming6_SoundSet";
3219 id=1307;
3220 };
3221 class B95_jamming7
3222 {
3223 soundSet="B95_jamming7_SoundSet";
3224 id=1308;
3225 };
3226 class B95_jamming7b
3227 {
3228 soundSet="B95_jamming7b_SoundSet";
3229 id=1309;
3230 };
3231 class B95_jamming7c
3232 {
3233 soundSet="B95_jamming7c_SoundSet";
3234 id=1310;
3235 };
3236 class B95_jamming8
3237 {
3238 soundSet="B95_jamming8_SoundSet";
3239 id=1311;
3240 };
3241 class B95_jam
3242 {
3243 soundSet="B95_jam_SoundSet";
3244 id=1312;
3245 };
3246 class CR527_charge_open
3247 {
3248 soundSet="CR527_charge_open_SoundSet";
3249 id=501;
3250 };
3251 class CR527_charge_open_release
3252 {
3253 soundSet="CR527_charge_open_release_SoundSet";
3254 id=502;
3255 };
3256 class CR527_charge_close
3257 {
3258 soundSet="CR527_charge_close_SoundSet";
3259 id=503;
3260 };
3261 class CR527_charge_close_release
3262 {
3263 soundSet="CR527_charge_close_release_SoundSet";
3264 id=504;
3265 };
3266 class CR527_chamber_load
3267 {
3268 soundSet="CR527_chamber_load_SoundSet";
3269 id=505;
3270 };
3271 class CR527_mag_in
3272 {
3273 soundSet="CR527_mag_in_SoundSet";
3274 id=506;
3275 };
3276 class CR527_mag_load
3277 {
3278 soundSet="CR527_mag_load_SoundSet";
3279 id=507;
3280 };
3281 class CR527_mag_out
3282 {
3283 soundSet="CR527_mag_out_SoundSet";
3284 id=509;
3285 };
3286 class CR527_mag_remove
3287 {
3288 soundSet="CR527_mag_remove_SoundSet";
3289 id=508;
3290 };
3291 class CR527_dry
3292 {
3293 soundSet="CR527_dry_SoundSet";
3294 id=510;
3295 };
3296 class CR527_pullout
3297 {
3298 soundSet="CR527_pullout_SoundSet";
3299 id=511;
3300 };
3301 class CR527_hand1
3302 {
3303 soundSet="CR527_hand1_SoundSet";
3304 id=512;
3305 };
3306 class CR527_hand2
3307 {
3308 soundSet="CR527_hand2_SoundSet";
3309 id=513;
3310 };
3311 class CR527_hand3
3312 {
3313 soundSet="CR527_hand3_SoundSet";
3314 id=514;
3315 };
3316 class CR527_hand4
3317 {
3318 soundSet="CR527_hand4_SoundSet";
3319 id=527;
3320 };
3321 class CR527_jamming1
3322 {
3323 soundSet="CR527_jamming1_SoundSet";
3324 id=515;
3325 };
3326 class CR527_jamming2
3327 {
3328 soundSet="CR527_jamming2_SoundSet";
3329 id=516;
3330 };
3331 class CR527_jamming3
3332 {
3333 soundSet="CR527_jamming3_SoundSet";
3334 id=517;
3335 };
3336 class CR527_jamming4
3337 {
3338 soundSet="CR527_jamming4_SoundSet";
3339 id=518;
3340 };
3341 class CR527_jamming5
3342 {
3343 soundSet="CR527_jamming5_SoundSet";
3344 id=519;
3345 };
3346 class CR527_jamming6
3347 {
3348 soundSet="CR527_jamming6_SoundSet";
3349 id=520;
3350 };
3351 class CR527_jamming7
3352 {
3353 soundSet="CR527_jamming7_SoundSet";
3354 id=521;
3355 };
3356 class CR527_jamming8
3357 {
3358 soundSet="CR527_jamming8_SoundSet";
3359 id=522;
3360 };
3361 class CR527_jamming9
3362 {
3363 soundSet="CR527_jamming9_SoundSet";
3364 id=523;
3365 };
3366 class CR527_jamming10
3367 {
3368 soundSet="CR527_jamming10_SoundSet";
3369 id=524;
3370 };
3371 class CR527_jamming11
3372 {
3373 soundSet="CR527_jamming11_SoundSet";
3374 id=525;
3375 };
3376 class CR527_jam
3377 {
3378 soundSet="CR527_jam_SoundSet";
3379 id=526;
3380 };
3381 class SKS_charge_open
3382 {
3383 soundSet="SKS_charge_open_SoundSet";
3384 id=541;
3385 };
3386 class SKS_charge_open_release
3387 {
3388 soundSet="SKS_charge_open_release_SoundSet";
3389 id=542;
3390 };
3391 class SKS_chamber_load
3392 {
3393 soundSet="SKS_chamber_load_SoundSet";
3394 id=543;
3395 };
3396 class SKS_charge_close
3397 {
3398 soundSet="SKS_charge_close_SoundSet";
3399 id=544;
3400 };
3401 class SKS_charge_close_release
3402 {
3403 soundSet="SKS_charge_close_release_SoundSet";
3404 id=545;
3405 };
3406 class SKS_dry
3407 {
3408 soundSet="SKS_dry_SoundSet";
3409 id=546;
3410 };
3411 class SKS_pullout
3412 {
3413 soundSet="SKS_pullout_SoundSet";
3414 id=547;
3415 };
3416 class SKS_jamming1
3417 {
3418 soundSet="SKS_jamming1_SoundSet";
3419 id=548;
3420 };
3421 class SKS_jamming2
3422 {
3423 soundSet="SKS_jamming2_SoundSet";
3424 id=549;
3425 };
3426 class SKS_jamming3
3427 {
3428 soundSet="SKS_jamming3_SoundSet";
3429 id=550;
3430 };
3431 class SKS_jamming4
3432 {
3433 soundSet="SKS_jamming4_SoundSet";
3434 id=551;
3435 };
3436 class SKS_jamming5
3437 {
3438 soundSet="SKS_jamming5_SoundSet";
3439 id=552;
3440 };
3441 class SKS_jamming6
3442 {
3443 soundSet="SKS_jamming6_SoundSet";
3444 id=553;
3445 };
3446 class SKS_jamming7
3447 {
3448 soundSet="SKS_jamming7_SoundSet";
3449 id=554;
3450 };
3451 class SKS_jam
3452 {
3453 soundSet="SKS_jam_SoundSet";
3454 id=559;
3455 };
3456 class SKS_hand2
3457 {
3458 soundSet="SKS_hand2_SoundSet";
3459 id=560;
3460 };
3461 class SKS_hand3
3462 {
3463 soundSet="SKS_hand3_SoundSet";
3464 id=561;
3465 };
3466 class SKS_hand4
3467 {
3468 soundSet="SKS_hand4_SoundSet";
3469 id=562;
3470 };
3471 class SKS_last
3472 {
3473 soundSet="SKS_last_SoundSet";
3474 id=563;
3475 };
3476 class SKS_clip_in
3477 {
3478 soundSet="SKS_clip_in_SoundSet";
3479 id=564;
3480 };
3481 class SKS_clip_out
3482 {
3483 soundSet="SKS_clip_out_SoundSet";
3484 id=565;
3485 };
3486 class SKS_clip_shell
3487 {
3488 soundSet="SKS_clip_shell_SoundSet";
3489 id=566;
3490 };
3491 class SKS_clip_shell2
3492 {
3493 soundSet="SKS_clip_shell_SoundSet";
3494 id=567;
3495 };
3496 class SKS_clip_shell3
3497 {
3498 soundSet="SKS_clip_shell_SoundSet";
3499 id=568;
3500 };
3501 class SKS_clip_shell4
3502 {
3503 soundSet="SKS_clip_shell_SoundSet";
3504 id=569;
3505 };
3506 class Win_charge_open
3507 {
3508 soundSet="Win_charge_open_SoundSet";
3509 id=570;
3510 };
3511 class Win_charge_open_release
3512 {
3513 soundSet="Win_charge_open_release_SoundSet";
3514 id=571;
3515 };
3516 class Win_charge_close
3517 {
3518 soundSet="Win_charge_close_SoundSet";
3519 id=572;
3520 };
3521 class Win_charge_close_release
3522 {
3523 soundSet="Win_charge_close_release_SoundSet";
3524 id=573;
3525 };
3526 class Win_chamber_load
3527 {
3528 soundSet="Win_chamber_load_SoundSet";
3529 id=574;
3530 };
3531 class Win_dry
3532 {
3533 soundSet="Win_dry_SoundSet";
3534 id=575;
3535 };
3536 class Win_pullout
3537 {
3538 soundSet="Win_pullout_SoundSet";
3539 id=576;
3540 };
3541 class Win_hand
3542 {
3543 soundSet="Win_hand_SoundSet";
3544 id=577;
3545 };
3546 class Win_jam
3547 {
3548 soundSet="Win_jam_SoundSet";
3549 id=578;
3550 };
3551 class Win_jamming1
3552 {
3553 soundSet="Win_jamming1_SoundSet";
3554 id=579;
3555 };
3556 class Win_jamming2
3557 {
3558 soundSet="Win_jamming2_SoundSet";
3559 id=580;
3560 };
3561 class Win_jamming3
3562 {
3563 soundSet="Win_jamming3_SoundSet";
3564 id=581;
3565 };
3566 class Win_jamming4
3567 {
3568 soundSet="Win_jamming4_SoundSet";
3569 id=582;
3570 };
3571 class Win_jamming5
3572 {
3573 soundSet="Win_jamming5_SoundSet";
3574 id=583;
3575 };
3576 class Win_jamming6
3577 {
3578 soundSet="Win_jamming6_SoundSet";
3579 id=584;
3580 };
3581 class Win_jamming7
3582 {
3583 soundSet="Win_jamming7_SoundSet";
3584 id=585;
3585 };
3586 class Win_jamming8
3587 {
3588 soundSet="Win_jamming8_SoundSet";
3589 id=586;
3590 };
3591 class Win_jamming9
3592 {
3593 soundSet="Win_jamming9_SoundSet";
3594 id=587;
3595 };
3596 class Win_jamming10
3597 {
3598 soundSet="Win_jamming10_SoundSet";
3599 id=588;
3600 };
3601 class FNFAL_charge_open
3602 {
3603 soundSet="FNFAL_charge_open_SoundSet";
3604 id=601;
3605 };
3606 class FNFAL_charge_open_release
3607 {
3608 soundSet="FNFAL_charge_open_release_SoundSet";
3609 id=602;
3610 };
3611 class FNFAL_charge_close
3612 {
3613 soundSet="FNFAL_charge_close_SoundSet";
3614 id=603;
3615 };
3616 class FNFAL_charge_close_release
3617 {
3618 soundSet="FNFAL_charge_close_release_SoundSet";
3619 id=604;
3620 };
3621 class FNFAL_chamber_load
3622 {
3623 soundSet="FNFAL_chamber_load_SoundSet";
3624 id=605;
3625 };
3626 class FNFAL_mag_in
3627 {
3628 soundSet="FNFAL_mag_in_SoundSet";
3629 id=606;
3630 };
3631 class FNFAL_mag_load
3632 {
3633 soundSet="FNFAL_mag_load_SoundSet";
3634 id=607;
3635 };
3636 class FNFAL_mag_out
3637 {
3638 soundSet="FNFAL_mag_out_SoundSet";
3639 id=608;
3640 };
3641 class FNFAL_mag_remove
3642 {
3643 soundSet="FNFAL_mag_remove_SoundSet";
3644 id=609;
3645 };
3646 class FNFAL_dry
3647 {
3648 soundSet="FNFAL_dry_SoundSet";
3649 id=610;
3650 };
3651 class FNFAL_pullout
3652 {
3653 soundSet="FNFAL_pullout_SoundSet";
3654 id=611;
3655 };
3656 class FNFAL_hand
3657 {
3658 soundSet="FNFAL_hand_SoundSet";
3659 id=612;
3660 };
3661 class FNFAL_weapon_down
3662 {
3663 soundSet="FNFAL_weapon_down_SoundSet";
3664 id=613;
3665 };
3666 class FNFAL_jam
3667 {
3668 soundSet="FNFAL_jam_SoundSet";
3669 id=614;
3670 };
3671 class FNFAL_jamming1
3672 {
3673 soundSet="FNFAL_jamming1_SoundSet";
3674 id=615;
3675 };
3676 class FNFAL_jamming2
3677 {
3678 soundSet="FNFAL_jamming2_SoundSet";
3679 id=616;
3680 };
3681 class FNFAL_jamming3
3682 {
3683 soundSet="FNFAL_jamming3_SoundSet";
3684 id=617;
3685 };
3686 class FNFAL_jamming4
3687 {
3688 soundSet="FNFAL_jamming4_SoundSet";
3689 id=618;
3690 };
3691 class FNFAL_jamming5
3692 {
3693 soundSet="FNFAL_jamming5_SoundSet";
3694 id=619;
3695 };
3696 class FNFAL_jamming6
3697 {
3698 soundSet="FNFAL_jamming6_SoundSet";
3699 id=620;
3700 };
3701 class FNFAL_jamming7
3702 {
3703 soundSet="FNFAL_jamming7_SoundSet";
3704 id=621;
3705 };
3706 class FNFAL_jamming8
3707 {
3708 soundSet="FNFAL_jamming8_SoundSet";
3709 id=622;
3710 };
3711 class FNFAL_jamming9
3712 {
3713 soundSet="FNFAL_jamming9_SoundSet";
3714 id=623;
3715 };
3716 class FNFAL_jamming10
3717 {
3718 soundSet="FNFAL_jamming10_SoundSet";
3719 id=624;
3720 };
3721 class FNFAL_jamming11
3722 {
3723 soundSet="FNFAL_jamming11_SoundSet";
3724 id=625;
3725 };
3726 class FNFAL_jamming12
3727 {
3728 soundSet="FNFAL_jamming12_SoundSet";
3729 id=626;
3730 };
3731 class FNFAL_jamming13
3732 {
3733 soundSet="FNFAL_jamming13_SoundSet";
3734 id=627;
3735 };
3736 class Vikhr_mag_remove
3737 {
3738 soundSet="Vikhr_mag_out_SoundSet";
3739 id=1637;
3740 };
3741 class Vikhr_mag_load
3742 {
3743 soundSet="Vikhr_mag_load_SoundSet";
3744 id=1636;
3745 };
3746 class Vikhr_pullout
3747 {
3748 soundSet="Vikhr_pullout_SoundSet";
3749 id=1640;
3750 };
3751 class Vikhr_charge_open
3752 {
3753 soundSet="Vikhr_charge_open_SoundSet";
3754 id=1630;
3755 };
3756 class Vikhr_charge_close
3757 {
3758 soundSet="Vikhr_charge_close_SoundSet";
3759 id=1632;
3760 };
3761 class Vikhr_chamber_load2
3762 {
3763 soundSet="Vikhr_chamber_load2_SoundSet";
3764 id=2634;
3765 };
3766 class Vikhr_jamming2
3767 {
3768 soundSet="Vikhr_jamming2_SoundSet";
3769 id=2646;
3770 };
3771 class VVikhr_jamming3
3772 {
3773 soundSet="Vikhr_jamming3_SoundSet";
3774 id=2647;
3775 };
3776 class Vikhr_jamming4
3777 {
3778 soundSet="Vikhr_jamming4_SoundSet";
3779 id=2648;
3780 };
3781 class Vikhr_jamming5
3782 {
3783 soundSet="Vikhr_jamming5_SoundSet";
3784 id=2649;
3785 };
3786 class Vikhr_jamming6
3787 {
3788 soundSet="Vikhr_jamming6_SoundSet";
3789 id=2650;
3790 };
3791 class Vikhr_jamming7
3792 {
3793 soundSet="Vikhr_jamming7_SoundSet";
3794 id=2651;
3795 };
3796 class Vikhr_jamming8
3797 {
3798 soundSet="Vikhr_jamming8_SoundSet";
3799 id=2652;
3800 };
3801 class VSS_charge_open
3802 {
3803 soundSet="VSS_charge_open_SoundSet";
3804 id=630;
3805 };
3806 class VSS_charge_open_release
3807 {
3808 soundSet="VSS_charge_open_release_SoundSet";
3809 id=631;
3810 };
3811 class VSS_charge_close
3812 {
3813 soundSet="VSS_charge_close_SoundSet";
3814 id=632;
3815 };
3816 class VSS_charge_close_release
3817 {
3818 soundSet="VSS_charge_close_release_SoundSet";
3819 id=633;
3820 };
3821 class VSS_chamber_load2
3822 {
3823 soundSet="VSS_chamber_load2_SoundSet";
3824 id=634;
3825 };
3826 class VSS_mag_in
3827 {
3828 soundSet="VSS_mag_in_SoundSet";
3829 id=635;
3830 };
3831 class VSS_mag_load
3832 {
3833 soundSet="VSS_mag_load_SoundSet";
3834 id=636;
3835 };
3836 class VSS_mag_remove
3837 {
3838 soundSet="VSS_mag_remove_SoundSet";
3839 id=637;
3840 };
3841 class VSS_jamming
3842 {
3843 soundSet="VSS_jamming_SoundSet";
3844 id=638;
3845 };
3846 class VSS_dry
3847 {
3848 soundSet="VSS_dry_SoundSet";
3849 id=639;
3850 };
3851 class VSS_pullout
3852 {
3853 soundSet="VSS_pullout_SoundSet";
3854 id=640;
3855 };
3856 class VSS_dry_uncock
3857 {
3858 soundSet="VSS_dry_uncock_SoundSet";
3859 id=641;
3860 };
3861 class VSS_hand
3862 {
3863 soundSet="VSS_hand_SoundSet";
3864 id=642;
3865 };
3866 class VSS_hand2
3867 {
3868 soundSet="VSS_hand2_SoundSet";
3869 id=643;
3870 };
3871 class VSS_hand3
3872 {
3873 soundSet="VSS_hand3_SoundSet";
3874 id=644;
3875 };
3876 class VSS_hand4
3877 {
3878 soundSet="VSS_hand4_SoundSet";
3879 id=655;
3880 };
3881 class VSS_hand5
3882 {
3883 soundSet="VSS_hand5_SoundSet";
3884 id=656;
3885 };
3886 class VSS_hand6
3887 {
3888 soundSet="VSS_hand6_SoundSet";
3889 id=657;
3890 };
3891 class VSS_hand7
3892 {
3893 soundSet="VSS_hand7_SoundSet";
3894 id=658;
3895 };
3896 class VSS_hand8
3897 {
3898 soundSet="VSS_hand8_SoundSet";
3899 id=659;
3900 };
3901 class VSS_jamming1
3902 {
3903 soundSet="VSS_jamming1_SoundSet";
3904 id=645;
3905 };
3906 class VSS_jamming2
3907 {
3908 soundSet="VSS_jamming2_SoundSet";
3909 id=646;
3910 };
3911 class VSS_jamming3
3912 {
3913 soundSet="VSS_jamming3_SoundSet";
3914 id=647;
3915 };
3916 class VSS_jamming4
3917 {
3918 soundSet="VSS_jamming4_SoundSet";
3919 id=648;
3920 };
3921 class VSS_jamming5
3922 {
3923 soundSet="VSS_jamming5_SoundSet";
3924 id=649;
3925 };
3926 class VSS_jamming6
3927 {
3928 soundSet="VSS_jamming6_SoundSet";
3929 id=650;
3930 };
3931 class VSS_jamming7
3932 {
3933 soundSet="VSS_jamming7_SoundSet";
3934 id=651;
3935 };
3936 class VSS_jamming8
3937 {
3938 soundSet="VSS_jamming8_SoundSet";
3939 id=652;
3940 };
3941 class VSS_jamming9
3942 {
3943 soundSet="VSS_jamming9_SoundSet";
3944 id=653;
3945 };
3946 class VSS_jam
3947 {
3948 soundSet="VSS_jam_SoundSet";
3949 id=654;
3950 };
3951 class AmphibianS_charge_open
3952 {
3953 soundSet="AmphibianS_charge_open_SoundSet";
3954 id=1121;
3955 };
3956 class AmphibianS_charge_open_release
3957 {
3958 soundSet="AmphibianS_charge_open_release_SoundSet";
3959 id=1122;
3960 };
3961 class AmphibianS_charge_close
3962 {
3963 soundSet="AmphibianS_charge_close_SoundSet";
3964 id=1123;
3965 };
3966 class AmphibianS_charge_close_release
3967 {
3968 soundSet="AmphibianS_charge_close_release_SoundSet";
3969 id=1124;
3970 };
3971 class AmphibianS_chamber_load
3972 {
3973 soundSet="AmphibianS_chamber_load_SoundSet";
3974 id=1125;
3975 };
3976 class AmphibianS_mag_in
3977 {
3978 soundSet="AmphibianS_mag_in_SoundSet";
3979 id=1126;
3980 };
3981 class AmphibianS_mag_load
3982 {
3983 soundSet="AmphibianS_mag_load_SoundSet";
3984 id=1127;
3985 };
3986 class AmphibianS_mag_remove
3987 {
3988 soundSet="AmphibianS_mag_remove_SoundSet";
3989 id=1128;
3990 };
3991 class AmphibianS_dry
3992 {
3993 soundSet="AmphibianS_dry_SoundSet";
3994 id=1130;
3995 };
3996 class AmphibianS_pullout
3997 {
3998 soundSet="AmphibianS_pullout_SoundSet";
3999 id=1131;
4000 };
4001 class AmphibianS_dry_uncock
4002 {
4003 soundSet="AmphibianS_dry_uncock_SoundSet";
4004 id=1132;
4005 };
4006 class AmphibianS_jamming1
4007 {
4008 soundSet="AmphibianS_jamming1_SoundSet";
4009 id=1133;
4010 };
4011 class AmphibianS_jamming2
4012 {
4013 soundSet="AmphibianS_jamming2_SoundSet";
4014 id=1134;
4015 };
4016 class AmphibianS_jamming3
4017 {
4018 soundSet="AmphibianS_jamming3_SoundSet";
4019 id=1135;
4020 };
4021 class AmphibianS_jamming4
4022 {
4023 soundSet="AmphibianS_jamming4_SoundSet";
4024 id=1136;
4025 };
4026 class AmphibianS_jamming5
4027 {
4028 soundSet="AmphibianS_jamming5_SoundSet";
4029 id=1137;
4030 };
4031 class AmphibianS_jamming6
4032 {
4033 soundSet="AmphibianS_jamming6_SoundSet";
4034 id=1138;
4035 };
4036 class AmphibianS_jamming7
4037 {
4038 soundSet="AmphibianS_jamming7_SoundSet";
4039 id=1139;
4040 };
4041 class AmphibianS_jamming8
4042 {
4043 soundSet="AmphibianS_jamming8_SoundSet";
4044 id=1140;
4045 };
4046 class AmphibianS_jamming9
4047 {
4048 soundSet="AmphibianS_jamming9_SoundSet";
4049 id=1141;
4050 };
4051 class AmphibianS_jamming10
4052 {
4053 soundSet="AmphibianS_jamming10_SoundSet";
4054 id=1142;
4055 };
4056 class AmphibianS_jamming11
4057 {
4058 soundSet="AmphibianS_jamming11_SoundSet";
4059 id=1143;
4060 };
4061 class AmphibianS_jamming12
4062 {
4063 soundSet="AmphibianS_jamming12_SoundSet";
4064 id=1144;
4065 };
4066 class AmphibianS_jamming13
4067 {
4068 soundSet="AmphibianS_jamming13_SoundSet";
4069 id=1145;
4070 };
4071 class AmphibianS_jam
4072 {
4073 soundSet="AmphibianS_jam_SoundSet";
4074 id=1146;
4075 };
4076 class Glock19_charge_open
4077 {
4078 soundSet="Glock19_charge_open_SoundSet";
4079 id=12211;
4080 };
4081 class Glock19_charge_open_release
4082 {
4083 soundSet="Glock19_charge_open_release_SoundSet";
4084 id=12221;
4085 };
4086 class Glock19_charge_close
4087 {
4088 soundSet="Glock19_charge_close_SoundSet";
4089 id=12231;
4090 };
4091 class Glock19_charge_close_release
4092 {
4093 soundSet="Glock19_charge_close_release_SoundSet";
4094 id=12241;
4095 };
4096 class Glock19_chamber_load
4097 {
4098 soundSet="Glock19_chamber_load_SoundSet";
4099 id=12251;
4100 };
4101 class Glock19_mag_in
4102 {
4103 soundSet="Glock19_mag_in_SoundSet";
4104 id=1226;
4105 };
4106 class Glock19_mag_load
4107 {
4108 soundSet="Glock19_mag_load_SoundSet";
4109 id=1227;
4110 };
4111 class Glock19_mag_remove
4112 {
4113 soundSet="Glock19_mag_remove_SoundSet";
4114 id=1228;
4115 };
4116 class Glock19_dry
4117 {
4118 soundSet="Glock19_dry_SoundSet";
4119 id=1230;
4120 };
4121 class Glock19_pullout
4122 {
4123 soundSet="Glock19_pullout_SoundSet";
4124 id=1231;
4125 };
4126 class Glock19_dry_uncock
4127 {
4128 soundSet="Glock19_dry_uncock_SoundSet";
4129 id=1232;
4130 };
4131 class Glock19_jamming1
4132 {
4133 soundSet="Glock19_jamming1_SoundSet";
4134 id=1233;
4135 };
4136 class Glock19_jamming2
4137 {
4138 soundSet="Glock19_jamming2_SoundSet";
4139 id=1234;
4140 };
4141 class Glock19_jamming3
4142 {
4143 soundSet="Glock19_jamming3_SoundSet";
4144 id=1235;
4145 };
4146 class Glock19_jamming4
4147 {
4148 soundSet="Glock19_jamming4_SoundSet";
4149 id=1236;
4150 };
4151 class Glock19_jamming5
4152 {
4153 soundSet="Glock19_jamming5_SoundSet";
4154 id=1237;
4155 };
4156 class Glock19_jamming6
4157 {
4158 soundSet="Glock19_jamming6_SoundSet";
4159 id=1238;
4160 };
4161 class Glock19_jamming7
4162 {
4163 soundSet="Glock19_jamming7_SoundSet";
4164 id=1239;
4165 };
4166 class Glock19_jamming8
4167 {
4168 soundSet="Glock19_jamming8_SoundSet";
4169 id=1240;
4170 };
4171 class Glock19_jamming9
4172 {
4173 soundSet="Glock19_jamming9_SoundSet";
4174 id=1241;
4175 };
4176 class Glock19_jamming10
4177 {
4178 soundSet="Glock19_jamming10_SoundSet";
4179 id=1242;
4180 };
4181 class Glock19_jamming11
4182 {
4183 soundSet="Glock19_jamming11_SoundSet";
4184 id=1243;
4185 };
4186 class Glock19_jamming12
4187 {
4188 soundSet="Glock19_jamming12_SoundSet";
4189 id=1244;
4190 };
4191 class Glock19_jamming13
4192 {
4193 soundSet="Glock19_jamming13_SoundSet";
4194 id=1245;
4195 };
4196 class Glock19_jam
4197 {
4198 soundSet="Glock19_jam_SoundSet";
4199 id=1246;
4200 };
4201 class Saiga12_charge_open
4202 {
4203 soundSet="Saiga12_charge_open_SoundSet";
4204 id=1254;
4205 };
4206 class Saiga12_charge_open_release
4207 {
4208 soundSet="Saiga12_charge_open_release_SoundSet";
4209 id=1255;
4210 };
4211 class Saiga12_charge_close
4212 {
4213 soundSet="Saiga12_charge_close_SoundSet";
4214 id=1256;
4215 };
4216 class Saiga12_charge_close_release
4217 {
4218 soundSet="Saiga12_charge_close_release_SoundSet";
4219 id=1257;
4220 };
4221 class Saiga12_chamber_load2
4222 {
4223 soundSet="Saiga12_chamber_load2_SoundSet";
4224 id=1258;
4225 };
4226 class Saiga12_mag_in
4227 {
4228 soundSet="Saiga12_mag_in_SoundSet";
4229 id=1259;
4230 };
4231 class Saiga12_drum_load
4232 {
4233 soundSet="Saiga12_drum_load_SoundSet";
4234 id=1260;
4235 };
4236 class Saiga12_drum_remove
4237 {
4238 soundSet="Saiga12_drum_remove_SoundSet";
4239 id=1261;
4240 };
4241 class Saiga12_mag_load
4242 {
4243 soundSet="Saiga12_mag_load_SoundSet";
4244 id=1262;
4245 };
4246 class Saiga12_mag_remove
4247 {
4248 soundSet="Saiga12_mag_remove_SoundSet";
4249 id=1263;
4250 };
4251 class Saiga12_dry
4252 {
4253 soundSet="Saiga12_dry_SoundSet";
4254 id=1265;
4255 };
4256 class Saiga12_pullout
4257 {
4258 soundSet="Saiga12_pullout_SoundSet";
4259 id=1266;
4260 };
4261 class Saiga12_dry_uncock
4262 {
4263 soundSet="Saiga12_dry_uncock_SoundSet";
4264 id=1267;
4265 };
4266 class Saiga12_hand
4267 {
4268 soundSet="Saiga12_hand_SoundSet";
4269 id=1268;
4270 };
4271 class Saiga12_hand3
4272 {
4273 soundSet="Saiga12_hand3_SoundSet";
4274 id=1269;
4275 };
4276 class Saiga12_weapon_down
4277 {
4278 soundSet="Saiga12_weapon_down_SoundSet";
4279 id=1270;
4280 };
4281 class Saiga12_jamming1
4282 {
4283 soundSet="Saiga12_jamming1_SoundSet";
4284 id=1271;
4285 };
4286 class Saiga12_jamming2
4287 {
4288 soundSet="Saiga12_jamming2_SoundSet";
4289 id=1272;
4290 };
4291 class Saiga12_jamming3
4292 {
4293 soundSet="Saiga12_jamming3_SoundSet";
4294 id=1273;
4295 };
4296 class Saiga12_jamming4
4297 {
4298 soundSet="Saiga12_jamming4_SoundSet";
4299 id=1274;
4300 };
4301 class Saiga12_jamming5
4302 {
4303 soundSet="Saiga12_jamming5_SoundSet";
4304 id="1067 - 1275";
4305 };
4306 class Saiga12_jamming6
4307 {
4308 soundSet="Saiga12_jamming6_SoundSet";
4309 id=1276;
4310 };
4311 class Saiga12_jamming7
4312 {
4313 soundSet="Saiga12_jamming7_SoundSet";
4314 id=1277;
4315 };
4316 class Saiga12_jamming8
4317 {
4318 soundSet="Saiga12_jamming8_SoundSet";
4319 id=1278;
4320 };
4321 class Saiga12_jamming9
4322 {
4323 soundSet="Saiga12_jamming9_SoundSet";
4324 id=1279;
4325 };
4326 class Saiga12_jam
4327 {
4328 soundSet="Saiga12_jam_SoundSet";
4329 id=1280;
4330 };
4331 class Magnum_cilinder_in
4332 {
4333 soundSet="Magnum_cilinder_in_SoundSet";
4334 id=1820;
4335 };
4336 class Magnum_cilinder_out
4337 {
4338 soundSet="Magnum_cilinder_out_SoundSet";
4339 id=1821;
4340 };
4341 class Magnum_bullet_in
4342 {
4343 soundSet="Magnum_bullet_in_SoundSet";
4344 id=1822;
4345 };
4346 class Magnum_bullet_out
4347 {
4348 soundSet="Magnum_bullet_out_SoundSet";
4349 id=1823;
4350 };
4351 class Magnum_dry
4352 {
4353 soundSet="Magnum_dry_SoundSet";
4354 id=1824;
4355 };
4356 class Colt1911_charge_open
4357 {
4358 soundSet="Colt1911_charge_open_SoundSet";
4359 id=1320;
4360 };
4361 class Colt1911_charge_open_release
4362 {
4363 soundSet="Colt1911_charge_open_release_SoundSet";
4364 id=1321;
4365 };
4366 class Colt1911_charge_close
4367 {
4368 soundSet="Colt1911_charge_close_SoundSet";
4369 id=1322;
4370 };
4371 class Colt1911_charge_close_release
4372 {
4373 soundSet="Colt1911_charge_close_release_SoundSet";
4374 id=1323;
4375 };
4376 class Colt1911_chamber_load
4377 {
4378 soundSet="Colt1911_chamber_load_SoundSet";
4379 id=1324;
4380 };
4381 class Colt1911_mag_in
4382 {
4383 soundSet="Colt1911_mag_in_SoundSet";
4384 id=1325;
4385 };
4386 class Colt1911_mag_load
4387 {
4388 soundSet="Colt1911_mag_load_SoundSet";
4389 id=1326;
4390 };
4391 class Colt1911_mag_remove
4392 {
4393 soundSet="Colt1911_mag_remove_SoundSet";
4394 id=1327;
4395 };
4396 class Colt1911_dry
4397 {
4398 soundSet="Colt1911_dry_SoundSet";
4399 id=1328;
4400 };
4401 class Colt1911_pullout
4402 {
4403 soundSet="Colt1911_pullout_SoundSet";
4404 id=1329;
4405 };
4406 class Colt1911_dry_uncock
4407 {
4408 soundSet="Colt1911_dry_uncock_SoundSet";
4409 id=1330;
4410 };
4411 class Colt1911_jamming1
4412 {
4413 soundSet="Colt1911_jamming1_SoundSet";
4414 id=1331;
4415 };
4416 class Colt1911_jamming2
4417 {
4418 soundSet="Colt1911_jamming2_SoundSet";
4419 id=1332;
4420 };
4421 class Colt1911_jamming3
4422 {
4423 soundSet="Colt1911_jamming3_SoundSet";
4424 id=1333;
4425 };
4426 class Colt1911_jamming4
4427 {
4428 soundSet="Colt1911_jamming4_SoundSet";
4429 id=1334;
4430 };
4431 class Colt1911_jamming5
4432 {
4433 soundSet="Colt1911_jamming5_SoundSet";
4434 id=1335;
4435 };
4436 class Colt1911_jamming6
4437 {
4438 soundSet="Colt1911_jamming6_SoundSet";
4439 id=1336;
4440 };
4441 class Colt1911_jamming7
4442 {
4443 soundSet="Colt1911_jamming7_SoundSet";
4444 id=1337;
4445 };
4446 class Colt1911_jamming8
4447 {
4448 soundSet="Colt1911_jamming8_SoundSet";
4449 id=1338;
4450 };
4451 class Colt1911_jamming9
4452 {
4453 soundSet="Colt1911_jamming9_SoundSet";
4454 id=1339;
4455 };
4456 class Colt1911_jamming10
4457 {
4458 soundSet="Colt1911_jamming10_SoundSet";
4459 id=1340;
4460 };
4461 class Colt1911_jamming11
4462 {
4463 soundSet="Colt1911_jamming11_SoundSet";
4464 id=1341;
4465 };
4466 class Colt1911_jamming12
4467 {
4468 soundSet="Colt1911_jamming12_SoundSet";
4469 id=1342;
4470 };
4471 class Colt1911_jamming13
4472 {
4473 soundSet="Colt1911_jamming13_SoundSet";
4474 id=1343;
4475 };
4476 class Colt1911_jam
4477 {
4478 soundSet="Colt1911_jam_SoundSet";
4479 id=1344;
4480 };
4481 class repeater_charge_open
4482 {
4483 soundSet="repeater_charge_open_SoundSet";
4484 id=1350;
4485 };
4486 class repeater_charge_close
4487 {
4488 soundSet="repeater_charge_close_SoundSet";
4489 id=1351;
4490 };
4491 class repeater_empty
4492 {
4493 soundSet="repeater_empty_SoundSet";
4494 id=1352;
4495 };
4496 class repeater_chamber_load
4497 {
4498 soundSet="repeater_chamber_load_SoundSet";
4499 id=1353;
4500 };
4501 class repeater_dry
4502 {
4503 soundSet="repeater_dry_SoundSet";
4504 id=1354;
4505 };
4506 class repeater_pullout
4507 {
4508 soundSet="repeater_pullout_SoundSet";
4509 id=1355;
4510 };
4511 class repeater_hand
4512 {
4513 soundSet="repeater_hand_SoundSet";
4514 id=1356;
4515 };
4516 class repeater_jam
4517 {
4518 soundSet="repeater_jam_SoundSet";
4519 id=1357;
4520 };
4521 class repeater_jamming1
4522 {
4523 soundSet="repeater_jamming1_SoundSet";
4524 id=1358;
4525 };
4526 class repeater_jamming2
4527 {
4528 soundSet="repeater_jamming2_SoundSet";
4529 id=1359;
4530 };
4531 class repeater_jamming3
4532 {
4533 soundSet="repeater_jamming3_SoundSet";
4534 id=1360;
4535 };
4536 class repeater_jamming4
4537 {
4538 soundSet="repeater_jamming4_SoundSet";
4539 id=1361;
4540 };
4541 class repeater_jamming5
4542 {
4543 soundSet="repeater_jamming5_SoundSet";
4544 id=1362;
4545 };
4546 class repeater_jamming6
4547 {
4548 soundSet="repeater_jamming6_SoundSet";
4549 id=1363;
4550 };
4551 class repeater_jamming7
4552 {
4553 soundSet="repeater_jamming7_SoundSet";
4554 id=1364;
4555 };
4556 class repeater_jamming8
4557 {
4558 soundSet="repeater_jamming8_SoundSet";
4559 id=1365;
4560 };
4561 class repeater_jamming9
4562 {
4563 soundSet="repeater_jamming9_SoundSet";
4564 id=1366;
4565 };
4566 class repeater_jamming10
4567 {
4568 soundSet="repeater_jamming10_SoundSet";
4569 id=1367;
4570 };
4571 class Ruger1022_charge_open
4572 {
4573 soundSet="Ruger1022_charge_open_SoundSet";
4574 id=1373;
4575 };
4576 class Ruger1022_charge_open_release
4577 {
4578 soundSet="Ruger1022_charge_open_release_SoundSet";
4579 id=1374;
4580 };
4581 class Ruger1022_charge_close
4582 {
4583 soundSet="Ruger1022_charge_close_SoundSet";
4584 id=1375;
4585 };
4586 class Ruger1022_charge_close_release
4587 {
4588 soundSet="Ruger1022_charge_close_release_SoundSet";
4589 id=1376;
4590 };
4591 class Ruger1022_chamber_load
4592 {
4593 soundSet="Ruger1022_chamber_load_SoundSet";
4594 id=1377;
4595 };
4596 class Ruger1022_mag_in
4597 {
4598 soundSet="Ruger1022_mag_in_SoundSet";
4599 id=1378;
4600 };
4601 class Ruger1022_mag_load
4602 {
4603 soundSet="Ruger1022_mag_load_SoundSet";
4604 id=1379;
4605 };
4606 class Ruger1022_mag_out
4607 {
4608 soundSet="Ruger1022_mag_out_SoundSet";
4609 id=1380;
4610 };
4611 class Ruger1022_mag_remove
4612 {
4613 soundSet="Ruger1022_mag_remove_SoundSet";
4614 id=1381;
4615 };
4616 class Ruger1022_dry
4617 {
4618 soundSet="Ruger1022_dry_SoundSet";
4619 id=1382;
4620 };
4621 class Ruger1022_pullout
4622 {
4623 soundSet="Ruger1022_pullout_SoundSet";
4624 id=1383;
4625 };
4626 class Ruger1022_chamber_load2
4627 {
4628 soundSet="Ruger1022_chamber_load_SoundSet";
4629 id=1384;
4630 };
4631 class Ruger1022_hand
4632 {
4633 soundSet="Ruger1022_hand_SoundSet";
4634 id=1385;
4635 };
4636 class Ruger1022_weapon_down
4637 {
4638 soundSet="Ruger1022_weapon_down_SoundSet";
4639 id=1386;
4640 };
4641 class Ruger1022_jamming1
4642 {
4643 soundSet="Ruger1022_jamming1_SoundSet";
4644 id=1387;
4645 };
4646 class Ruger1022_jamming2
4647 {
4648 soundSet="Ruger1022_jamming2_SoundSet";
4649 id=1388;
4650 };
4651 class Ruger1022_jamming3
4652 {
4653 soundSet="Ruger1022_jamming3_SoundSet";
4654 id=1389;
4655 };
4656 class Ruger1022_jamming4
4657 {
4658 soundSet="Ruger1022_jamming4_SoundSet";
4659 id=1390;
4660 };
4661 class Ruger1022_jamming5
4662 {
4663 soundSet="Ruger1022_jamming5_SoundSet";
4664 id=1391;
4665 };
4666 class Ruger1022_jamming6
4667 {
4668 soundSet="Ruger1022_jamming6_SoundSet";
4669 id=1392;
4670 };
4671 class Ruger1022_jamming7
4672 {
4673 soundSet="Ruger1022_jamming7_SoundSet";
4674 id=1393;
4675 };
4676 class Ruger1022_jamming8
4677 {
4678 soundSet="Ruger1022_jamming8_SoundSet";
4679 id=1394;
4680 };
4681 class Ruger1022_jamming9
4682 {
4683 soundSet="Ruger1022_jamming9_SoundSet";
4684 id=1395;
4685 };
4686 class Ruger1022_jamming10
4687 {
4688 soundSet="Ruger1022_jamming10_SoundSet";
4689 id=1396;
4690 };
4691 class Ruger1022_jam
4692 {
4693 soundSet="Ruger1022_jam_SoundSet";
4694 id=1397;
4695 };
4696 class Flare_Gun_charge_open
4697 {
4698 soundSet="Flare_Gun_charge_open_SoundSet";
4699 id=1398;
4700 };
4701 class Flare_Gun_charge_close
4702 {
4703 soundSet="Flare_Gun_charge_close_SoundSet";
4704 id=1399;
4705 };
4706 class Flare_Gun_chamber_load
4707 {
4708 soundSet="Flare_Gun_chamber_load_SoundSet";
4709 id=1400;
4710 };
4711 class Flare_Gun_cocked
4712 {
4713 soundSet="Flare_Gun_cocked_SoundSet";
4714 id=1402;
4715 };
4716 class Flare_Gun_dry
4717 {
4718 soundSet="Flare_Gun_dry_SoundSet";
4719 id=1401;
4720 };
4721 class SCOUT_charge_open
4722 {
4723 soundSet="SCOUT_charge_open_SoundSet";
4724 id=1403;
4725 };
4726 class SCOUT_charge_open_release
4727 {
4728 soundSet="SCOUT_charge_open_release_SoundSet";
4729 id=1404;
4730 };
4731 class SCOUT_charge_close
4732 {
4733 soundSet="SCOUT_charge_close_SoundSet";
4734 id=1405;
4735 };
4736 class SCOUT_charge_close_release
4737 {
4738 soundSet="SCOUT_charge_close_release_SoundSet";
4739 id=1406;
4740 };
4741 class SCOUT_chamber_load
4742 {
4743 soundSet="SCOUT_chamber_load_SoundSet";
4744 id=1407;
4745 };
4746 class SCOUT_mag_in
4747 {
4748 soundSet="SCOUT_mag_in_SoundSet";
4749 id=1408;
4750 };
4751 class SCOUT_mag_load
4752 {
4753 soundSet="SCOUT_mag_load_SoundSet";
4754 id=1409;
4755 };
4756 class SCOUT_mag_out
4757 {
4758 soundSet="SCOUT_mag_out_SoundSet";
4759 id=1410;
4760 };
4761 class SCOUT_mag_remove
4762 {
4763 soundSet="SCOUT_mag_remove_SoundSet";
4764 id=1411;
4765 };
4766 class SCOUT_dry
4767 {
4768 soundSet="SCOUT_dry_SoundSet";
4769 id=1412;
4770 };
4771 class SCOUT_pullout
4772 {
4773 soundSet="SCOUT_pullout_SoundSet";
4774 id=1413;
4775 };
4776 class SCOUT_hand1
4777 {
4778 soundSet="SCOUT_hand1_SoundSet";
4779 id=1414;
4780 };
4781 class SCOUT_hand2
4782 {
4783 soundSet="SCOUT_hand2_SoundSet";
4784 id=1415;
4785 };
4786 class SCOUT_hand3
4787 {
4788 soundSet="SCOUT_hand3_SoundSet";
4789 id=1416;
4790 };
4791 class SCOUT_hand4
4792 {
4793 soundSet="SCOUT_hand4_SoundSet";
4794 id=1417;
4795 };
4796 class SCOUT_jamming1
4797 {
4798 soundSet="SCOUT_jamming1_SoundSet";
4799 id=1418;
4800 };
4801 class SCOUT_jamming2
4802 {
4803 soundSet="SCOUT_jamming2_SoundSet";
4804 id=1419;
4805 };
4806 class SCOUT_jamming3
4807 {
4808 soundSet="SCOUT_jamming3_SoundSet";
4809 id=1420;
4810 };
4811 class SCOUT_jamming4
4812 {
4813 soundSet="SCOUT_jamming4_SoundSet";
4814 id=1421;
4815 };
4816 class SCOUT_jamming5
4817 {
4818 soundSet="SCOUT_jamming5_SoundSet";
4819 id=1422;
4820 };
4821 class SCOUT_jamming6
4822 {
4823 soundSet="SCOUT_jamming6_SoundSet";
4824 id=1423;
4825 };
4826 class SCOUT_jamming7
4827 {
4828 soundSet="SCOUT_jamming7_SoundSet";
4829 id=1424;
4830 };
4831 class SCOUT_jamming8
4832 {
4833 soundSet="SCOUT_jamming8_SoundSet";
4834 id=1425;
4835 };
4836 class SCOUT_jamming9
4837 {
4838 soundSet="SCOUT_jamming9_SoundSet";
4839 id=1426;
4840 };
4841 class SCOUT_jamming10
4842 {
4843 soundSet="SCOUT_jamming10_SoundSet";
4844 id=1427;
4845 };
4846 class SCOUT_jamming11
4847 {
4848 soundSet="SCOUT_jamming11_SoundSet";
4849 id=1428;
4850 };
4851 class SCOUT_jam
4852 {
4853 soundSet="SCOUT_jam_SoundSet";
4854 id=1429;
4855 };
4856 class M16_charge_open
4857 {
4858 soundSet="M16_charge_open_SoundSet";
4859 id=1430;
4860 };
4861 class M16_charge_open_release
4862 {
4863 soundSet="M16_charge_open_release_SoundSet";
4864 id=1431;
4865 };
4866 class M16_charge_close
4867 {
4868 soundSet="M16_charge_close_SoundSet";
4869 id=1432;
4870 };
4871 class M16_charge_close_release
4872 {
4873 soundSet="M16_charge_close_release_SoundSet";
4874 id=1433;
4875 };
4876 class M16_charge_close_release2
4877 {
4878 soundSet="M16_charge_close_release2_SoundSet";
4879 id=1434;
4880 };
4881 class M16_chamber_load
4882 {
4883 soundSet="M16_chamber_load_SoundSet";
4884 id=1435;
4885 };
4886 class M16_mag_in
4887 {
4888 soundSet="M16_mag_in_SoundSet";
4889 id=1436;
4890 };
4891 class M16_mag_load
4892 {
4893 soundSet="M16_mag_load_SoundSet";
4894 id=1437;
4895 };
4896 class M16_mag_out
4897 {
4898 soundSet="M16_mag_out_SoundSet";
4899 id=1438;
4900 };
4901 class M16_mag_remove
4902 {
4903 soundSet="M16_mag_remove_SoundSet";
4904 id=1439;
4905 };
4906 class M16_dry
4907 {
4908 soundSet="M16_dry_SoundSet";
4909 id=1440;
4910 };
4911 class M16_pullout
4912 {
4913 soundSet="M16_pullout_SoundSet";
4914 id=1441;
4915 };
4916 class M16_hand
4917 {
4918 soundSet="M16_hand_SoundSet";
4919 id=1442;
4920 };
4921 class M16_weapon_down
4922 {
4923 soundSet="M16_weapon_down_SoundSet";
4924 id=1443;
4925 };
4926 class M16_jamming1
4927 {
4928 soundSet="M16_jamming1_SoundSet";
4929 id=1444;
4930 };
4931 class M16_jamming2
4932 {
4933 soundSet="M16_jamming2_SoundSet";
4934 id=1445;
4935 };
4936 class M16_jamming3
4937 {
4938 soundSet="M16_jamming3_SoundSet";
4939 id=1446;
4940 };
4941 class M16_jamming4
4942 {
4943 soundSet="M16_jamming4_SoundSet";
4944 id=1447;
4945 };
4946 class M16_jamming5
4947 {
4948 soundSet="M16_jamming5_SoundSet";
4949 id=1448;
4950 };
4951 class M16_jamming6
4952 {
4953 soundSet="M16_jamming6_SoundSet";
4954 id=1449;
4955 };
4956 class M16_jamming7
4957 {
4958 soundSet="M16_jamming7_SoundSet";
4959 id=1450;
4960 };
4961 class M16_jamming8
4962 {
4963 soundSet="M16_jamming8_SoundSet";
4964 id=1451;
4965 };
4966 class M16_jamming9
4967 {
4968 soundSet="M16_jamming9_SoundSet";
4969 id=1452;
4970 };
4971 class M16_jamming10
4972 {
4973 soundSet="M16_jamming10_SoundSet";
4974 id=1453;
4975 };
4976 class M16_jamming11
4977 {
4978 soundSet="M16_jamming11_SoundSet";
4979 id=1454;
4980 };
4981 class M16_jamming12
4982 {
4983 soundSet="M16_jamming12_SoundSet";
4984 id=1455;
4985 };
4986 class M16_jamming13
4987 {
4988 soundSet="M16_jamming13_SoundSet";
4989 id=1456;
4990 };
4991 class M16_jam
4992 {
4993 soundSet="M16_jam_SoundSet";
4994 id=1457;
4995 };
4996 class Famas_charge_open
4997 {
4998 soundSet="Famas_charge_open_SoundSet";
4999 id=1458;
5000 };
5001 class Famas_charge_open_release
5002 {
5003 soundSet="Famas_charge_open_release_SoundSet";
5004 id=1459;
5005 };
5006 class Famas_charge_close
5007 {
5008 soundSet="Famas_charge_close_SoundSet";
5009 id=1460;
5010 };
5011 class Famas_charge_close_release
5012 {
5013 soundSet="Famas_charge_close_release_SoundSet";
5014 id=1461;
5015 };
5016 class Famas_charge_close_release2
5017 {
5018 soundSet="Famas_charge_close_release2_SoundSet";
5019 id=1462;
5020 };
5021 class Famas_chamber_load
5022 {
5023 soundSet="Famas_chamber_load_SoundSet";
5024 id=1463;
5025 };
5026 class Famas_mag_in
5027 {
5028 soundSet="Famas_mag_in_SoundSet";
5029 id=1464;
5030 };
5031 class Famas_mag_load
5032 {
5033 soundSet="Famas_mag_load_SoundSet";
5034 id=1465;
5035 };
5036 class Famas_mag_out
5037 {
5038 soundSet="Famas_mag_out_SoundSet";
5039 id=1466;
5040 };
5041 class Famas_mag_remove
5042 {
5043 soundSet="Famas_mag_remove_SoundSet";
5044 id=1467;
5045 };
5046 class Famas_dry
5047 {
5048 soundSet="Famas_dry_SoundSet";
5049 id=1468;
5050 };
5051 class Famas_pullout
5052 {
5053 soundSet="Famas_pullout_SoundSet";
5054 id=1469;
5055 };
5056 class Famas_hand
5057 {
5058 soundSet="Famas_hand_SoundSet";
5059 id=1470;
5060 };
5061 class Famas_weapon_down
5062 {
5063 soundSet="Famas_weapon_down_SoundSet";
5064 id=1471;
5065 };
5066 class Famas_jamming1
5067 {
5068 soundSet="Famas_jamming1_SoundSet";
5069 id=1472;
5070 };
5071 class Famas_jamming2
5072 {
5073 soundSet="Famas_jamming2_SoundSet";
5074 id=1473;
5075 };
5076 class Famas_jamming3
5077 {
5078 soundSet="Famas_jamming3_SoundSet";
5079 id=1474;
5080 };
5081 class Famas_jamming4
5082 {
5083 soundSet="Famas_jamming4_SoundSet";
5084 id=1475;
5085 };
5086 class Famas_jamming5
5087 {
5088 soundSet="Famas_jamming5_SoundSet";
5089 id=1476;
5090 };
5091 class Famas_jamming6
5092 {
5093 soundSet="Famas_jamming6_SoundSet";
5094 id=1477;
5095 };
5096 class Famas_jamming7
5097 {
5098 soundSet="Famas_jamming7_SoundSet";
5099 id=1478;
5100 };
5101 class Famas_jamming8
5102 {
5103 soundSet="Famas_jamming8_SoundSet";
5104 id=1479;
5105 };
5106 class Famas_jamming9
5107 {
5108 soundSet="Famas_jamming9_SoundSet";
5109 id=1480;
5110 };
5111 class Famas_jamming10
5112 {
5113 soundSet="Famas_jamming10_SoundSet";
5114 id=1481;
5115 };
5116 class Famas_jamming11
5117 {
5118 soundSet="Famas_jamming11_SoundSet";
5119 id=1482;
5120 };
5121 class Famas_jamming12
5122 {
5123 soundSet="Famas_jamming12_SoundSet";
5124 id=1483;
5125 };
5126 class Famas_jamming13
5127 {
5128 soundSet="Famas_jamming13_SoundSet";
5129 id=1484;
5130 };
5131 class Famas_jam
5132 {
5133 soundSet="Famas_jam_SoundSet";
5134 id=1485;
5135 };
5136 class AUG_charge_open
5137 {
5138 soundSet="AUG_charge_open_SoundSet";
5139 id=1490;
5140 };
5141 class AUG_charge_open_release
5142 {
5143 soundSet="AUG_charge_open_release_SoundSet";
5144 id=1491;
5145 };
5146 class AUG_charge_close
5147 {
5148 soundSet="AUG_charge_close_SoundSet";
5149 id=1492;
5150 };
5151 class AUG_charge_close_release
5152 {
5153 soundSet="AUG_charge_close_release_SoundSet";
5154 id=1493;
5155 };
5156 class AUG_charge_close_release2
5157 {
5158 soundSet="AUG_charge_close_release2_SoundSet";
5159 id=1494;
5160 };
5161 class AUG_chamber_load
5162 {
5163 soundSet="AUG_chamber_load_SoundSet";
5164 id=1495;
5165 };
5166 class AUG_mag_in
5167 {
5168 soundSet="AUG_mag_in_SoundSet";
5169 id=1496;
5170 };
5171 class AUG_mag_load
5172 {
5173 soundSet="AUG_mag_load_SoundSet";
5174 id=1497;
5175 };
5176 class AUG_mag_out
5177 {
5178 soundSet="AUG_mag_out_SoundSet";
5179 id=1498;
5180 };
5181 class AUG_mag_remove
5182 {
5183 soundSet="AUG_mag_remove_SoundSet";
5184 id=1499;
5185 };
5186 class AUG_dry
5187 {
5188 soundSet="AUG_dry_SoundSet";
5189 id=1500;
5190 };
5191 class AUG_pullout
5192 {
5193 soundSet="AUG_pullout_SoundSet";
5194 id=1501;
5195 };
5196 class AUG_hand
5197 {
5198 soundSet="AUG_hand_SoundSet";
5199 id=1502;
5200 };
5201 class AUG_weapon_down
5202 {
5203 soundSet="AUG_weapon_down_SoundSet";
5204 id=1503;
5205 };
5206 class AUG_jamming1
5207 {
5208 soundSet="AUG_jamming1_SoundSet";
5209 id=1504;
5210 };
5211 class AUG_jamming2
5212 {
5213 soundSet="AUG_jamming2_SoundSet";
5214 id=1505;
5215 };
5216 class AUG_jamming3
5217 {
5218 soundSet="AUG_jamming3_SoundSet";
5219 id=1506;
5220 };
5221 class AUG_jamming4
5222 {
5223 soundSet="AUG_jamming4_SoundSet";
5224 id=1507;
5225 };
5226 class AUG_jamming5
5227 {
5228 soundSet="AUG_jamming5_SoundSet";
5229 id=1508;
5230 };
5231 class AUG_jamming6
5232 {
5233 soundSet="AUG_jamming6_SoundSet";
5234 id=1509;
5235 };
5236 class AUG_jamming7
5237 {
5238 soundSet="AUG_jamming7_SoundSet";
5239 id=1510;
5240 };
5241 class AUG_jamming8
5242 {
5243 soundSet="AUG_jamming8_SoundSet";
5244 id=1511;
5245 };
5246 class AUG_jamming9
5247 {
5248 soundSet="AUG_jamming9_SoundSet";
5249 id=1512;
5250 };
5251 class AUG_jamming10
5252 {
5253 soundSet="AUG_jamming10_SoundSet";
5254 id=1513;
5255 };
5256 class AUG_jamming11
5257 {
5258 soundSet="AUG_jamming11_SoundSet";
5259 id=1514;
5260 };
5261 class AUG_jamming12
5262 {
5263 soundSet="AUG_jamming12_SoundSet";
5264 id=1515;
5265 };
5266 class AUG_jamming13
5267 {
5268 soundSet="AUG_jamming13_SoundSet";
5269 id=1516;
5270 };
5271 class AUG_jam
5272 {
5273 soundSet="AUG_jam_SoundSet";
5274 id=1517;
5275 };
5276 class Bizon_charge_open
5277 {
5278 soundSet="Bizon_charge_open_SoundSet";
5279 id=1518;
5280 };
5281 class Bizon_charge_open_release
5282 {
5283 soundSet="Bizon_charge_open_release_SoundSet";
5284 id=1519;
5285 };
5286 class Bizon_charge_close
5287 {
5288 soundSet="Bizon_charge_close_SoundSet";
5289 id=1520;
5290 };
5291 class Bizon_charge_close_release
5292 {
5293 soundSet="Bizon_charge_close_release_SoundSet";
5294 id=1521;
5295 };
5296 class Bizon_chamber_load
5297 {
5298 soundSet="Bizon_chamber_load_SoundSet";
5299 id=1522;
5300 };
5301 class Bizon_mag_in
5302 {
5303 soundSet="Bizon_mag_in_SoundSet";
5304 id=1523;
5305 };
5306 class Bizon_mag_load
5307 {
5308 soundSet="Bizon_mag_load_SoundSet";
5309 id=1524;
5310 };
5311 class Bizon_mag_remove
5312 {
5313 soundSet="Bizon_mag_remove_SoundSet";
5314 id=1525;
5315 };
5316 class Bizon_dry
5317 {
5318 soundSet="Bizon_dry_SoundSet";
5319 id=1526;
5320 };
5321 class Bizon_pullout
5322 {
5323 soundSet="Bizon_pullout_SoundSet";
5324 id=1527;
5325 };
5326 class Bizon_mag_out
5327 {
5328 soundSet="Bizon_mag_out_SoundSet";
5329 id=1528;
5330 };
5331 class Bizon_hand
5332 {
5333 soundSet="Bizon_hand_SoundSet";
5334 id=1529;
5335 };
5336 class Bizon_jamming1
5337 {
5338 soundSet="Bizon_jamming1_SoundSet";
5339 id=1530;
5340 };
5341 class Bizon_jamming2
5342 {
5343 soundSet="Bizon_jamming2_SoundSet";
5344 id=1531;
5345 };
5346 class Bizon_jamming3
5347 {
5348 soundSet="Bizon_jamming3_SoundSet";
5349 id=1532;
5350 };
5351 class Bizon_jamming4
5352 {
5353 soundSet="Bizon_jamming4_SoundSet";
5354 id=1533;
5355 };
5356 class Bizon_jamming5
5357 {
5358 soundSet="Bizon_jamming5_SoundSet";
5359 id=1534;
5360 };
5361 class Bizon_jamming6
5362 {
5363 soundSet="Bizon_jamming6_SoundSet";
5364 id=1535;
5365 };
5366 class Bizon_jamming7
5367 {
5368 soundSet="Bizon_jamming7_SoundSet";
5369 id=1536;
5370 };
5371 class Bizon_jamming8
5372 {
5373 soundSet="Bizon_jamming8_SoundSet";
5374 id=1537;
5375 };
5376 class Bizon_jamming9
5377 {
5378 soundSet="Bizon_jamming9_SoundSet";
5379 id=1538;
5380 };
5381 class Bizon_jamming10
5382 {
5383 soundSet="Bizon_jamming10_SoundSet";
5384 id=1539;
5385 };
5386 class Bizon_jamming11
5387 {
5388 soundSet="Bizon_jamming11_SoundSet";
5389 id=1540;
5390 };
5391 class Bizon_jamming12
5392 {
5393 soundSet="Bizon_jamming12_SoundSet";
5394 id=1541;
5395 };
5396 class Bizon_jamming13
5397 {
5398 soundSet="Bizon_jamming13_SoundSet";
5399 id=1542;
5400 };
5401 class Bizon_jam
5402 {
5403 soundSet="Bizon_jam_SoundSet";
5404 id=1543;
5405 };
5406 class LongHorn_charge_open
5407 {
5408 soundSet="LongHorn_charge_open_SoundSet";
5409 id=1546;
5410 };
5411 class LongHorn_charge_close
5412 {
5413 soundSet="LongHorn_charge_close_SoundSet";
5414 id=1547;
5415 };
5416 class LongHorn_chamber_load
5417 {
5418 soundSet="LongHorn_chamber_load_SoundSet";
5419 id=1548;
5420 };
5421 class LongHorn_Hand1
5422 {
5423 soundSet="LongHorn_hand1_SoundSet";
5424 id=1549;
5425 };
5426 class LongHorn_Hand2
5427 {
5428 soundSet="LongHorn_hand2_SoundSet";
5429 id=1550;
5430 };
5431 class LongHorn_jamming1
5432 {
5433 soundSet="LongHorn_jamming1_SoundSet";
5434 id=1551;
5435 };
5436 class LongHorn_jamming2
5437 {
5438 soundSet="LongHorn_jamming2_SoundSet";
5439 id=1552;
5440 };
5441 class LongHorn_jamming3
5442 {
5443 soundSet="LongHorn_jamming3_SoundSet";
5444 id=1553;
5445 };
5446 class LongHorn_jamming4
5447 {
5448 soundSet="LongHorn_jamming4_SoundSet";
5449 id=1554;
5450 };
5451 class LongHorn_jamming5
5452 {
5453 soundSet="LongHorn_jamming5_SoundSet";
5454 id=1555;
5455 };
5456 class LongHorn_jamming6
5457 {
5458 soundSet="LongHorn_jamming6_SoundSet";
5459 id=1556;
5460 };
5461 class LongHorn_jamming7
5462 {
5463 soundSet="LongHorn_jamming7_SoundSet";
5464 id=1557;
5465 };
5466 class LongHorn_jamming8
5467 {
5468 soundSet="LongHorn_jamming8_SoundSet";
5469 id=1558;
5470 };
5471 class LongHorn_jamming9
5472 {
5473 soundSet="LongHorn_jamming9_SoundSet";
5474 id=1559;
5475 };
5476 class LongHorn_jamming10
5477 {
5478 soundSet="LongHorn_jamming10_SoundSet";
5479 id=1560;
5480 };
5481 class LongHorn_jamming11
5482 {
5483 soundSet="LongHorn_jamming11_SoundSet";
5484 id=1561;
5485 };
5486 class LongHorn_jamming12
5487 {
5488 soundSet="LongHorn_jamming12_SoundSet";
5489 id=1562;
5490 };
5491 class LongHorn_jamming13
5492 {
5493 soundSet="LongHorn_jamming13_SoundSet";
5494 id=1563;
5495 };
5496 class LongHorn_cocked
5497 {
5498 soundSet="LongHorn_cocked_SoundSet";
5499 id=1564;
5500 };
5501 class CZ550_charge_open
5502 {
5503 soundSet="CZ550_charge_open_SoundSet";
5504 id=1600;
5505 };
5506 class CZ550_charge_close
5507 {
5508 soundSet="CZ550_charge_close_SoundSet";
5509 id=1602;
5510 };
5511 class CZ550_chamber_load
5512 {
5513 soundSet="CZ550_chamber_load_SoundSet";
5514 id=1604;
5515 };
5516 class CZ550_mag_in
5517 {
5518 soundSet="CZ550_mag_in_SoundSet";
5519 id=1605;
5520 };
5521 class CZ550_mag_out
5522 {
5523 soundSet="CZ550_mag_out_SoundSet";
5524 id=1606;
5525 };
5526 class CZ550_mag_remove
5527 {
5528 soundSet="CZ550_mag_remove_SoundSet";
5529 id=1607;
5530 };
5531 class CZ550_dry
5532 {
5533 soundSet="CZ550_dry_SoundSet";
5534 id=1608;
5535 };
5536 class CZ550_pullout
5537 {
5538 soundSet="CZ550_pullout_SoundSet";
5539 id=1609;
5540 };
5541 class CZ550_hand1
5542 {
5543 soundSet="CZ550_hand1_SoundSet";
5544 id=1610;
5545 };
5546 class CZ550_hand2
5547 {
5548 soundSet="CZ550_hand2_SoundSet";
5549 id=1611;
5550 };
5551 class CZ550_hand3
5552 {
5553 soundSet="CZ550_hand3_SoundSet";
5554 id=1612;
5555 };
5556 class CZ550_hand4
5557 {
5558 soundSet="CZ550_hand4_SoundSet";
5559 id=1613;
5560 };
5561 class CZ550_jamming1
5562 {
5563 soundSet="CZ550_jamming1_SoundSet";
5564 id=1614;
5565 };
5566 class CZ550_jamming2
5567 {
5568 soundSet="CZ550_jamming2_SoundSet";
5569 id=1615;
5570 };
5571 class CZ550_jamming3
5572 {
5573 soundSet="CZ550_jamming3_SoundSet";
5574 id=1616;
5575 };
5576 class CZ550_jamming4
5577 {
5578 soundSet="CZ550_jamming4_SoundSet";
5579 id=1617;
5580 };
5581 class CZ550_jamming5
5582 {
5583 soundSet="CZ550_jamming5_SoundSet";
5584 id=1618;
5585 };
5586 class CZ550_jamming6
5587 {
5588 soundSet="CZ550_jamming6_SoundSet";
5589 id=1619;
5590 };
5591 class CZ550_jamming7
5592 {
5593 soundSet="CZ550_jamming7_SoundSet";
5594 id=1620;
5595 };
5596 class CZ550_jamming8
5597 {
5598 soundSet="CZ550_jamming8_SoundSet";
5599 id=1621;
5600 };
5601 class CZ550_jamming9
5602 {
5603 soundSet="CZ550_jamming9_SoundSet";
5604 id=1622;
5605 };
5606 class CZ550_jamming10
5607 {
5608 soundSet="CZ550_jamming10_SoundSet";
5609 id=1623;
5610 };
5611 class CZ550_jamming11
5612 {
5613 soundSet="CZ550_jamming11_SoundSet";
5614 id=1624;
5615 };
5616 class CZ550_jam
5617 {
5618 soundSet="CZ550_jam_SoundSet";
5619 id=1625;
5620 };
5621 class WaltherP1_charge_open
5622 {
5623 soundSet="WaltherP1_charge_open_SoundSet";
5624 id=1631;
5625 };
5626 class WaltherP1_charge_close
5627 {
5628 soundSet="WaltherP1_charge_close_SoundSet";
5629 id=1633;
5630 };
5631 class WaltherP1_charge_close_release
5632 {
5633 soundSet="WaltherP1_charge_close_release_SoundSet";
5634 id=1634;
5635 };
5636 class WaltherP1_pullout
5637 {
5638 soundSet="WaltherP1_pullout_SoundSet";
5639 id=1641;
5640 };
5641 class WaltherP1_mag_in
5642 {
5643 soundSet="WaltherP1_mag_in_SoundSet";
5644 id=1651;
5645 };
5646 class WaltherP1_mag_load
5647 {
5648 soundSet="WaltherP1_mag_load_SoundSet";
5649 id=1652;
5650 };
5651 class WaltherP1_mag_out
5652 {
5653 soundSet="WaltherP1_mag_out_SoundSet";
5654 id=1653;
5655 };
5656 class WaltherP1_mag_remove
5657 {
5658 soundSet="WaltherP1_mag_remove_SoundSet";
5659 id=1654;
5660 };
5661 class M79_charge_open
5662 {
5663 soundSet="M79_charge_open_SoundSet";
5664 id=1651;
5665 };
5666 class M79_charge_close
5667 {
5668 soundSet="M79_charge_close_SoundSet";
5669 id=1652;
5670 };
5671 class M79_grenade_in
5672 {
5673 soundSet="M79_grenade_in_SoundSet";
5674 id=1653;
5675 };
5676 class M79_grenade_out
5677 {
5678 soundSet="M79_grenade_out_SoundSet";
5679 id=1654;
5680 };
5681 class M79_grenade_load
5682 {
5683 soundSet="M79_grenade_load_SoundSet";
5684 id=1655;
5685 };
5686 class M79_dry
5687 {
5688 soundSet="M79_dry_SoundSet";
5689 id=1656;
5690 };
5691 class Derringer_charge_open
5692 {
5693 soundSet="Derringer_charge_open_SoundSet";
5694 id=1700;
5695 };
5696 class Derringer_charge_close
5697 {
5698 soundSet="Derringer_charge_close_SoundSet";
5699 id=1701;
5700 };
5701 class Derringer_bullet_in
5702 {
5703 soundSet="Derringer_bullet_in_SoundSet";
5704 id=1702;
5705 };
5706 class Derringer_chamber_load
5707 {
5708 soundSet="Derringer_chamber_load_SoundSet";
5709 id=1703;
5710 };
5711 class Derringer_cocked
5712 {
5713 soundSet="Derringer_cocked_SoundSet";
5714 id=1704;
5715 };
5716 class Derringer_dry
5717 {
5718 soundSet="Derringer_dry_SoundSet";
5719 id=1705;
5720 };
5721 class SSG82_charge_open
5722 {
5723 soundSet="SSG82_charge_open_SoundSet";
5724 id=1710;
5725 };
5726 class SSG82_charge_close
5727 {
5728 soundSet="SSG82_charge_close_SoundSet";
5729 id=1711;
5730 };
5731 class SSG82_mag_in
5732 {
5733 soundSet="SSG82_mag_in_SoundSet";
5734 id=1713;
5735 };
5736 class SSG82_mag_load
5737 {
5738 soundSet="SSG82_mag_load_SoundSet";
5739 id=1734;
5740 };
5741 class SSG82_mag_out
5742 {
5743 soundSet="SSG82_mag_out_SoundSet";
5744 id=1714;
5745 };
5746 class SSG82_mag_remove
5747 {
5748 soundSet="SSG82_mag_remove_SoundSet";
5749 id=1715;
5750 };
5751 class SSG82_dry
5752 {
5753 soundSet="SSG82_dry_SoundSet";
5754 id=1716;
5755 };
5756 class SSG82_pullout
5757 {
5758 soundSet="SSG82_pullout_SoundSet";
5759 id=1717;
5760 };
5761 class SSG82_hand1
5762 {
5763 soundSet="SSG82_hand1_SoundSet";
5764 id=1718;
5765 };
5766 class SSG82_hand2
5767 {
5768 soundSet="SSG82_hand2_SoundSet";
5769 id=1719;
5770 };
5771 class SSG82_hand3
5772 {
5773 soundSet="SSG82_hand3_SoundSet";
5774 id=1720;
5775 };
5776 class SSG82_hand4
5777 {
5778 soundSet="SSG82_hand4_SoundSet";
5779 id=1721;
5780 };
5781 class SSG82_jamming1
5782 {
5783 soundSet="SSG82_jamming1_SoundSet";
5784 id=1722;
5785 };
5786 class SSG82_jamming2
5787 {
5788 soundSet="SSG82_jamming2_SoundSet";
5789 id=1723;
5790 };
5791 class SSG82_jamming3
5792 {
5793 soundSet="SSG82_jamming3_SoundSet";
5794 id=1724;
5795 };
5796 class SSG82_jamming4
5797 {
5798 soundSet="SSG82_jamming4_SoundSet";
5799 id=1725;
5800 };
5801 class SSG82_jamming5
5802 {
5803 soundSet="SSG82_jamming5_SoundSet";
5804 id=1726;
5805 };
5806 class SSG82_jamming6
5807 {
5808 soundSet="SSG82_jamming6_SoundSet";
5809 id=1727;
5810 };
5811 class SSG82_jamming7
5812 {
5813 soundSet="SSG82_jamming7_SoundSet";
5814 id=1728;
5815 };
5816 class SSG82_jamming8
5817 {
5818 soundSet="SSG82_jamming8_SoundSet";
5819 id=1729;
5820 };
5821 class SSG82_jamming9
5822 {
5823 soundSet="SSG82_jamming9_SoundSet";
5824 id=1730;
5825 };
5826 class SSG82_jamming10
5827 {
5828 soundSet="SSG82_jamming10_SoundSet";
5829 id=1731;
5830 };
5831 class SSG82_jamming11
5832 {
5833 soundSet="SSG82_jamming11_SoundSet";
5834 id=1732;
5835 };
5836 class SSG82_jam
5837 {
5838 soundSet="SSG82_jam_SoundSet";
5839 id=1733;
5840 };
5841 class Crossbow_arrow_in
5842 {
5843 soundSet="Crossbow_arrow_in_SoundSet";
5844 id=1750;
5845 };
5846 class Crossbow_arrow_out
5847 {
5848 soundSet="Crossbow_arrow_out_SoundSet";
5849 id=1751;
5850 };
5851 class Crossbow_pullout
5852 {
5853 soundSet="Crossbow_pullout_SoundSet";
5854 id=1753;
5855 };
5856 class Crossbow_dry
5857 {
5858 soundSet="Crossbow_dry_SoundSet";
5859 id=1754;
5860 };
5861 class Crossbow_hand
5862 {
5863 soundSet="Crossbow_hand_SoundSet";
5864 id=1755;
5865 };
5866 class Crossbow_shot
5867 {
5868 soundSet="Crossbow_Shot_SoundSet";
5869 id=1756;
5870 };
5871 class Crossbow_shot_interiorTail
5872 {
5873 soundSet="Crossbow_InteriorTail_SoundSet";
5874 id=1757;
5875 };
5876 class Crossbow_string_pullin_1
5877 {
5878 soundSet="Crossbow_string_pullin_1_SoundSet";
5879 id=1758;
5880 };
5881 class Crossbow_string_pullin_2
5882 {
5883 soundSet="Crossbow_string_pullin_2_SoundSet";
5884 id=1759;
5885 };
5886 class Crossbow_string_pullin_3
5887 {
5888 soundSet="Crossbow_string_pullin_3_SoundSet";
5889 id=1760;
5890 };
5891 class MagRifle_fill_loop
5892 {
5893 soundSet="MagRifle_fill_loop_SoundSet";
5894 id=402;
5895 };
5896 class MagRifle_fill_out
5897 {
5898 soundSet="MagRifle_fill_out_SoundSet";
5899 id=403;
5900 };
5901 class MagRifle_empty_loop
5902 {
5903 soundSet="MagRifle_empty_loop_SoundSet";
5904 id=405;
5905 };
5906 class MagPistol_fill_loop
5907 {
5908 soundSet="MagPistol_fill_loop_SoundSet";
5909 id=408;
5910 };
5911 class MagPistol_fill_out
5912 {
5913 soundSet="MagPistol_fill_out_SoundSet";
5914 id=409;
5915 };
5916 class MagPistol_empty_loop
5917 {
5918 soundSet="MagPistol_empty_loop_SoundSet";
5919 id=411;
5920 };
5921 class ChoppingTree
5922 {
5923 soundSet="ChoppingTree_SoundSet";
5924 id=415;
5925 };
5926 class pickUpRifleLight
5927 {
5928 soundSet="pickUpRifleLight_SoundSet";
5929 id=798;
5930 };
5931 class Char_HiddenStash_Dig_Shovel_Shot
5932 {
5933 soundset="Char_HiddenStash_Dig_Shovel_Shot_SoundSet";
5934 id=886;
5935 };
5936 class Char_HiddenStash_Dig_Dirt
5937 {
5938 soundset="Char_HiddenStash_Dig_Dirt_SoundSet";
5939 id=887;
5940 };
5941 class Char_HiddenStash_Dig_Shovel_In
5942 {
5943 soundset="Char_HiddenStash_Dig_Shovel_In_SoundSet";
5944 id=888;
5945 };
5946 class Char_HiddenStash_Dig_Snow
5947 {
5948 soundset="Char_HiddenStash_Dig_Snow_SoundSet";
5949 id=900;
5950 };
5951 class Char_HiddenStash_Dig_Shovel_In_Snow
5952 {
5953 soundset="Char_HiddenStash_Dig_Shovel_In_Snow_SoundSet";
5954 id=901;
5955 };
5956 class Char_HiddenStash_Dig_Find
5957 {
5958 soundset="Char_HiddenStash_Dig_Find_SoundSet";
5959 id=889;
5960 };
5961 class Char_Unconscious_Hand_Move_Water
5962 {
5963 soundset="Char_Unconscious_Hand_Move_Water_SoundSet";
5964 id=890;
5965 };
5966 class Char_Gestures_Hand_Clap_Head
5967 {
5968 soundset="Char_Gestures_Hand_Clap_Head_SoundSet";
5969 id=891;
5970 };
5971 class Char_Gestures_Hand_Grab_Fabric
5972 {
5973 soundset="Char_Gestures_Hand_Grab_Fabric_SoundSet";
5974 id=892;
5975 };
5976 class pickUpRifle
5977 {
5978 soundset="pickUpRifle_SoundSet";
5979 id=893;
5980 };
5981 class hand_ladder
5982 {
5983 soundset="hand_ladder_Char_Soundset";
5984 id=898;
5985 };
5986 class slide_ladder
5987 {
5988 soundset="slide_ladder_Char_Soundset";
5989 id=899;
5990 };
5991 class ShoulderL_Hide_Rifle
5992 {
5993 soundset="ShoulderL_Hide_Rifle_SoundSet";
5994 id=1200;
5995 };
5996 class ShoulderL_Show_Rifle
5997 {
5998 soundset="ShoulderL_Show_Rifle_SoundSet";
5999 id=1201;
6000 };
6001 class ShoulderR_Hide
6002 {
6003 soundset="ShoulderR_Hide_SoundSet";
6004 id=1210;
6005 };
6006 class ShoulderR_Show
6007 {
6008 soundset="ShoulderR_Show_SoundSet";
6009 id=1211;
6010 };
6011 class Inventory_Hide
6012 {
6013 soundset="Inventory_Hide_SoundSet";
6014 id=1220;
6015 };
6016 class Inventory_Show
6017 {
6018 soundset="Inventory_Show_SoundSet";
6019 id=1221;
6020 };
6021 class Chest_Pistol_Hide
6022 {
6023 soundset="Chest_Pistol_Hide_SoundSet";
6024 id=1222;
6025 };
6026 class Chest_Pistol_Show
6027 {
6028 soundset="Chest_Pistol_Show_SoundSet";
6029 id=1223;
6030 };
6031 class Back_Knife_Hide
6032 {
6033 soundset="Back_Knife_Hide_SoundSet";
6034 id=1224;
6035 };
6036 class Back_Knife_Show
6037 {
6038 soundset="Back_Knife_Show_SoundSet";
6039 id=1225;
6040 };
6041 class offroad_Gear
6042 {
6043 soundset="offroad_Gear_SoundSet";
6044 id=2000;
6045 };
6046 class Offroad_Key_On
6047 {
6048 soundset="Offroad_Key_On_SoundSet";
6049 id=2001;
6050 };
6051 class Offroad_Key_Off
6052 {
6053 soundset="Offroad_Key_Off_SoundSet";
6054 id=2002;
6055 };
6056 class Offroad_lights
6057 {
6058 soundset="Offroad_lights_SoundSet";
6059 id=2003;
6060 };
6061 class Offroad_DriverGetIn
6062 {
6063 soundset="Offroad_DriverGetIn_SoundSet";
6064 id=2004;
6065 };
6066 class Offroad_DriverGetOut
6067 {
6068 soundset="Offroad_DriverGetOut_SoundSet";
6069 id=2005;
6070 };
6071 class Offroad_DriverJumpOut
6072 {
6073 soundset="Offroad_DriverJumpOut_SoundSet";
6074 id=2006;
6075 };
6076 class Offroad_CoDriverGetIn
6077 {
6078 soundset="Offroad_CoDriverGetIn_SoundSet";
6079 id=2007;
6080 };
6081 class Offroad_CoDriverGetOut
6082 {
6083 soundset="Offroad_CoDriverGetOut_SoundSet";
6084 id=2008;
6085 };
6086 class Offroad_CoDriverJumpOut
6087 {
6088 soundset="Offroad_CoDriverJumpOut_SoundSet";
6089 id=2009;
6090 };
6091 class Offroad_PassengerGetIn
6092 {
6093 soundset="Offroad_PassengerGetIn_SoundSet";
6094 id=2010;
6095 };
6096 class Offroad_PassengerGetOut
6097 {
6098 soundset="Offroad_PassengerGetOut_SoundSet";
6099 id=2011;
6100 };
6101 class Offroad_driver_switchSeat
6102 {
6103 soundset="Offroad_driver_switchSeat_SoundSet";
6104 id=2020;
6105 };
6106 class Offroad_passanger_switchSeat
6107 {
6108 soundset="Offroad_passanger_switchSeat_SoundSet";
6109 id=2021;
6110 };
6111 class Offroad_switchSeat_hand
6112 {
6113 soundset="Offroad_switchSeat_hand_SoundSet";
6114 id=2022;
6115 };
6116 class Offroad_hit_character
6117 {
6118 soundset="offroad_hit_character_SoundSet";
6119 id=2040;
6120 };
6121 class Offroad_Horn_Start
6122 {
6123 soundset="Offroad_Horn_Start_SoundSet";
6124 id=2041;
6125 };
6126 class Offroad_Horn_End
6127 {
6128 soundset="Offroad_Horn_End_SoundSet";
6129 id=2042;
6130 };
6131 class Offroad_Starting
6132 {
6133 soundset="Offroad_Starting_SoundSet";
6134 id=2043;
6135 };
6136 class Offroad_SeatShiftIn
6137 {
6138 soundset="Offroad_SeatShiftIn_SoundSet";
6139 id=2044;
6140 };
6141 class Offroad_SeatShiftOut
6142 {
6143 soundset="Offroad_SeatShiftOut_SoundSet";
6144 id=2045;
6145 };
6146 class Passenger_death_DragOut
6147 {
6148 soundset="Passenger_death_DragOut_SoundSet";
6149 id=2046;
6150 };
6151 class Truck_01_Gear
6152 {
6153 soundset="Truck_01_Gear_SoundSet";
6154 id=2100;
6155 };
6156 class Truck_01_Key_On
6157 {
6158 soundset="Truck_01_Key_On_SoundSet";
6159 id=2101;
6160 };
6161 class Truck_01_Key_Off
6162 {
6163 soundset="Truck_01_Key_Off_SoundSet";
6164 id=2102;
6165 };
6166 class Truck_01_lights
6167 {
6168 soundset="Truck_01_lights_SoundSet";
6169 id=2103;
6170 };
6171 class Truck_01_DriverGetIn
6172 {
6173 soundset="Truck_01_DriverGetIn_SoundSet";
6174 id=2104;
6175 };
6176 class Truck_01_DriverGetOut
6177 {
6178 soundset="Truck_01_DriverGetOut_SoundSet";
6179 id=2105;
6180 };
6181 class Truck_01_CoDriverGetIn
6182 {
6183 soundset="Truck_01_CoDriverGetIn_SoundSet";
6184 id=2106;
6185 };
6186 class Truck_01_CoDriverGetOut
6187 {
6188 soundset="Truck_01_CoDriverGetOut_SoundSet";
6189 id=2107;
6190 };
6191 class Truck_01_DriverJumpOut
6192 {
6193 soundset="Offroad_DriverJumpOut_SoundSet";
6194 id=2110;
6195 };
6196 class Truck_01_CodriverJumpOut
6197 {
6198 soundset="Offroad_DriverJumpOut_SoundSet";
6199 id=2111;
6200 };
6201 class Truck_01_driver_switchSeat
6202 {
6203 soundset="Truck_01_driver_switchSeat_SoundSet";
6204 id=2120;
6205 };
6206 class Truck_01_codriver_switchSeat
6207 {
6208 soundset="Truck_01_driver_switchSeat_SoundSet";
6209 id=2121;
6210 };
6211 class Truck_01_Horn_Start
6212 {
6213 soundset="Truck_01_Horn_Start_SoundSet";
6214 id=2122;
6215 };
6216 class Truck_01_Horn_End
6217 {
6218 soundset="Truck_01_Horn_End_SoundSet";
6219 id=2123;
6220 };
6221 class CivilianSedan_Gear
6222 {
6223 soundset="CivilianSedan_Gear_SoundSet";
6224 id=2200;
6225 };
6226 class CivilianSedan_Key_On
6227 {
6228 soundset="CivilianSedan_Key_On_SoundSet";
6229 id=2201;
6230 };
6231 class CivilianSedan_Key_Off
6232 {
6233 soundset="CivilianSedan_Key_Off_SoundSet";
6234 id=2202;
6235 };
6236 class CivilianSedan_lights
6237 {
6238 soundset="CivilianSedan_lights_SoundSet";
6239 id=2203;
6240 };
6241 class CivilianSedan_DriverGetIn
6242 {
6243 soundset="CivilianSedan_DriverGetIn_SoundSet";
6244 id=2204;
6245 };
6246 class CivilianSedan_DriverGetOut
6247 {
6248 soundset="CivilianSedan_DriverGetOut_SoundSet";
6249 id=2205;
6250 };
6251 class CivilianSedan_DriverJumpOut
6252 {
6253 soundset="CivilianSedan_DriverJumpOut_SoundSet";
6254 id=2206;
6255 };
6256 class CivilianSedan_CoDriverGetIn
6257 {
6258 soundset="CivilianSedan_CoDriverGetIn_SoundSet";
6259 id=2207;
6260 };
6261 class CivilianSedan_CoDriverGetOut
6262 {
6263 soundset="CivilianSedan_CoDriverGetOut_SoundSet";
6264 id=2208;
6265 };
6266 class CivilianSedan_CoDriverJumpOut
6267 {
6268 soundset="CivilianSedan_CoDriverJumpOut_SoundSet";
6269 id=2209;
6270 };
6271 class CivilianSedan_PassengerGetIn
6272 {
6273 soundset="CivilianSedan_PassengerGetIn_SoundSet";
6274 id=2210;
6275 };
6276 class CivilianSedan_PassengerGetOut
6277 {
6278 soundset="CivilianSedan_PassengerGetOut_SoundSet";
6279 id=2211;
6280 };
6281 class CivilianSedan_driver_switchSeat
6282 {
6283 soundset="CivilianSedan_driver_switchSeat_SoundSet";
6284 id=2220;
6285 };
6286 class CivilianSedan_passanger_switchSeat
6287 {
6288 soundset="CivilianSedan_passanger_switchSeat_SoundSet";
6289 id=2221;
6290 };
6291 class CivilianSedan_switchSeat_hand
6292 {
6293 soundset="CivilianSedan_switchSeat_hand_SoundSet";
6294 id=2222;
6295 };
6296 class CivilianSedan_Horn_Start
6297 {
6298 soundset="CivilianSedan_Horn_Start_SoundSet";
6299 id=2223;
6300 };
6301 class CivilianSedan_Horn_End
6302 {
6303 soundset="CivilianSedan_Horn_End_SoundSet";
6304 id=2224;
6305 };
6306 class Hatchback_02_Gear
6307 {
6308 soundset="Hatchback_02_Gear_SoundSet";
6309 id=2300;
6310 };
6311 class Hatchback_02_Key_On
6312 {
6313 soundset="Hatchback_02_Key_On_SoundSet";
6314 id=2301;
6315 };
6316 class Hatchback_02_Key_Off
6317 {
6318 soundset="Hatchback_02_Key_Off_SoundSet";
6319 id=2302;
6320 };
6321 class Hatchback_02_lights
6322 {
6323 soundset="Hatchback_02_lights_SoundSet";
6324 id=2303;
6325 };
6326 class Hatchback_02_DriverGetIn
6327 {
6328 soundset="Hatchback_02_DriverGetIn_SoundSet";
6329 id=2304;
6330 };
6331 class Hatchback_02_DriverGetOut
6332 {
6333 soundset="Hatchback_02_DriverGetOut_SoundSet";
6334 id=2305;
6335 };
6336 class Hatchback_02_DriverJumpOut
6337 {
6338 soundset="Hatchback_02_DriverJumpOut_SoundSet";
6339 id=2306;
6340 };
6341 class Hatchback_02_CoDriverGetIn
6342 {
6343 soundset="Hatchback_02_CoDriverGetIn_SoundSet";
6344 id=2307;
6345 };
6346 class Hatchback_02_CoDriverGetOut
6347 {
6348 soundset="Hatchback_02_CoDriverGetOut_SoundSet";
6349 id=2308;
6350 };
6351 class Hatchback_02_CoDriverJumpOut
6352 {
6353 soundset="Hatchback_02_CoDriverJumpOut_SoundSet";
6354 id=2309;
6355 };
6356 class Hatchback_02_PassengerGetIn
6357 {
6358 soundset="Hatchback_02_PassengerGetIn_SoundSet";
6359 id=2310;
6360 };
6361 class Hatchback_02_PassengerGetOut
6362 {
6363 soundset="Hatchback_02_PassengerGetOut_SoundSet";
6364 id=2311;
6365 };
6366 class Hatchback_02_driver_switchSeat
6367 {
6368 soundset="Hatchback_02_driver_switchSeat_SoundSet";
6369 id=2320;
6370 };
6371 class Hatchback_02_passanger_switchSeat
6372 {
6373 soundset="Hatchback_02_passanger_switchSeat_SoundSet";
6374 id=2321;
6375 };
6376 class Hatchback_02_switchSeat_hand
6377 {
6378 soundset="Hatchback_02_switchSeat_hand_SoundSet";
6379 id=2322;
6380 };
6381 class Hatchback_02_Horn_Start
6382 {
6383 soundset="Hatchback_02_Horn_Start_SoundSet";
6384 id=2323;
6385 };
6386 class Hatchback_02_Horn_End
6387 {
6388 soundset="Hatchback_02_Horn_End_SoundSet";
6389 id=2324;
6390 };
6391 class Sedan_02_Gear
6392 {
6393 soundset="Sedan_02_Gear_SoundSet";
6394 id=2400;
6395 };
6396 class Sedan_02_Key_On
6397 {
6398 soundset="Sedan_02_Key_On_SoundSet";
6399 id=2401;
6400 };
6401 class Sedan_02_Key_Off
6402 {
6403 soundset="Sedan_02_Key_Off_SoundSet";
6404 id=2402;
6405 };
6406 class Sedan_02_lights
6407 {
6408 soundset="Sedan_02_lights_SoundSet";
6409 id=2403;
6410 };
6411 class Sedan_02_DriverGetIn
6412 {
6413 soundset="Sedan_02_DriverGetIn_SoundSet";
6414 id=2404;
6415 };
6416 class Sedan_02_DriverGetOut
6417 {
6418 soundset="Sedan_02_DriverGetOut_SoundSet";
6419 id=2405;
6420 };
6421 class Sedan_02_DriverJumpOut
6422 {
6423 soundset="Sedan_02_DriverJumpOut_SoundSet";
6424 id=2406;
6425 };
6426 class Sedan_02_CoDriverGetIn
6427 {
6428 soundset="Sedan_02_CoDriverGetIn_SoundSet";
6429 id=2407;
6430 };
6431 class Sedan_02_CoDriverGetOut
6432 {
6433 soundset="Sedan_02_CoDriverGetOut_SoundSet";
6434 id=2408;
6435 };
6436 class Sedan_02_CoDriverJumpOut
6437 {
6438 soundset="Sedan_02_CoDriverJumpOut_SoundSet";
6439 id=2409;
6440 };
6441 class Sedan_02_PassengerGetIn
6442 {
6443 soundset="Sedan_02_PassengerGetIn_SoundSet";
6444 id=2410;
6445 };
6446 class Sedan_02_PassengerGetOut
6447 {
6448 soundset="Sedan_02_PassengerGetOut_SoundSet";
6449 id=2411;
6450 };
6451 class Sedan_02_driver_switchSeat
6452 {
6453 soundset="Sedan_02_driver_switchSeat_SoundSet";
6454 id=2420;
6455 };
6456 class Sedan_02_passanger_switchSeat
6457 {
6458 soundset="Sedan_02_passanger_switchSeat_SoundSet";
6459 id=2421;
6460 };
6461 class Sedan_02_switchSeat_hand
6462 {
6463 soundset="Sedan_02_switchSeat_hand_SoundSet";
6464 id=2422;
6465 };
6466 class Sedan_02_Horn_Start
6467 {
6468 soundset="Sedan_02_Horn_Start_SoundSet";
6469 id=2423;
6470 };
6471 class Sedan_02_Horn_End
6472 {
6473 soundset="Sedan_02_Horn_End_SoundSet";
6474 id=2424;
6475 };
6476 class offroad_02_Gear
6477 {
6478 soundset="offroad_02_Gear_SoundSet";
6479 id=2450;
6480 };
6481 class Offroad_02_Key_On
6482 {
6483 soundset="Offroad_02_Key_On_SoundSet";
6484 id=2451;
6485 };
6486 class Offroad_02_Key_Off
6487 {
6488 soundset="Offroad_02_Key_Off_SoundSet";
6489 id=2452;
6490 };
6491 class Offroad_02_lights
6492 {
6493 soundset="Offroad_02_lights_SoundSet";
6494 id=2453;
6495 };
6496 class Offroad_02_DriverGetIn
6497 {
6498 soundset="Offroad_02_DriverGetIn_SoundSet";
6499 id=2454;
6500 };
6501 class Offroad_02_DriverGetOut
6502 {
6503 soundset="Offroad_02_DriverGetOut_SoundSet";
6504 id=2455;
6505 };
6506 class Offroad_02_DriverJumpOut
6507 {
6508 soundset="Offroad_02_DriverJumpOut_SoundSet";
6509 id=2456;
6510 };
6511 class Offroad_02_CoDriverGetIn
6512 {
6513 soundset="Offroad_02_CoDriverGetIn_SoundSet";
6514 id=2457;
6515 };
6516 class Offroad_02_CoDriverGetOut
6517 {
6518 soundset="Offroad_02_CoDriverGetOut_SoundSet";
6519 id=2458;
6520 };
6521 class Offroad_02_CoDriverJumpOut
6522 {
6523 soundset="Offroad_02_CoDriverJumpOut_SoundSet";
6524 id=2459;
6525 };
6526 class Offroad_02_PassengerGetIn
6527 {
6528 soundset="Offroad_02_PassengerGetIn_SoundSet";
6529 id=2460;
6530 };
6531 class Offroad_02_PassengerGetOut
6532 {
6533 soundset="Offroad_02_PassengerGetOut_SoundSet";
6534 id=2461;
6535 };
6536 class Offroad_02_driver_switchSeat
6537 {
6538 soundset="Offroad_02_driver_switchSeat_SoundSet";
6539 id=2462;
6540 };
6541 class Offroad_02_passanger_switchSeat
6542 {
6543 soundset="Offroad_02_passanger_switchSeat_SoundSet";
6544 id=2463;
6545 };
6546 class Offroad_02_switchSeat_hand
6547 {
6548 soundset="Offroad_02_switchSeat_hand_SoundSet";
6549 id=2464;
6550 };
6551 class Offroad_02_hit_character
6552 {
6553 soundset="offroad_02_hit_character_SoundSet";
6554 id=2465;
6555 };
6556 class Offroad_02_horn
6557 {
6558 soundset="Offroad_02_Horn_SoundSet";
6559 id=2466;
6560 };
6561 class Offroad_02_Horn_Start
6562 {
6563 soundset="Offroad_02_Horn_Start_SoundSet";
6564 id=2467;
6565 };
6566 class Offroad_02_Horn_End
6567 {
6568 soundset="Offroad_02_Horn_End_SoundSet";
6569 id=2468;
6570 };
6571 class p_1hd_cro_suicide_out
6572 {
6573 soundset="p_1hd_cro_suicide_out_SoundSet";
6574 id=3001;
6575 };
6576 class p_2hd_erc_fireaxe_suicide_in
6577 {
6578 soundset="p_2hd_erc_fireaxe_suicide_in_SoundSet";
6579 id=3003;
6580 };
6581 class p_2hd_erc_fireaxe_suicide_out_A
6582 {
6583 soundset="p_2hd_erc_fireaxe_suicide_out_A_SoundSet";
6584 id=3002;
6585 };
6586 class p_2hd_erc_fireaxe_suicide_out_B
6587 {
6588 soundset="p_2hd_erc_fireaxe_suicide_out_B_SoundSet";
6589 id=3004;
6590 };
6591 class p_2hd_erc_fireaxe_suicide_out_C
6592 {
6593 soundset="p_2hd_erc_fireaxe_suicide_out_C_SoundSet";
6594 id=3008;
6595 };
6596 class p_2hd_erc_fireaxe_suicide_out_D
6597 {
6598 soundset="p_2hd_erc_fireaxe_suicide_out_D_SoundSet";
6599 id=3009;
6600 };
6601 class p_2hd_erc_medievalsword_suicide_cancelled_A
6602 {
6603 soundset="p_2hd_erc_medievalsword_suicide_cancelled_A_SoundSet";
6604 id=3005;
6605 };
6606 class p_2hd_erc_medievalsword_suicide_cancelled_B
6607 {
6608 soundset="p_2hd_erc_medievalsword_suicide_cancelled_B_SoundSet";
6609 id=3011;
6610 };
6611 class p_2hd_erc_medievalsword_suicide_cancelled_C
6612 {
6613 soundset="p_2hd_erc_medievalsword_suicide_cancelled_C_SoundSet";
6614 id=3014;
6615 };
6616 class p_2hd_erc_medievalsword_suicide_in_A
6617 {
6618 soundset="p_2hd_erc_medievalsword_suicide_in_A_SoundSet";
6619 id=3006;
6620 };
6621 class p_2hd_erc_medievalsword_suicide_in_B
6622 {
6623 soundset="p_2hd_erc_medievalsword_suicide_in_B_SoundSet";
6624 id=3021;
6625 };
6626 class p_2hd_erc_medievalsword_suicide_in_C
6627 {
6628 soundset="p_2hd_erc_medievalsword_suicide_in_C_SoundSet";
6629 id=3022;
6630 };
6631 class p_2hd_erc_medievalsword_suicide_out
6632 {
6633 soundset="p_2hd_erc_medievalsword_suicide_out_SoundSet";
6634 id=3007;
6635 };
6636 class p_2hd_erc_pitchfork_suicide_out
6637 {
6638 soundset="p_2hd_erc_pitchfork_suicide_out_SoundSet";
6639 id=3010;
6640 };
6641 class p_2hd_erc_spear_suicide_in
6642 {
6643 soundset="p_2hd_erc_spear_suicide_in_SoundSet";
6644 id=3012;
6645 };
6646 class p_2hd_erc_spear_suicide_out
6647 {
6648 soundset="p_2hd_erc_spear_suicide_out_SoundSet";
6649 id=3013;
6650 };
6651 class p_2hd_erc_woodaxe_suicide_in
6652 {
6653 soundset="p_2hd_erc_woodaxe_suicide_in_SoundSet";
6654 id=3015;
6655 };
6656 class p_2hd_erc_woodaxe_suicide_out_A
6657 {
6658 soundset="p_2hd_erc_woodaxe_suicide_out_A_SoundSet";
6659 id=3016;
6660 };
6661 class p_2hd_erc_woodaxe_suicide_out_B
6662 {
6663 soundset="p_2hd_erc_woodaxe_suicide_out_B_SoundSet";
6664 id=3023;
6665 };
6666 class p_2hd_erc_woodaxe_suicide_out_C
6667 {
6668 soundset="p_2hd_erc_woodaxe_suicide_out_C_SoundSet";
6669 id=3024;
6670 };
6671 class p_2hd_erc_woodaxe_suicide_out_D
6672 {
6673 soundset="p_2hd_erc_woodaxe_suicide_out_D_SoundSet";
6674 id=3025;
6675 };
6676 class p_pst_cro_suicide_out
6677 {
6678 soundset="p_pst_cro_suicide_out_SoundSet";
6679 id=3017;
6680 };
6681 class p_rfl_cro_suicide_cancelled_A
6682 {
6683 soundset="p_rfl_cro_suicide_cancelled_A_SoundSet";
6684 id=3018;
6685 };
6686 class p_rfl_cro_suicide_cancelled_B
6687 {
6688 soundset="p_rfl_cro_suicide_cancelled_B_SoundSet";
6689 id=3026;
6690 };
6691 class p_rfl_cro_suicide_cancelled_C
6692 {
6693 soundset="p_rfl_cro_suicide_cancelled_C_SoundSet";
6694 id=3027;
6695 };
6696 class p_rfl_cro_suicide_in_A
6697 {
6698 soundset="p_rfl_cro_suicide_in_A_SoundSet";
6699 id=3019;
6700 };
6701 class p_rfl_cro_suicide_in_B
6702 {
6703 soundset="p_rfl_cro_suicide_in_B_SoundSet";
6704 id=3028;
6705 };
6706 class p_rfl_cro_suicide_in_C
6707 {
6708 soundset="p_rfl_cro_suicide_in_C_SoundSet";
6709 id=3029;
6710 };
6711 class p_rfl_cro_suicide_in_D
6712 {
6713 soundset="p_rfl_cro_suicide_in_D_SoundSet";
6714 id=3030;
6715 };
6716 class p_rfl_cro_suicide_out
6717 {
6718 soundset="p_rfl_cro_suicide_out_SoundSet";
6719 id=3020;
6720 };
6721 class RemoteDetonator_Trigger
6722 {
6723 soundset="RemoteDetonator_Trigger_SoundSet";
6724 id=3100;
6725 };
6726 class Clean_hands_Cauldron_In
6727 {
6728 soundSet="Clean_hands_Cauldron_In_SoundSet";
6729 id=3101;
6730 };
6731 class Clean_hands_Cauldron_loop
6732 {
6733 soundSet="Clean_hands_Cauldron_loop_SoundSet";
6734 id=3102;
6735 };
6736 class Clean_hands_Cauldron_Out
6737 {
6738 soundSet="Clean_hands_Cauldron_Out_SoundSet";
6739 id=3103;
6740 };
6741 class Clean_hands_Canister_In
6742 {
6743 soundSet="Clean_hands_Canister_In_SoundSet";
6744 id=3104;
6745 };
6746 class Clean_hands_Canister_Out
6747 {
6748 soundSet="Clean_hands_Canister_Out_SoundSet";
6749 id=3105;
6750 };
6751 class SV98_charge_open
6752 {
6753 soundSet="SV98_charge_open_SoundSet";
6754 id=3403;
6755 };
6756 class SV98_charge_open_release
6757 {
6758 soundSet="SV98_charge_open_release_SoundSet";
6759 id=3404;
6760 };
6761 class SV98_charge_close
6762 {
6763 soundSet="SV98_charge_close_SoundSet";
6764 id=3405;
6765 };
6766 class SV98_charge_close_release
6767 {
6768 soundSet="SV98_charge_close_release_SoundSet";
6769 id=3406;
6770 };
6771 class SV98_chamber_load
6772 {
6773 soundSet="SV98_chamber_load_SoundSet";
6774 id=3407;
6775 };
6776 class SV98_mag_in
6777 {
6778 soundSet="SV98_mag_in_SoundSet";
6779 id=3408;
6780 };
6781 class SV98_mag_load
6782 {
6783 soundSet="SV98_mag_load_SoundSet";
6784 id=3409;
6785 };
6786 class SV98_mag_out
6787 {
6788 soundSet="SV98_mag_out_SoundSet";
6789 id=3410;
6790 };
6791 class SV98_mag_remove
6792 {
6793 soundSet="SV98_mag_remove_SoundSet";
6794 id=3411;
6795 };
6796 class SV98_dry
6797 {
6798 soundSet="SV98_dry_SoundSet";
6799 id=3412;
6800 };
6801 class SV98_pullout
6802 {
6803 soundSet="SV98_pullout_SoundSet";
6804 id=3413;
6805 };
6806 class SV98_hand1
6807 {
6808 soundSet="SV98_hand1_SoundSet";
6809 id=3414;
6810 };
6811 class SV98_hand2
6812 {
6813 soundSet="SV98_hand2_SoundSet";
6814 id=3415;
6815 };
6816 class SV98_hand3
6817 {
6818 soundSet="SV98_hand3_SoundSet";
6819 id=3416;
6820 };
6821 class SV98_hand4
6822 {
6823 soundSet="SV98_hand4_SoundSet";
6824 id=3417;
6825 };
6826 class Boat_01_DriverGetIn
6827 {
6828 soundset="Boat_01_DriverGetIn_SoundSet";
6829 id=3418;
6830 };
6831 class Boat_01_DriverGetOut
6832 {
6833 soundset="Boat_01_DriverGetOut_SoundSet";
6834 id=3419;
6835 };
6836 class Boat_01_DriverJumpOut
6837 {
6838 soundset="Boat_01_DriverJumpOut_SoundSet";
6839 id=3420;
6840 };
6841 class Boat_01_CoDriverGetIn
6842 {
6843 soundset="Boat_01_CoDriverGetIn_SoundSet";
6844 id=3421;
6845 };
6846 class Boat_01_CoDriverGetOut
6847 {
6848 soundset="Boat_01_CoDriverGetOut_SoundSet";
6849 id=3422;
6850 };
6851 class Boat_01_CoDriverJumpOut
6852 {
6853 soundset="Boat_01_CoDriverJumpOut_SoundSet";
6854 id=3423;
6855 };
6856 class Boat_01_PassengerGetIn
6857 {
6858 soundset="Boat_01_PassengerGetIn_SoundSet";
6859 id=3424;
6860 };
6861 class Boat_01_PassengerGetOut
6862 {
6863 soundset="Boat_01_PassengerGetOut_SoundSet";
6864 id=3425;
6865 };
6866 class Boat_01_PassengerJumpOut
6867 {
6868 soundset="Boat_01_PassengerJumpOut_SoundSet";
6869 id=3426;
6870 };
6871 class Boat_01_DriverEngineStartIn
6872 {
6873 soundset="Boat_01_DriverEngineStartIn_SoundSet";
6874 id=3427;
6875 };
6876 class Boat_01_DriverEngineStartOut
6877 {
6878 soundset="Boat_01_DriverEngineStartOut_SoundSet";
6879 id=3428;
6880 };
6881 class Boat_01_JumpOut
6882 {
6883 soundset="Boat_01_JumpOut_SoundSet";
6884 id=3429;
6885 };
6886 class Boat_01_DriverShiftGear
6887 {
6888 soundset="Boat_01_DriverShiftGear_SoundSet";
6889 id=3430;
6890 };
6891 class Wpn_PM63RAK_rld_handling
6892 {
6893 soundset="Wpn_PM63RAK_rld_handling_SoundSet";
6894 id=3431;
6895 };
6896 class Wpn_Pm63RAK_rld_button
6897 {
6898 soundset="Wpn_Pm63RAK_rld_button_SoundSet";
6899 id=3432;
6900 };
6901 class Wpn_Pm63RAK_rld_mag_out
6902 {
6903 soundset="Wpn_Pm63RAK_rld_mag_out_SoundSet";
6904 id=3433;
6905 };
6906 class Wpn_Pm63RAK_rld_mag_in01
6907 {
6908 soundset="Wpn_Pm63RAK_rld_mag_in01_SoundSet";
6909 id=3434;
6910 };
6911 class Wpn_Pm63RAK_rld_mag_in02
6912 {
6913 soundset="Wpn_Pm63RAK_rld_mag_in02_SoundSet";
6914 id=3435;
6915 };
6916 class Wpn_Pm63RAK_rld_slide_action
6917 {
6918 soundset="Wpn_Pm63RAK_rld_slide_action_SoundSet";
6919 id=3436;
6920 };
6921 class Wpn_PM63RAK_dry_fire
6922 {
6923 soundset="Wpn_PM63RAK_dry_fire_SoundSet";
6924 id=3437;
6925 };
6926 class Wpn_PM63RAK_rld_jamming_01
6927 {
6928 soundset="Wpn_PM63RAK_rld_jamming_01_SoundSet";
6929 id=3440;
6930 };
6931 class Wpn_PM63RAK_rld_jamming_02
6932 {
6933 soundset="Wpn_PM63RAK_rld_jamming_02_SoundSet";
6934 id=3441;
6935 };
6936 class Wpn_PM63RAK_rld_jamming_03
6937 {
6938 soundset="Wpn_PM63RAK_rld_jamming_03_SoundSet";
6939 id=3442;
6940 };
6941 class Wpn_PM63RAK_rld_jamming_04
6942 {
6943 soundset="Wpn_PM63RAK_rld_jamming_04_SoundSet";
6944 id=3443;
6945 };
6946 class Wpn_PM63RAK_rld_last_empty_shot
6947 {
6948 soundset="Wpn_PM63RAK_rld_last_empty_shot_SoundSet";
6949 id=3444;
6950 };
6951 class Wpn_PM63RAK_rld_jamming_trig
6952 {
6953 soundset="Wpn_PM63RAK_rld_jamming_trig_SoundSet";
6954 id=3445;
6955 };
6956 class rld_R12_Dry_Fire
6957 {
6958 soundset="rld_R12_Dry_Fire_SoundSet";
6959 id=3446;
6960 };
6961 class rld_R12_Handling
6962 {
6963 soundset="rld_R12_Handling_SoundSet";
6964 id=3447;
6965 };
6966 class rld_R12_Action
6967 {
6968 soundset="rld_R12_Action_SoundSet";
6969 id=3448;
6970 };
6971 class rld_R12_Chambering
6972 {
6973 soundset="rld_R12_Chambering_SoundSet";
6974 id=3449;
6975 };
6976 class rld_R12_Action_Open
6977 {
6978 soundset="rld_R12_Action_Open_SoundSet";
6979 id=3450;
6980 };
6981 class rld_R12_Action_Close
6982 {
6983 soundset="rld_R12_Action_Close_SoundSet";
6984 id=3451;
6985 };
6986 class rld_R12_Loading
6987 {
6988 soundset="rld_R12_Loading_SoundSet";
6989 id=3452;
6990 };
6991 class rld_R12_Jamming_01
6992 {
6993 soundset="rld_R12_Jamming_01_SoundSet";
6994 id=3453;
6995 };
6996 class rld_R12_Jamming_02
6997 {
6998 soundset="rld_R12_Jamming_02_SoundSet";
6999 id=3454;
7000 };
7001 class rld_R12_Jamming_03
7002 {
7003 soundset="rld_R12_Jamming_03_SoundSet";
7004 id=3455;
7005 };
7006 class rld_R12_Jamming_04
7007 {
7008 soundset="rld_R12_Jamming_04_SoundSet";
7009 id=3456;
7010 };
7011 class rld_R12_Jamming_Start
7012 {
7013 soundset="rld_R12_Jamming_Start_SoundSet";
7014 id=3457;
7015 };
7016 class rld_R12_last_shot
7017 {
7018 soundset="rld_R12_last_shot_SoundSet";
7019 id=3458;
7020 };
7021 };
7022 class Sound
7023 {
7024 class SurfaceCleanHands
7025 {
7026 class CleanHandsPrimary
7027 {
7028 default=1807;
7029 sakhal_snow=1907;
7030 sakhal_snow_forest=1907;
7031 };
7032 class CleanHandsSecondary
7033 {
7034 default=1806;
7035 sakhal_snow=1906;
7036 sakhal_snow_forest=1906;
7037 };
7038 };
7039 };
7040 class Attachments
7041 {
7042 class SoundShoulderWalk_L
7043 {
7044 slot="shoulder";
7045 soundLookupTable="shoulder_walkErc_L_LookupTable";
7046 id=1;
7047 };
7048 class SoundShoulderWalk_R
7049 {
7050 slot="shoulder";
7051 soundLookupTable="shoulder_walkErc_R_LookupTable";
7052 id=2;
7053 };
7054 class SoundShoulderRun_L
7055 {
7056 slot="shoulder";
7057 soundLookupTable="shoulder_runErc_L_LookupTable";
7058 id=3;
7059 };
7060 class SoundShoulderRun_R
7061 {
7062 slot="shoulder";
7063 soundLookupTable="shoulder_runErc_R_LookupTable";
7064 id=4;
7065 };
7066 class SoundShoulderSprint_L
7067 {
7068 slot="shoulder";
7069 soundLookupTable="shoulder_sprintErc_L_LookupTable";
7070 id=5;
7071 };
7072 class SoundShoulderSprint_R
7073 {
7074 slot="shoulder";
7075 soundLookupTable="shoulder_sprintErc_R_LookupTable";
7076 id=6;
7077 };
7078 class SoundShoulderWalk_Cro_L
7079 {
7080 slot="shoulder";
7081 soundLookupTable="shoulder_walkCro_L_LookupTable";
7082 id=21;
7083 };
7084 class SoundShoulderWalk_Cro_R
7085 {
7086 slot="shoulder";
7087 soundLookupTable="shoulder_walkCro_R_LookupTable";
7088 id=22;
7089 };
7090 class SoundShoulderRun_Cro_L
7091 {
7092 slot="shoulder";
7093 soundLookupTable="shoulder_runCro_L_LookupTable";
7094 id=23;
7095 };
7096 class SoundShoulderRun_Cro_R
7097 {
7098 slot="shoulder";
7099 soundLookupTable="shoulder_runCro_R_LookupTable";
7100 id=24;
7101 };
7102 class SoundShoulderProne_L
7103 {
7104 slot="shoulder";
7105 soundLookupTable="shoulder_walkProne_L_LookupTable";
7106 id=31;
7107 };
7108 class SoundShoulderProne_R
7109 {
7110 slot="shoulder";
7111 soundLookupTable="shoulder_walkProne_R_LookupTable";
7112 id=32;
7113 };
7114 class SoundShoulderProne_Run_L
7115 {
7116 slot="shoulder";
7117 soundLookupTable="shoulder_walkProne_L_LookupTable";
7118 id=33;
7119 };
7120 class SoundShoulderProne_Run_R
7121 {
7122 slot="shoulder";
7123 soundLookupTable="shoulder_walkProne_R_LookupTable";
7124 id=34;
7125 };
7126 class SoundShoulderRunJump_L
7127 {
7128 slot="shoulder";
7129 soundLookupTable="shoulder_runErc_L_LookupTable";
7130 id=35;
7131 };
7132 class SoundShoulderRunJump_R
7133 {
7134 slot="shoulder";
7135 soundLookupTable="shoulder_runErc_R_LookupTable";
7136 id=36;
7137 };
7138 class shoulder_landFootErc_L
7139 {
7140 slot="shoulder";
7141 soundLookupTable="shoulder_sprintErc_R_LookupTable";
7142 id=37;
7143 };
7144 class shoulder_landFootErc_R
7145 {
7146 slot="shoulder";
7147 soundLookupTable="shoulder_sprintErc_R_LookupTable";
7148 id=38;
7149 };
7150 class SoundShoulderWalkErcRas_L
7151 {
7152 slot="shoulder";
7153 soundLookupTable="shoulder_walkErc_L_LookupTable";
7154 id=51;
7155 };
7156 class SoundShoulderWalkErcRas_R
7157 {
7158 slot="shoulder";
7159 soundLookupTable="shoulder_walkErc_R_LookupTable";
7160 id=52;
7161 };
7162 class SoundShoulderRunErcRas_L
7163 {
7164 slot="shoulder";
7165 soundLookupTable="shoulder_runErc_L_LookupTable";
7166 id=53;
7167 };
7168 class SoundShoulderRunErcRas_R
7169 {
7170 slot="shoulder";
7171 soundLookupTable="shoulder_runErc_R_LookupTable";
7172 id=54;
7173 };
7174 class shoulder_landFeetErc
7175 {
7176 slot="shoulder";
7177 soundLookupTable="shoulder_sprintErc_R_LookupTable";
7178 id=100;
7179 };
7180 class SoundBodyWalk_L
7181 {
7182 slot="body";
7183 soundLookupTable="Cloth_Body_walkErc_LookupTable";
7184 id=1;
7185 };
7186 class SoundBodyWalk_R
7187 {
7188 slot="body";
7189 soundLookupTable="Cloth_Body_walkErc_LookupTable";
7190 id=2;
7191 };
7192 class SoundBodyRun_L
7193 {
7194 slot="body";
7195 soundLookupTable="Cloth_Body_runErc_LookupTable";
7196 id=3;
7197 };
7198 class SoundBodyRun_R
7199 {
7200 slot="body";
7201 soundLookupTable="Cloth_Body_runErc_LookupTable";
7202 id=4;
7203 };
7204 class SoundBodySprint_L
7205 {
7206 slot="body";
7207 soundLookupTable="Cloth_Body_sprintErc_LookupTable";
7208 id=5;
7209 };
7210 class SoundBodySprint_R
7211 {
7212 slot="body";
7213 soundLookupTable="Cloth_Body_sprintErc_LookupTable";
7214 id=6;
7215 };
7216 class SoundBodyShortmove_L
7217 {
7218 slot="body";
7219 soundLookupTable="Cloth_Body_Shortmove_LookupTable";
7220 id=7;
7221 };
7222 class SoundBodyShortmove_R
7223 {
7224 slot="body";
7225 soundLookupTable="Cloth_Body_Shortmove_LookupTable";
7226 id=8;
7227 };
7228 class SoundBodyLongmove_L
7229 {
7230 slot="body";
7231 soundLookupTable="Cloth_Body_Longmove_LookupTable";
7232 id=9;
7233 };
7234 class SoundBodyLongmove_R
7235 {
7236 slot="body";
7237 soundLookupTable="Cloth_Body_Longmove_LookupTable";
7238 id=10;
7239 };
7240 class SoundBodyWalk_Cro_L
7241 {
7242 slot="body";
7243 soundLookupTable="Cloth_Body_walkCro_LookupTable";
7244 id=21;
7245 };
7246 class SoundBodyWalk_Cro_R
7247 {
7248 slot="body";
7249 soundLookupTable="Cloth_Body_walkCro_LookupTable";
7250 id=22;
7251 };
7252 class SoundBodyRun_Cro_L
7253 {
7254 slot="body";
7255 soundLookupTable="Cloth_Body_runCro_LookupTable";
7256 id=23;
7257 };
7258 class SoundBodyRun_Cro_R
7259 {
7260 slot="body";
7261 soundLookupTable="Cloth_Body_runCro_LookupTable";
7262 id=24;
7263 };
7264 class SoundBodyProne_L
7265 {
7266 slot="body";
7267 soundLookupTable="Cloth_Body_walkProne_LookupTable";
7268 id=31;
7269 };
7270 class SoundBodyProne_R
7271 {
7272 slot="body";
7273 soundLookupTable="Cloth_Body_walkProne_LookupTable";
7274 id=32;
7275 };
7276 class SoundBodyProne_Run_L
7277 {
7278 slot="body";
7279 soundLookupTable="Cloth_Body_runProne_LookupTable";
7280 id=33;
7281 };
7282 class SoundBodyProne_Run_R
7283 {
7284 slot="body";
7285 soundLookupTable="Cloth_Body_runProne_LookupTable";
7286 id=34;
7287 };
7288 class SoundBodyRunJump_L
7289 {
7290 slot="body";
7291 soundLookupTable="Cloth_Body_jumpErc_LookupTable";
7292 id=35;
7293 };
7294 class SoundBodyRunJump_R
7295 {
7296 slot="body";
7297 soundLookupTable="Cloth_Body_jumpErc_LookupTable";
7298 id=36;
7299 };
7300 class body_landFootErc_L
7301 {
7302 slot="body";
7303 soundLookupTable="Cloth_Body_landFootErc_LookupTable";
7304 id=37;
7305 };
7306 class body_landFootErc_R
7307 {
7308 slot="body";
7309 soundLookupTable="Cloth_Body_landFootErc_LookupTable";
7310 id=38;
7311 };
7312 class SoundBodyAttackLight
7313 {
7314 slot="body";
7315 soundLookupTable="Cloth_Body_attack_light_LookupTable";
7316 id=41;
7317 };
7318 class SoundBodyAttackHeavy
7319 {
7320 slot="body";
7321 soundLookupTable="Cloth_Body_attack_heavy_LookupTable";
7322 id=42;
7323 };
7324 class SoundBodyWalkErcWalk_L
7325 {
7326 slot="body";
7327 soundLookupTable="Cloth_Body_walkRasErc_LookupTable";
7328 id=51;
7329 };
7330 class SoundBodyWalkErcWalk_R
7331 {
7332 slot="body";
7333 soundLookupTable="Cloth_Body_walkRasErc_LookupTable";
7334 id=52;
7335 };
7336 class SoundBodyRunErcWalk_L
7337 {
7338 slot="body";
7339 soundLookupTable="Cloth_Body_runRasErc_LookupTable";
7340 id=53;
7341 };
7342 class SoundBodyRunErcWalk_R
7343 {
7344 slot="body";
7345 soundLookupTable="Cloth_Body_runRasErc_LookupTable";
7346 id=54;
7347 };
7348 class body_landFeetErc
7349 {
7350 slot="body";
7351 soundLookupTable="Cloth_Body_landFeetErc_LookupTable";
7352 id=100;
7353 };
7354 class SoundBodyShortmove_L_NoFilter
7355 {
7356 slot="body";
7357 soundLookupTable="Cloth_Body_Shortmove_LookupTable";
7358 id=10007;
7359 };
7360 class SoundBodyShortmove_R_NoFilter
7361 {
7362 slot="body";
7363 soundLookupTable="Cloth_Body_Shortmove_LookupTable";
7364 id=10008;
7365 };
7366 class SoundBodyLongmove_L_NoFilter
7367 {
7368 slot="body";
7369 soundLookupTable="Cloth_Body_Longmove_LookupTable";
7370 id=10009;
7371 };
7372 class SoundBodyLongmove_R_NoFilter
7373 {
7374 slot="body";
7375 soundLookupTable="Cloth_Body_Longmove_LookupTable";
7376 id=10010;
7377 };
7378 class Cloth_Body_Freezing
7379 {
7380 slot="body";
7381 soundLookupTable="Cloth_Body_Freezing_LookupTable";
7382 id=10200;
7383 };
7384 class Cloth_Body_Freezing_2hd_Erc
7385 {
7386 slot="body";
7387 soundLookupTable="Cloth_Body_Freezing_2hd_Erc_LookupTable";
7388 id=10201;
7389 };
7390 class SoundbackWalk_L
7391 {
7392 slot="back";
7393 soundLookupTable="Cloth_back_walkErc_LookupTable";
7394 id=1;
7395 };
7396 class SoundbackWalk_R
7397 {
7398 slot="back";
7399 soundLookupTable="Cloth_back_walkErc_LookupTable";
7400 id=2;
7401 };
7402 class SoundbackRun_L
7403 {
7404 slot="back";
7405 soundLookupTable="Cloth_back_runErc_LookupTable";
7406 id=3;
7407 };
7408 class SoundbackRun_R
7409 {
7410 slot="back";
7411 soundLookupTable="Cloth_back_runErc_LookupTable";
7412 id=4;
7413 };
7414 class SoundbackSprint_L
7415 {
7416 slot="back";
7417 soundLookupTable="Cloth_back_sprintErc_LookupTable";
7418 id=5;
7419 };
7420 class SoundbackSprint_R
7421 {
7422 slot="back";
7423 soundLookupTable="Cloth_back_sprintErc_LookupTable";
7424 id=6;
7425 };
7426 class SoundbackShorrtmove_L
7427 {
7428 slot="back";
7429 soundLookupTable="Cloth_back_Shortmove_LookupTable";
7430 id=7;
7431 };
7432 class SoundbackShortmove_R
7433 {
7434 slot="back";
7435 soundLookupTable="Cloth_back_Shortmove_LookupTable";
7436 id=8;
7437 };
7438 class SoundbackLongmove_L
7439 {
7440 slot="back";
7441 soundLookupTable="Cloth_back_Longmove_LookupTable";
7442 id=9;
7443 };
7444 class SoundbackLongmove_R
7445 {
7446 slot="back";
7447 soundLookupTable="Cloth_back_Longmove_LookupTable";
7448 id=10;
7449 };
7450 class SoundbackWalk_Cro_L
7451 {
7452 slot="back";
7453 soundLookupTable="Cloth_back_walkCro_LookupTable";
7454 id=21;
7455 };
7456 class SoundbackWalk_Cro_R
7457 {
7458 slot="back";
7459 soundLookupTable="Cloth_back_walkCro_LookupTable";
7460 id=22;
7461 };
7462 class SoundbackRun_Cro_L
7463 {
7464 slot="back";
7465 soundLookupTable="Cloth_back_runCro_LookupTable";
7466 id=23;
7467 };
7468 class SoundbackRun_Cro_R
7469 {
7470 slot="back";
7471 soundLookupTable="Cloth_back_runCro_LookupTable";
7472 id=24;
7473 };
7474 class SoundbackProne_L
7475 {
7476 slot="back";
7477 soundLookupTable="Cloth_back_walkProne_LookupTable";
7478 id=31;
7479 };
7480 class SoundbackProne_R
7481 {
7482 slot="back";
7483 soundLookupTable="Cloth_back_walkProne_LookupTable";
7484 id=32;
7485 };
7486 class SoundbackProne_Run_L
7487 {
7488 slot="back";
7489 soundLookupTable="Cloth_back_runProne_LookupTable";
7490 id=33;
7491 };
7492 class SoundbackProne_Run_R
7493 {
7494 slot="back";
7495 soundLookupTable="Cloth_back_runProne_LookupTable";
7496 id=34;
7497 };
7498 class SoundbackRunJump_L
7499 {
7500 slot="back";
7501 soundLookupTable="Cloth_back_jumpErc_LookupTable";
7502 id=35;
7503 };
7504 class SoundbackRunJump_R
7505 {
7506 slot="back";
7507 soundLookupTable="Cloth_back_jumpErc_LookupTable";
7508 id=36;
7509 };
7510 class back_landFootErc_L
7511 {
7512 slot="back";
7513 soundLookupTable="Cloth_back_landFootErc_LookupTable";
7514 id=37;
7515 };
7516 class back_landFootErc_R
7517 {
7518 slot="back";
7519 soundLookupTable="Cloth_back_landFootErc_LookupTable";
7520 id=38;
7521 };
7522 class SoundbackAttackLight
7523 {
7524 slot="back";
7525 soundLookupTable="Cloth_back_attack_light_LookupTable";
7526 id=41;
7527 };
7528 class SoundbackAttackHeavy
7529 {
7530 slot="back";
7531 soundLookupTable="Cloth_back_attack_heavy_LookupTable";
7532 id=42;
7533 };
7534 class SoundbackWalkErcWalk_L
7535 {
7536 slot="back";
7537 soundLookupTable="Cloth_back_walkRasErc_LookupTable";
7538 id=51;
7539 };
7540 class SoundbackWalkErcWalk_R
7541 {
7542 slot="back";
7543 soundLookupTable="Cloth_back_walkRasErc_LookupTable";
7544 id=52;
7545 };
7546 class SoundbackRunErcWalk_L
7547 {
7548 slot="back";
7549 soundLookupTable="Cloth_back_runRasErc_LookupTable";
7550 id=53;
7551 };
7552 class SoundbackRunErcWalk_R
7553 {
7554 slot="back";
7555 soundLookupTable="Cloth_back_runRasErc_LookupTable";
7556 id=54;
7557 };
7558 class back_landFeetErc
7559 {
7560 slot="back";
7561 soundLookupTable="Cloth_back_landFeetErc_LookupTable";
7562 id=100;
7563 };
7564 };
7565 class SoundVoiceEvent
7566 {
7567 noise="NoiseStepStand";
7568 };
7569 class SoundVoice
7570 {
7571 class staminaDownLight: SoundVoiceEvent
7572 {
7573 soundLookupTable="staminaDownLight_SoundVoice_Char_LookupTable";
7574 id=1;
7575 };
7576 class staminaDownHeavy_SoundVoice: SoundVoiceEvent
7577 {
7578 soundLookupTable="staminaDownHeavy_SoundVoice_Char_LookupTable";
7579 id=2;
7580 };
7581 class staminaUpHeavy_SoundVoice: SoundVoiceEvent
7582 {
7583 soundLookupTable="staminaUpHeavy_SoundVoice_Char_LookupTable";
7584 id=3;
7585 };
7586 class staminaUpLight_SoundVoice: SoundVoiceEvent
7587 {
7588 soundLookupTable="staminaUpLight_SoundVoice_Char_LookupTable";
7589 id=4;
7590 };
7591 class gaspingForAirEmpty_SoundVoice: SoundVoiceEvent
7592 {
7593 soundLookupTable="gaspingForAirEmpty_SoundVoice_Char_LookupTable";
7594 id=31;
7595 };
7596 class gaspingForAir5perIdle_SoundVoice: SoundVoiceEvent
7597 {
7598 soundLookupTable="gaspingForAir5perIdle_SoundVoice_Char_LookupTable";
7599 id=32;
7600 };
7601 class gaspingForAir10perIdle_SoundVoice: SoundVoiceEvent
7602 {
7603 soundLookupTable="gaspingForAir10perIdle_SoundVoice_Char_LookupTable";
7604 id=33;
7605 };
7606 class cough_SoundVoice: SoundVoiceEvent
7607 {
7608 soundLookupTable="cough_SoundVoice_Char_LookupTable";
7609 id=8;
7610 };
7611 class sneez_SoundVoice: SoundVoiceEvent
7612 {
7613 soundLookupTable="sneez_SoundVoice_Char_LookupTable";
7614 id=9;
7615 };
7616 class laugh_SoundVoice: SoundVoiceEvent
7617 {
7618 soundLookupTable="laugh_SoundVoice_Char_LookupTable";
7619 id=10;
7620 };
7621 class freezing_SoundVoice: SoundVoiceEvent
7622 {
7623 soundLookupTable="freezing_SoundVoice_Char_LookupTable";
7624 id=11;
7625 };
7626 class takingDamageLight_SoundVoice: SoundVoiceEvent
7627 {
7628 soundLookupTable="takingDamageLight_SoundVoice_Char_LookupTable";
7629 id=12;
7630 };
7631 class takingDamageHeavy_SoundVoice: SoundVoiceEvent
7632 {
7633 soundLookupTable="takingDamageHeavy_SoundVoice_Char_LookupTable";
7634 id=13;
7635 };
7636 class meleeAttackLight_SoundVoice: SoundVoiceEvent
7637 {
7638 soundLookupTable="meleeAttack_SoundVoice_Char_LookupTable";
7639 id=16;
7640 };
7641 class meleeAttackHeavy_SoundVoice: SoundVoiceEvent
7642 {
7643 soundLookupTable="meleeAttackHeavy_SoundVoice_Char_LookupTable";
7644 id=17;
7645 };
7646 class jump_SoundVoice: SoundVoiceEvent
7647 {
7648 soundLookupTable="jump_SoundVoice_Char_LookupTable";
7649 id=18;
7650 };
7651 class pickUpHeavy_SoundVoice: SoundVoiceEvent
7652 {
7653 soundLookupTable="pickUpHeavy_SoundVoice_Char_LookupTable";
7654 id=19;
7655 };
7656 class holdBreath_SoundVoice: SoundVoiceEvent
7657 {
7658 soundLookupTable="holdBreath_SoundVoice_Char_LookupTable";
7659 id=20;
7660 };
7661 class releaseBreath_SoundVoice: SoundVoiceEvent
7662 {
7663 soundLookupTable="releaseBreath_SoundVoice_Char_LookupTable";
7664 id=21;
7665 };
7666 class exhaustedBreath_SoundVoice: SoundVoiceEvent
7667 {
7668 soundLookupTable="exhaustedBreath_SoundVoice_Char_LookupTable";
7669 id=22;
7670 };
7671 class vomit_SoundVoice: SoundVoiceEvent
7672 {
7673 soundLookupTable="vomit_SoundVoice_Char_LookupTable";
7674 id=23;
7675 };
7676 class vomitShort_SoundVoice: SoundVoiceEvent
7677 {
7678 soundLookupTable="vomitShort_SoundVoice_Char_LookupTable";
7679 id=23333;
7680 };
7681 class blow_fireplace_SoundVoice: SoundVoiceEvent
7682 {
7683 soundLookupTable="blow_fireplace_SoundVoice_Char_LookupTable";
7684 id=24;
7685 };
7686 class inhale_fireplace_SoundVoice: SoundVoiceEvent
7687 {
7688 soundLookupTable="inhale_fireplace_SoundVoice_Char_LookupTable";
7689 id=25;
7690 };
7691 class staminaUpEnd_SoundVoice: SoundVoiceEvent
7692 {
7693 soundLookupTable="staminaUpEnd_SoundVoice_Char_LookupTable";
7694 id=26;
7695 };
7696 class generalgrunt_SoundVoice: SoundVoiceEvent
7697 {
7698 soundLookupTable="generalgrunt_SoundVoice_Char_LookupTable";
7699 id=27;
7700 };
7701 class pain_SoundVoice: SoundVoiceEvent
7702 {
7703 soundLookupTable="pain_SoundVoice_Char_LookupTable";
7704 id=28;
7705 };
7706 class hot_SoundVoice: SoundVoiceEvent
7707 {
7708 soundLookupTable="hot_SoundVoice_Char_LookupTable";
7709 id=30;
7710 };
7711 class drinking: SoundVoiceEvent
7712 {
7713 soundLookupTable="drinking_SoundVoice_Char_LookupTable";
7714 id=200;
7715 };
7716 class takeASip_sip: SoundVoiceEvent
7717 {
7718 soundLookupTable="takeASip_sip_SoundVoice_Char_LookupTable";
7719 id=201;
7720 };
7721 class takeASip_swallow: SoundVoiceEvent
7722 {
7723 soundLookupTable="takeASip_swallow_SoundVoice_Char_LookupTable";
7724 id=202;
7725 };
7726 class welldrinking: SoundVoiceEvent
7727 {
7728 soundLookupTable="welldrinking_SoundVoice_Char_LookupTable";
7729 id=203;
7730 };
7731 class riverdrinking: SoundVoiceEvent
7732 {
7733 soundLookupTable="riverdrinking_SoundVoice_Char_LookupTable";
7734 id=204;
7735 };
7736 class eating: SoundVoiceEvent
7737 {
7738 soundLookupTable="eating_SoundVoice_Char_LookupTable";
7739 id=888;
7740 };
7741 class eating_fruit: SoundVoiceEvent
7742 {
7743 soundLookupTable="eating_fruit_SoundVoice_Char_LookupTable";
7744 id=889;
7745 };
7746 class eating_boxfood: SoundVoiceEvent
7747 {
7748 soundLookupTable="eating_boxfood_SoundVoice_Char_LookupTable";
7749 id=890;
7750 };
7751 class eating_tablets: SoundVoiceEvent
7752 {
7753 soundLookupTable="eating_tablets_SoundVoice_Char_LookupTable";
7754 id=891;
7755 };
7756 class eating_snow: SoundVoiceEvent
7757 {
7758 soundLookupTable="eating_snow_SoundVoice_Char_LookupTable";
7759 id=892;
7760 };
7761 class drowning: SoundVoiceEvent
7762 {
7763 soundLookupTable="Drowning_SoundVoice_Char_LookupTable";
7764 id=900;
7765 };
7766 class underwater_breath_hold: SoundVoiceEvent
7767 {
7768 soundLookupTable="UnderwaterBreathHold_SoundVoice_Char_LookupTable";
7769 id=901;
7770 };
7771 class thirsty_SoundVoice: SoundVoiceEvent
7772 {
7773 soundLookupTable="Thirst_SoundVoice_Char_LookupTable";
7774 id=902;
7775 };
7776 class pushHeavy_SoundVoice: SoundVoiceEvent
7777 {
7778 soundLookupTable="pushHeavy_SoundVoice_Char_LookupTable";
7779 id=903;
7780 };
7781 class PneumoniaGasping_SoundVoice: SoundVoiceEvent
7782 {
7783 soundLookupTable="PneumoniaGasping_SoundVoice_Char_LookupTable";
7784 id=904;
7785 };
7786 class fishingPushHeavy_SoundVoice: SoundVoiceEvent
7787 {
7788 soundLookupTable="fishingPushHeavy_SoundVoice_Char_LookupTable";
7789 id=905;
7790 };
7791 class rattling_teeth_SoundVoice: SoundVoiceEvent
7792 {
7793 soundLookupTable="rattling_teeth_SoundVoice_Char_LookupTable";
7794 id=906;
7795 };
7796 };
7797 class SoundWeapon
7798 {
7799 class swim_run
7800 {
7801 soundset="swim_run_Char_Soundset";
7802 id=71;
7803 };
7804 class swim_sprint
7805 {
7806 soundset="swim_sprint_Char_Soundset";
7807 id=72;
7808 };
7809 class CPR
7810 {
7811 soundset="CPR_Soundset";
7812 id=73;
7813 };
7814 class pickUpItem_Light
7815 {
7816 soundSet="pickUpItem_Light_SoundSet";
7817 id=796;
7818 };
7819 class pickUpItem
7820 {
7821 soundSet="pickUpItem_SoundSet";
7822 id=797;
7823 };
7824 class pickUpRifleLight
7825 {
7826 soundSet="pickUpRifleLight_SoundSet";
7827 id=798;
7828 };
7829 class Attack_1hdDefault_Light1
7830 {
7831 soundSet="Char_Attack_unarmed_light1_SoundSet";
7832 id=801;
7833 };
7834 class Attack_1hdDefault_Light2
7835 {
7836 soundSet="Char_Attack_unarmed_light2_SoundSet";
7837 id=802;
7838 };
7839 class Attack_1hdDefault_Heavy1
7840 {
7841 soundSet="Char_Attack_unarmed_heavy1_SoundSet";
7842 id=803;
7843 };
7844 class Attack_1hdDefault_Heavy2
7845 {
7846 soundSet="Char_Attack_unarmed_heavy2_SoundSet";
7847 id=804;
7848 };
7849 class Attack_knife_Light1
7850 {
7851 soundSet="Char_Attack_knife_light1_SoundSet";
7852 id=806;
7853 };
7854 class Attack_knife_Light2
7855 {
7856 soundSet="Char_Attack_knife_light2_SoundSet";
7857 id=807;
7858 };
7859 class Attack_knife_Heavy1
7860 {
7861 soundSet="Char_Attack_knife_heavy1_SoundSet";
7862 id=808;
7863 };
7864 class Attack_knife_Heavy2
7865 {
7866 soundSet="Char_Attack_knife_heavy2_SoundSet";
7867 id=809;
7868 };
7869 class Attack_knife_StealthPt1
7870 {
7871 soundSet="Char_Attack_knife_StealthPt1_SoundSet";
7872 id=14000;
7873 };
7874 class Attack_knife_StealthPt2
7875 {
7876 soundSet="Char_Attack_knife_StealthPt2_SoundSet";
7877 id=14001;
7878 };
7879 class Attack_knife_StealthNeckPt3
7880 {
7881 soundSet="Char_Attack_knife_StealthPt3_SoundSet";
7882 id=14006;
7883 };
7884 class Attack_knife_StealthPt3
7885 {
7886 soundSet="Char_Attack_knife_StealthPt3_SoundSet";
7887 id=14002;
7888 };
7889 class Attack_knife_StealthPt4
7890 {
7891 soundSet="Char_Attack_knife_StealthPt4_SoundSet";
7892 id=14003;
7893 };
7894 class Attack_pipemetal_Light1
7895 {
7896 soundSet="Char_Attack_pipemetal_light1_SoundSet";
7897 id=811;
7898 };
7899 class Attack_pipemetal_Light2
7900 {
7901 soundSet="Char_Attack_pipemetal_light2_SoundSet";
7902 id=812;
7903 };
7904 class Attack_pipemetal_Heavy1
7905 {
7906 soundSet="Char_Attack_pipemetal_heavy1_SoundSet";
7907 id=813;
7908 };
7909 class Attack_pipemetal_Heavy2
7910 {
7911 soundSet="Char_Attack_pipemetal_heavy2_SoundSet";
7912 id=814;
7913 };
7914 class Attack_2hddefault_Light1
7915 {
7916 soundSet="Char_Attack_pipemetal_light1_SoundSet";
7917 id=16;
7918 };
7919 class Attack_2hddefault_Light2
7920 {
7921 soundSet="Char_Attack_pipemetal_light2_SoundSet";
7922 id=17;
7923 };
7924 class Attack_2hddefault_Heavy1
7925 {
7926 soundSet="Char_Attack_pipemetal_heavy1_SoundSet";
7927 id=18;
7928 };
7929 class Attack_2hddefault_Heavy2
7930 {
7931 soundSet="Char_Attack_pipemetal_heavy2_SoundSet";
7932 id=19;
7933 };
7934 class Attack_2hdlight_Light1
7935 {
7936 soundSet="Char_Attack_pipemetal_light1_SoundSet";
7937 id=21;
7938 };
7939 class Attack_2hdlight_Light2
7940 {
7941 soundSet="Char_Attack_pipemetal_light2_SoundSet";
7942 id=22;
7943 };
7944 class Attack_2hdlight_Heavy1
7945 {
7946 soundSet="Char_Attack_pipemetal_heavy1_SoundSet";
7947 id=23;
7948 };
7949 class Attack_2hdlight_Heavy2
7950 {
7951 soundSet="Char_Attack_pipemetal_heavy2_SoundSet";
7952 id=24;
7953 };
7954 class Attack_bat_Light1
7955 {
7956 soundSet="Char_Attack_fireaxe_light1_SoundSet";
7957 id=826;
7958 };
7959 class Attack_bat_Light2
7960 {
7961 soundSet="Char_Attack_fireaxe_light2_SoundSet";
7962 id=827;
7963 };
7964 class Attack_bat_Heavy1
7965 {
7966 soundSet="Char_Attack_fireaxe_heavy1_SoundSet";
7967 id=828;
7968 };
7969 class Attack_bat_Heavy2
7970 {
7971 soundSet="Char_Attack_fireaxe_heavy2_SoundSet";
7972 id=829;
7973 };
7974 class Attack_fireaxe_Light1
7975 {
7976 soundSet="Char_Attack_fireaxe_light1_SoundSet";
7977 id=831;
7978 };
7979 class Attack_fireaxe_Light2
7980 {
7981 soundSet="Char_Attack_fireaxe_light2_SoundSet";
7982 id=832;
7983 };
7984 class Attack_fireaxe_Heavy1
7985 {
7986 soundSet="Char_Attack_fireaxe_heavy1_SoundSet";
7987 id=833;
7988 };
7989 class Attack_fireaxe_Heavy2
7990 {
7991 soundSet="Char_Attack_fireaxe_heavy2_SoundSet";
7992 id=834;
7993 };
7994 class Attack_extinguisher_Light1
7995 {
7996 soundSet="Char_Attack_pipemetal_light1_SoundSet";
7997 id=836;
7998 };
7999 class Attack_extinguisher_Light2
8000 {
8001 soundSet="Char_Attack_pipemetal_light2_SoundSet";
8002 id=837;
8003 };
8004 class Attack_extinguisher_Heavy1
8005 {
8006 soundSet="Char_Attack_pipemetal_heavy1_SoundSet";
8007 id=838;
8008 };
8009 class Attack_extinguisher_Heavy2
8010 {
8011 soundSet="Char_Attack_pipemetal_heavy2_SoundSet";
8012 id=839;
8013 };
8014 class Attack_pistol_Light1
8015 {
8016 soundSet="Char_Attack_pipemetal_light1_SoundSet";
8017 id=841;
8018 };
8019 class Attack_pistol_Light2
8020 {
8021 soundSet="Char_Attack_pipemetal_light2_SoundSet";
8022 id=842;
8023 };
8024 class Attack_pistol_Heavy1
8025 {
8026 soundSet="Char_Attack_pipemetal_heavy1_SoundSet";
8027 id=843;
8028 };
8029 class Attack_pistol_Heavy2
8030 {
8031 soundSet="Char_Attack_pipemetal_heavy2_SoundSet";
8032 id=844;
8033 };
8034 class Attack_rifle_Light1
8035 {
8036 soundSet="Char_Attack_pipemetal_light1_SoundSet";
8037 id=846;
8038 };
8039 class Attack_rifle_Light2
8040 {
8041 soundSet="Char_Attack_pipemetal_light2_SoundSet";
8042 id=847;
8043 };
8044 class Attack_rifle_Heavy1
8045 {
8046 soundSet="Char_Attack_pipemetal_heavy1_SoundSet";
8047 id=848;
8048 };
8049 class Attack_rifle_Heavy2
8050 {
8051 soundSet="Char_Attack_pipemetal_heavy2_SoundSet";
8052 id=849;
8053 };
8054 class Attack_unarmed_Light1
8055 {
8056 soundSet="Char_Attack_unarmed_light1_SoundSet";
8057 id=851;
8058 };
8059 class Attack_unarmed_Light2
8060 {
8061 soundSet="Char_Attack_unarmed_light2_SoundSet";
8062 id=852;
8063 };
8064 class Attack_unarmed_Heavy1
8065 {
8066 soundSet="Char_Attack_unarmed_heavy1_SoundSet";
8067 id=853;
8068 };
8069 class Attack_unarmed_Heavy2
8070 {
8071 soundSet="Char_Attack_unarmed_heavy2_SoundSet";
8072 id=854;
8073 };
8074 class Attack_spear_Light1
8075 {
8076 soundSet="Char_Attack_spear_light1_SoundSet";
8077 id=15000;
8078 };
8079 class Attack_spear_Light2
8080 {
8081 soundSet="Char_Attack_spear_light2_SoundSet";
8082 id=15001;
8083 };
8084 class Attack_spear_Heavy1
8085 {
8086 soundSet="Char_Attack_spear_light1_SoundSet";
8087 id=15002;
8088 };
8089 class Attack_spear_Heavy2
8090 {
8091 soundSet="Char_Attack_spear_light2_SoundSet";
8092 id=15003;
8093 };
8094 class Eating_TakeFood
8095 {
8096 soundSet="Eating_TakeFood_Soundset";
8097 id=889;
8098 };
8099 class Char_Gestures_Hand_Clap_Head
8100 {
8101 soundset="Char_Gestures_Hand_Clap_Head_SoundSet";
8102 id=891;
8103 };
8104 class Char_Gestures_Hand_Grab_Fabric
8105 {
8106 soundset="Char_Gestures_Hand_Grab_Fabric_SoundSet";
8107 id=892;
8108 };
8109 class pickUpRifle
8110 {
8111 soundset="pickUpRifle_SoundSet";
8112 id=893;
8113 };
8114 class vomit_Char
8115 {
8116 soundset="vomit_Char_SoundSet";
8117 id=897;
8118 };
8119 class Crafting
8120 {
8121 soundLookupTable="Craft_LookupTable";
8122 id=901;
8123 };
8124 class turnOnRadio
8125 {
8126 soundSet="turnOnRadio_SoundSet";
8127 id=1006;
8128 };
8129 class turnOffRadio
8130 {
8131 soundSet="turnOffRadio_SoundSet";
8132 id=1007;
8133 };
8134 class ShoulderL_Hide_Rifle
8135 {
8136 soundset="ShoulderL_Hide_Rifle_SoundSet";
8137 id=1200;
8138 };
8139 class ShoulderL_Show_Rifle
8140 {
8141 soundset="ShoulderL_Show_Rifle_SoundSet";
8142 id=1201;
8143 };
8144 class ShoulderR_Hide
8145 {
8146 soundset="ShoulderR_Hide_SoundSet";
8147 id=1210;
8148 };
8149 class ShoulderR_Show
8150 {
8151 soundset="ShoulderR_Show_SoundSet";
8152 id=1211;
8153 };
8154 class Inventory_Hide
8155 {
8156 soundset="Inventory_Hide_SoundSet";
8157 id=1220;
8158 };
8159 class Inventory_Show
8160 {
8161 soundset="Inventory_Show_SoundSet";
8162 id=1221;
8163 };
8164 class Chest_Pistol_Hide
8165 {
8166 soundset="Chest_Pistol_Hide_SoundSet";
8167 id=1222;
8168 };
8169 class Chest_Pistol_Show
8170 {
8171 soundset="Chest_Pistol_Show_SoundSet";
8172 id=1223;
8173 };
8174 class Back_Knife_Hide
8175 {
8176 soundset="Back_Knife_Hide_SoundSet";
8177 id=1224;
8178 };
8179 class Back_Knife_Show
8180 {
8181 soundset="Back_Knife_Show_SoundSet";
8182 id=1225;
8183 };
8184 class rope_tieup
8185 {
8186 soundSet="rope_tieup_SoundSet";
8187 id=13338;
8188 };
8189 class rope_tieup_end
8190 {
8191 soundSet="rope_tieup_end_SoundSet";
8192 id=13339;
8193 };
8194 class rope_tieup_back
8195 {
8196 soundSet="rope_tieup_back_SoundSet";
8197 id=13340;
8198 };
8199 class HackSaw_loop
8200 {
8201 soundSet="HackSaw_loop_SoundSet";
8202 id=1123;
8203 };
8204 class HackSaw_end
8205 {
8206 soundSet="HackSaw_end_SoundSet";
8207 id=1124;
8208 };
8209 };
8210 class Steps
8211 {
8212 class walkErc_L
8213 {
8214 soundLookupTable="walkErc_Char_LookupTable";
8215 id=1;
8216 };
8217 class walkErc_R
8218 {
8219 soundLookupTable="walkErc_Char_LookupTable";
8220 id=2;
8221 };
8222 class runErc_L
8223 {
8224 soundLookupTable="runErc_Char_LookupTable";
8225 id=3;
8226 };
8227 class runErc_R
8228 {
8229 soundLookupTable="runErc_Char_LookupTable";
8230 id=4;
8231 };
8232 class sprintErc_L
8233 {
8234 soundLookupTable="sprintErc_Char_LookupTable";
8235 id=5;
8236 };
8237 class sprintErc_R
8238 {
8239 soundLookupTable="sprintErc_Char_LookupTable";
8240 id=6;
8241 };
8242 class scuffErc_L
8243 {
8244 soundLookupTable="scuffErc_Char_LookupTable";
8245 id=7;
8246 };
8247 class scuffErc_R
8248 {
8249 soundLookupTable="scuffErc_Char_LookupTable";
8250 id=8;
8251 };
8252 class HandStep
8253 {
8254 soundLookupTable="handstepSound_Char_LookupTable";
8255 id=11;
8256 };
8257 class stepfall_DeleteLater
8258 {
8259 soundLookupTable="bodyfallSound_Char_LookupTable";
8260 id=14;
8261 };
8262 class Bodyfall_hand_DeleteLater
8263 {
8264 soundLookupTable="bodyfall_handSound_Char_LookupTable";
8265 id=15;
8266 };
8267 class Bodyfall_slide_DeleteLater
8268 {
8269 soundLookupTable="bodyfall_slideSound_Char_LookupTable";
8270 id=16;
8271 };
8272 class Bodyfall_rollHard
8273 {
8274 soundLookupTable="bodyfall_rollHardSound_Char_LookupTable";
8275 id=101;
8276 };
8277 class Bodyfall_roll
8278 {
8279 soundLookupTable="bodyfall_rollSound_Char_LookupTable";
8280 id=17;
8281 };
8282 class walkCro_L
8283 {
8284 soundLookupTable="walkCro_Char_LookupTable";
8285 id=21;
8286 };
8287 class walkCro_R
8288 {
8289 soundLookupTable="walkCro_Char_LookupTable";
8290 id=22;
8291 };
8292 class runCro_L
8293 {
8294 soundLookupTable="runCro_Char_LookupTable";
8295 id=23;
8296 };
8297 class runCro_R
8298 {
8299 soundLookupTable="runCro_Char_LookupTable";
8300 id=24;
8301 };
8302 class walkProne_L
8303 {
8304 soundLookupTable="walkProne_Char_LookupTable";
8305 id=31;
8306 };
8307 class walkProne_R
8308 {
8309 soundLookupTable="walkProne_Char_LookupTable";
8310 id=32;
8311 };
8312 class runProne_L
8313 {
8314 soundLookupTable="runProne_Char_LookupTable";
8315 id=33;
8316 };
8317 class runProne_R
8318 {
8319 soundLookupTable="runProne_Char_LookupTable";
8320 id=34;
8321 };
8322 class walkProneElbow_L
8323 {
8324 soundLookupTable="walkProneElbow_Char_LookupTable";
8325 id=41;
8326 };
8327 class walkProneElbow_R
8328 {
8329 soundLookupTable="walkProneElbow_Char_LookupTable";
8330 id=42;
8331 };
8332 class runProneElbow_L
8333 {
8334 soundLookupTable="runProneElbow_Char_LookupTable";
8335 id=43;
8336 };
8337 class runProneElbow_R
8338 {
8339 soundLookupTable="runProneElbow_Char_LookupTable";
8340 id=44;
8341 };
8342 class jumpErc_L
8343 {
8344 soundLookupTable="jumpErc_Char_LookupTable";
8345 id=35;
8346 };
8347 class jumpErc_R
8348 {
8349 soundLookupTable="jumpErc_Char_LookupTable";
8350 id=36;
8351 };
8352 class landFootErc_L
8353 {
8354 soundLookupTable="landFootErc_Char_LookupTable";
8355 id=37;
8356 };
8357 class landFootErc_R
8358 {
8359 soundLookupTable="landFootErc_Char_LookupTable";
8360 id=38;
8361 };
8362 class walkRasErc_L
8363 {
8364 soundLookupTable="walkRasErc_Char_LookupTable";
8365 id=51;
8366 };
8367 class walkRasErc_R
8368 {
8369 soundLookupTable="walkRasErc_Char_LookupTable";
8370 id=52;
8371 };
8372 class runRasErc_L
8373 {
8374 soundLookupTable="runRasErc_Char_LookupTable";
8375 id=53;
8376 };
8377 class runRasErc_R
8378 {
8379 soundLookupTable="runRasErc_Char_LookupTable";
8380 id=54;
8381 };
8382 class HandStep_L
8383 {
8384 soundLookupTable="handstepSound_Char_LookupTable";
8385 id=61;
8386 };
8387 class HandStep_R
8388 {
8389 soundLookupTable="handstepSound_Char_LookupTable";
8390 id=62;
8391 };
8392 class HandStep_Hard_L
8393 {
8394 soundLookupTable="handstepSound_Hard_Char_LookupTable";
8395 id=63;
8396 };
8397 class HandStep_Hard_R
8398 {
8399 soundLookupTable="handstepSound_Hard_Char_LookupTable";
8400 id=64;
8401 };
8402 class landFeetErc
8403 {
8404 soundLookupTable="landFeetErc_Char_LookupTable";
8405 id=100;
8406 };
8407 class Bodyfall
8408 {
8409 soundLookupTable="bodyfallSound_Char_LookupTable";
8410 id=110;
8411 };
8412 class Bodyfall_hand
8413 {
8414 soundLookupTable="bodyfall_handSound_Char_LookupTable";
8415 id=111;
8416 };
8417 class Bodyfall_slide
8418 {
8419 soundLookupTable="bodyfall_slideSound_Char_LookupTable";
8420 id=112;
8421 };
8422 class Bodyfall_slide_light
8423 {
8424 soundLookupTable="bodyfall_slide_lightSound_Char_LookupTable";
8425 id=113;
8426 };
8427 class Bodyfall_hand_light
8428 {
8429 soundLookupTable="bodyfall_hand_lightSound_Char_LookupTable";
8430 id=114;
8431 };
8432 class walkProne_noHS
8433 {
8434 soundLookupTable="walkProne_noHS_Char_LookupTable";
8435 id=131;
8436 };
8437 class walkProneLong_noHS
8438 {
8439 soundLookupTable="walkProneLong_noHS_Char_LookupTable";
8440 id=132;
8441 };
8442 class HandsStep
8443 {
8444 soundLookupTable="handsstepSound_Char_LookupTable";
8445 id=161;
8446 };
8447 class Dropitem
8448 {
8449 soundLookupTable="drop_item_LookupTable";
8450 id=201;
8451 };
8452 class step_ladder
8453 {
8454 soundLookupTable="step_ladder_Char_LookupTable";
8455 id=1026;
8456 };
8457 class step_ladder_run
8458 {
8459 soundLookupTable="step_ladder_run_Char_LookupTable";
8460 id=1027;
8461 };
8462 };
8463 };
8464 class Melee
8465 {
8466 action="MeleeAttack%d";
8467 ammo="MeleeFist";
8468 useCursor=1;
8469 range=0.85000002;
8470 actionSounds="action_punch";
8471 };
8472 class States
8473 {
8474 class Energy
8475 {
8476 min=-500;
8477 max=20000;
8478 change="-(DZ_METABOLISM_SEC + (((_person call fnc_speedVector) min 7) * 0.125))";
8479 events[]=
8480 {
8481 "Hunger",
8482 "HighEnergy"
8483 };
8484 };
8485 class Water
8486 {
8487 min=-1000;
8488 max=4000;
8489 change="-(DZ_THIRST_SEC + (((_person call fnc_speedVector) min 7) * 0.2))";
8490 events[]=
8491 {
8492 "Thirst",
8493 "HighWater"
8494 };
8495 };
8496 class Bodytemperature
8497 {
8498 min=30;
8499 max=43;
8500 change="0";
8501 events[]=
8502 {
8503 "Temperature"
8504 };
8505 };
8506 class Heatcomfort
8507 {
8508 min=-100;
8509 max=100;
8510 change="0";
8511 events[]=
8512 {
8513 "FeelingCold"
8514 };
8515 };
8516 class Stomach
8517 {
8518 min=0;
8519 max=4000;
8520 change="-DZ_DIGESTION_RATE";
8521 events[]=
8522 {
8523 "Packed"
8524 };
8525 };
8526 class Blood
8527 {
8528 min=0;
8529 max=5000;
8530 change="0";
8531 events[]=
8532 {
8533 "Bleeding"
8534 };
8535 };
8536 class Health
8537 {
8538 min=0;
8539 max=5000;
8540 change="0.02 call player_fnc_tickHealth";
8541 events[]=
8542 {
8543 "Healing",
8544 "FootInjury"
8545 };
8546 };
8547 class Exposure
8548 {
8549 min=-1;
8550 max=1;
8551 change="call player_fnc_tickExposure";
8552 events[]={};
8553 };
8554 class Shock
8555 {
8556 min=0;
8557 max=5000;
8558 change="-30";
8559 events[]=
8560 {
8561 "Unconscious"
8562 };
8563 };
8564 class Wet
8565 {
8566 min=0;
8567 max=1;
8568 change="";
8569 events[]={};
8570 };
8571 };
8572 class Wounds
8573 {
8574 tex[]={};
8575 mat[]=
8576 {
8577 "dz\characters\bodies\data\underwear.rvmat",
8578 "dz\characters\bodies\data\underwear_injury.rvmat",
8579 "dz\characters\bodies\data\underwear_injury.rvmat",
8580 "dz\characters\heads\data\hhl_m_white01_medium_002.rvmat",
8581 "dz\characters\heads\data\hhl_m_white01_medium_002_injury1.rvmat",
8582 "dz\characters\heads\data\hhl_m_white01_medium_002_injury2.rvmat",
8583 "dz\characters\heads\data\hhl_m_asian01_001_light.rvmat",
8584 "dz\characters\heads\data\hhl_m_asian01_001_light_injury1.rvmat",
8585 "dz\characters\heads\data\hhl_m_asian01_001_light_injury2.rvmat",
8586 "dz\characters\heads\data\hhl_m_african01_001_light.rvmat",
8587 "dz\characters\heads\data\hhl_m_african01_001_light_injury1.rvmat",
8588 "dz\characters\heads\data\hhl_m_african01_001_light_injury2.rvmat",
8589 "dz\characters\heads\data\hhl_m_latino01_001_medium.rvmat",
8590 "dz\characters\heads\data\hhl_m_latino01_001_medium_injury1.rvmat",
8591 "dz\characters\heads\data\hhl_m_latino01_001_medium_injury2.rvmat",
8592 "DZ\Characters\Heads\Data\hhl_f_white_01.rvmat",
8593 "DZ\Characters\Heads\Data\hhl_f_white_01_injury1.rvmat",
8594 "DZ\Characters\Heads\Data\hhl_f_white_01_injury2.rvmat",
8595 "DZ\Characters\Heads\Data\hhl_f_asian_01.rvmat",
8596 "DZ\Characters\Heads\Data\hhl_f_asian_01_injury1.rvmat",
8597 "DZ\Characters\Heads\Data\hhl_f_asian_01_injury2.rvmat",
8598 "DZ\Characters\Heads\Data\hhl_f_african_01.rvmat",
8599 "DZ\Characters\Heads\Data\hhl_f_african_01_injury1.rvmat",
8600 "DZ\Characters\Heads\Data\hhl_f_african_01_injury2.rvmat",
8601 "DZ\Characters\Heads\Data\hhl_f_latino_01.rvmat",
8602 "DZ\Characters\Heads\Data\hhl_f_latino_01_injury1.rvmat",
8603 "DZ\Characters\Heads\Data\hhl_f_latino_01_injury2.rvmat",
8604 "DZ\characters\heads\data\hhl_m_raghu.rvmat",
8605 "DZ\characters\heads\data\hhl_m_raghu_injury1.rvmat",
8606 "DZ\characters\heads\data\hhl_m_raghu_injury2.rvmat",
8607 "DZ\characters\heads\data\hhl_m_dean.rvmat",
8608 "DZ\characters\heads\data\hhl_m_dean_injury.rvmat",
8609 "DZ\characters\heads\data\hhl_m_dean_injury2.rvmat",
8610 "DZ\characters\heads\data\hhl_m_matt.rvmat",
8611 "DZ\characters\heads\data\hhl_m_matt_injury.rvmat",
8612 "DZ\characters\heads\data\hhl_m_matt_injury2.rvmat",
8613 "DZ\characters\heads\data\hhl_f_kamila.rvmat",
8614 "DZ\characters\heads\data\hhl_f_kamila_injury.rvmat",
8615 "DZ\characters\heads\data\hhl_f_kamila_injury2.rvmat",
8616 "DZ\characters\heads\data\hhl_f_henriet.rvmat",
8617 "DZ\characters\heads\data\hhl_f_henriet_injury.rvmat",
8618 "DZ\characters\heads\data\hhl_f_henriet_injury2.rvmat",
8619 "DZ\characters\heads\data\hhl_f_janaz.rvmat",
8620 "DZ\characters\heads\data\hhl_f_janaz_injury.rvmat",
8621 "DZ\characters\heads\data\hhl_f_janaz_injury2.rvmat",
8622 "dz\characters\heads\data\hhl_f_sita.rvmat",
8623 "dz\characters\heads\data\hhl_f_sita_injury1.rvmat",
8624 "dz\characters\heads\data\hhl_f_sita_injury2.rvmat"
8625 };
8626 };
8627 };
8628 class SurvivorMale_Base: SurvivorBase
8629 {
8630 scope=0;
8631 model="\dz\characters\bodies\bodyparts_above0.p3d";
8632 hiddenSelections[]=
8633 {
8634 "decay_preload"
8635 };
8636 simpleHiddenSelections[]=
8637 {
8638 "slot_melee_rifle",
8639 "slot_melee_melee",
8640 "slot_shoulder_rifle",
8641 "slot_shoulder_melee"
8642 };
8643 woman=0;
8644 voiceType=1;
8645 clothingType="male";
8646 emptyBody="MaleTorso_Base";
8647 emptyLegs="MaleLegs_Base";
8648 emptyFeet="MaleFeet_Base";
8649 emptyGloves="MaleHands_Base";
8650 faceType="MaleWhiteHead";
8651 customHeads[]=
8652 {
8653 "Dean",
8654 "Matt"
8655 };
8656 class Lifespan
8657 {
8658 class Beard
8659 {
8660 mat[]=
8661 {
8662 "#(argb,8,8,3)color(0.15,0.15,0.15,1.0,CO)",
8663 "dz\characters\heads\data\hhl_dummy_skin_material.rvmat",
8664 "#(argb,8,8,3)color(0.15,0.15,0.15,1.0,CO)",
8665 "dz\characters\heads\data\hhl_dummy_skin_material.rvmat",
8666 "#(argb,8,8,3)color(0.15,0.15,0.15,1.0,CO)",
8667 "dz\characters\heads\data\hhl_dummy_skin_material.rvmat"
8668 };
8669 };
8670 };
8671 class Wounds
8672 {
8673 tex[]={};
8674 mat[]=
8675 {
8676 "DZ\characters\heads\data\hhl_dummy_skin_material.rvmat",
8677 "DZ\characters\heads\data\hhl_dummy_skin_material.rvmat",
8678 "DZ\characters\heads\data\hhl_dummy_skin_material.rvmat"
8679 };
8680 };
8681 };
8682 class SurvivorFemale_Base: SurvivorBase
8683 {
8684 scope=0;
8685 model="\dz\characters\bodies\bodyparts_above0.p3d";
8686 hiddenSelections[]=
8687 {
8688 "decay_preload"
8689 };
8690 simpleHiddenSelections[]=
8691 {
8692 "slot_melee_rifle",
8693 "slot_melee_melee",
8694 "slot_shoulder_rifle",
8695 "slot_shoulder_melee"
8696 };
8697 woman=1;
8698 voiceType=1;
8699 clothingType="female";
8700 emptyBody="FemaleTorso_Base";
8701 emptyLegs="FemaleLegs_Base";
8702 emptyFeet="FemaleFeet_Base";
8703 emptyGloves="FemaleHands_Base";
8704 faceType="FemaleWhiteHead";
8705 customHeads[]={};
8706 class Lifespan
8707 {
8708 class Beard
8709 {
8710 mat[]={};
8711 };
8712 };
8713 class Wounds
8714 {
8715 tex[]={};
8716 mat[]=
8717 {
8718 "DZ\characters\heads\data\hhl_dummy_skin_material.rvmat",
8719 "DZ\characters\heads\data\hhl_dummy_skin_material.rvmat",
8720 "DZ\characters\heads\data\hhl_dummy_skin_material.rvmat"
8721 };
8722 };
8723 };
8724 class SurvivorM_Mirek: SurvivorMale_Base
8725 {
8726 scope=2;
8727 emptyHead="MaleAdamHead";
8728 emptyBody="MaleAdamTorso";
8729 emptyLegs="MaleAdamLegs";
8730 emptyFeet="MaleAdamFeet";
8731 emptyGloves="MaleAdamHands";
8732 faceType="MaleAdamHead";
8733 decayedTexture="dz\characters\heads\data\m_adam\hhl_m_adam_body_shaved_decayed_co.paa";
8734 class BloodyHands
8735 {
8736 mat_normal="dz\characters\heads\data\m_adam\hhl_m_adam_body_shaved.rvmat";
8737 mat_blood="dz\characters\heads\data\m_adam\hhl_m_adam_body_bloodyhands.rvmat";
8738 };
8739 class Lifespan
8740 {
8741 class Beard
8742 {
8743 mat[]=
8744 {
8745 "dz\characters\heads\data\m_adam\hhl_m_adam_body_shaved_co.paa",
8746 "dz\characters\heads\data\m_adam\hhl_m_adam_body_shaved.rvmat",
8747 "dz\characters\heads\data\m_adam\hhl_m_adam_body_unshaved_co.paa",
8748 "dz\characters\heads\data\m_adam\hhl_m_adam_body_unshaved.rvmat",
8749 "dz\characters\heads\data\m_adam\hhl_m_adam_body_bearded_co.paa",
8750 "dz\characters\heads\data\m_adam\hhl_m_adam_body_bearded.rvmat",
8751 "dz\characters\heads\data\m_adam\hhl_m_adam_beard_ca.paa",
8752 "dz\characters\heads\data\m_adam\hhl_m_adam_beard.rvmat"
8753 };
8754 };
8755 };
8756 class Wounds
8757 {
8758 tex[]={};
8759 mat[]=
8760 {
8761 "dz\characters\heads\data\m_adam\hhl_m_adam_body_shaved.rvmat",
8762 "dz\characters\heads\data\m_adam\hhl_m_adam_body_shaved_injury.rvmat",
8763 "dz\characters\heads\data\m_adam\hhl_m_adam_body_shaved_injury2.rvmat",
8764 "dz\characters\heads\data\m_adam\hhl_m_adam_body_unshaved.rvmat",
8765 "dz\characters\heads\data\m_adam\hhl_m_adam_body_unshaved_injury.rvmat",
8766 "dz\characters\heads\data\m_adam\hhl_m_adam_body_unshaved_injury2.rvmat",
8767 "dz\characters\heads\data\m_adam\hhl_m_adam_body_bearded.rvmat",
8768 "dz\characters\heads\data\m_adam\hhl_m_adam_body_bearded_injury.rvmat",
8769 "dz\characters\heads\data\m_adam\hhl_m_adam_body_bearded_injury2.rvmat"
8770 };
8771 };
8772 voiceType=1;
8773 };
8774 class SurvivorM_Boris: SurvivorMale_Base
8775 {
8776 scope=2;
8777 emptyHead="MaleBorisHead";
8778 emptyBody="MaleBorisTorso";
8779 emptyLegs="MaleBorisLegs";
8780 emptyFeet="MaleBorisFeet";
8781 emptyGloves="MaleBorisHands";
8782 faceType="MaleBorisHead";
8783 decayedTexture="dz\characters\heads\data\m_boris\hhl_m_boris_body_shaved_decayed_co.paa";
8784 class BloodyHands
8785 {
8786 mat_normal="dz\characters\heads\data\m_boris\hhl_m_boris_body_shaved.rvmat";
8787 mat_blood="dz\characters\heads\data\m_boris\hhl_m_boris_body_bloodyhands.rvmat";
8788 };
8789 class Lifespan
8790 {
8791 class Beard
8792 {
8793 mat[]=
8794 {
8795 "dz\characters\heads\data\m_boris\hhl_m_boris_body_shaved_co.paa",
8796 "dz\characters\heads\data\m_boris\hhl_m_boris_body_shaved.rvmat",
8797 "dz\characters\heads\data\m_boris\hhl_m_boris_body_unshaved_co.paa",
8798 "dz\characters\heads\data\m_boris\hhl_m_boris_body_unshaved.rvmat",
8799 "dz\characters\heads\data\m_boris\hhl_m_boris_body_bearded_co.paa",
8800 "dz\characters\heads\data\m_boris\hhl_m_boris_body_bearded.rvmat",
8801 "dz\characters\heads\data\m_boris\hhl_m_boris_beard_ca.paa",
8802 "dz\characters\heads\data\m_boris\hhl_m_boris_beard.rvmat"
8803 };
8804 };
8805 };
8806 class Wounds
8807 {
8808 tex[]={};
8809 mat[]=
8810 {
8811 "dz\characters\heads\data\m_boris\hhl_m_boris_body_shaved.rvmat",
8812 "dz\characters\heads\data\m_boris\hhl_m_boris_body_shaved_injury.rvmat",
8813 "dz\characters\heads\data\m_boris\hhl_m_boris_body_shaved_injury2.rvmat",
8814 "dz\characters\heads\data\m_boris\hhl_m_boris_body_unshaved.rvmat",
8815 "dz\characters\heads\data\m_boris\hhl_m_boris_body_unshaved_injury.rvmat",
8816 "dz\characters\heads\data\m_boris\hhl_m_boris_body_unshaved_injury2.rvmat",
8817 "dz\characters\heads\data\m_boris\hhl_m_boris_body_bearded.rvmat",
8818 "dz\characters\heads\data\m_boris\hhl_m_boris_body_bearded_injury.rvmat",
8819 "dz\characters\heads\data\m_boris\hhl_m_boris_body_bearded_injury2.rvmat"
8820 };
8821 };
8822 voiceType=1;
8823 };
8824 class SurvivorM_Cyril: SurvivorMale_Base
8825 {
8826 scope=2;
8827 emptyHead="MaleCyrilHead";
8828 emptyBody="MaleCyrilTorso";
8829 emptyLegs="MaleCyrilLegs";
8830 emptyFeet="MaleCyrilFeet";
8831 emptyGloves="MaleCyrilHands";
8832 faceType="MaleCyrilHead";
8833 decayedTexture="dz\characters\heads\data\m_cyril\hhl_m_cyril_body_shaved_decayed_co.paa";
8834 class BloodyHands
8835 {
8836 mat_normal="dz\characters\heads\data\m_cyril\hhl_m_cyril_body_shaved.rvmat";
8837 mat_blood="dz\characters\heads\data\m_cyril\hhl_m_cyril_body_bloodyhands.rvmat";
8838 };
8839 class Lifespan
8840 {
8841 class Beard
8842 {
8843 mat[]=
8844 {
8845 "dz\characters\heads\data\m_cyril\hhl_m_cyril_body_shaved_co.paa",
8846 "dz\characters\heads\data\m_cyril\hhl_m_cyril_body_shaved.rvmat",
8847 "dz\characters\heads\data\m_cyril\hhl_m_cyril_body_unshaved_co.paa",
8848 "dz\characters\heads\data\m_cyril\hhl_m_cyril_body_unshaved.rvmat",
8849 "dz\characters\heads\data\m_cyril\hhl_m_cyril_body_bearded_co.paa",
8850 "dz\characters\heads\data\m_cyril\hhl_m_cyril_body_bearded.rvmat",
8851 "dz\characters\heads\data\m_cyril\hhl_m_cyril_beard_ca.paa",
8852 "dz\characters\heads\data\m_cyril\hhl_m_cyril_beard.rvmat"
8853 };
8854 };
8855 };
8856 class Wounds
8857 {
8858 tex[]={};
8859 mat[]=
8860 {
8861 "dz\characters\heads\data\m_cyril\hhl_m_cyril_body_shaved.rvmat",
8862 "dz\characters\heads\data\m_cyril\hhl_m_cyril_body_shaved_injury.rvmat",
8863 "dz\characters\heads\data\m_cyril\hhl_m_cyril_body_shaved_injury2.rvmat",
8864 "dz\characters\heads\data\m_cyril\hhl_m_cyril_body_unshaved.rvmat",
8865 "dz\characters\heads\data\m_cyril\hhl_m_cyril_body_unshaved_injury.rvmat",
8866 "dz\characters\heads\data\m_cyril\hhl_m_cyril_body_unshaved_injury2.rvmat",
8867 "dz\characters\heads\data\m_cyril\hhl_m_cyril_body_bearded.rvmat",
8868 "dz\characters\heads\data\m_cyril\hhl_m_cyril_body_bearded_injury.rvmat",
8869 "dz\characters\heads\data\m_cyril\hhl_m_cyril_body_bearded_injury2.rvmat"
8870 };
8871 };
8872 voiceType=1;
8873 };
8874 class SurvivorM_Denis: SurvivorMale_Base
8875 {
8876 scope=2;
8877 emptyHead="MaleDenisHead";
8878 emptyBody="MaleDenisTorso";
8879 emptyLegs="MaleDenisLegs";
8880 emptyFeet="MaleDenisFeet";
8881 emptyGloves="MaleDenisHands";
8882 faceType="MaleDenisHead";
8883 decayedTexture="dz\characters\heads\data\m_denis_2\hhl_m_denis_body_shaved_decayed_co.paa";
8884 class BloodyHands
8885 {
8886 mat_normal="dz\characters\heads\data\m_denis_2\hhl_m_denis_body_shaved.rvmat";
8887 mat_blood="dz\characters\heads\data\m_denis_2\hhl_m_denis_body_bloodyhands.rvmat";
8888 };
8889 class Lifespan
8890 {
8891 class Beard
8892 {
8893 mat[]=
8894 {
8895 "dz\characters\heads\data\m_denis_2\hhl_m_denis_body_shaved_co.paa",
8896 "dz\characters\heads\data\m_denis_2\hhl_m_denis_body_shaved.rvmat",
8897 "dz\characters\heads\data\m_denis_2\hhl_m_denis_body_unshaved_co.paa",
8898 "dz\characters\heads\data\m_denis_2\hhl_m_denis_body_unshaved.rvmat",
8899 "dz\characters\heads\data\m_denis_2\hhl_m_denis_body_bearded_co.paa",
8900 "dz\characters\heads\data\m_denis_2\hhl_m_denis_body_bearded.rvmat",
8901 "dz\characters\heads\data\m_denis_2\hhl_m_denis_beard_ca.paa",
8902 "dz\characters\heads\data\m_denis_2\hhl_m_denis_beard.rvmat"
8903 };
8904 };
8905 };
8906 class Wounds
8907 {
8908 tex[]={};
8909 mat[]=
8910 {
8911 "dz\characters\heads\data\m_denis_2\hhl_m_denis_body_shaved.rvmat",
8912 "dz\characters\heads\data\m_denis_2\hhl_m_denis_body_shaved_injury.rvmat",
8913 "dz\characters\heads\data\m_denis_2\hhl_m_denis_body_shaved_injury2.rvmat",
8914 "dz\characters\heads\data\m_denis_2\hhl_m_denis_body_unshaved.rvmat",
8915 "dz\characters\heads\data\m_denis_2\hhl_m_denis_body_unshaved_injury.rvmat",
8916 "dz\characters\heads\data\m_denis_2\hhl_m_denis_body_unshaved_injury2.rvmat",
8917 "dz\characters\heads\data\m_denis_2\hhl_m_denis_body_bearded.rvmat",
8918 "dz\characters\heads\data\m_denis_2\hhl_m_denis_body_bearded_injury.rvmat",
8919 "dz\characters\heads\data\m_denis_2\hhl_m_denis_body_bearded_injury2.rvmat"
8920 };
8921 };
8922 voiceType=1;
8923 };
8924 class SurvivorM_Elias: SurvivorMale_Base
8925 {
8926 scope=2;
8927 emptyHead="MaleEliasHead";
8928 emptyBody="MaleEliasTorso";
8929 emptyLegs="MaleEliasLegs";
8930 emptyFeet="MaleEliasFeet";
8931 emptyGloves="MaleEliasHands";
8932 faceType="MaleEliasHead";
8933 decayedTexture="dz\characters\heads\data\m_elias\hhl_m_elias_body_shaved_decayed_co.paa";
8934 class BloodyHands
8935 {
8936 mat_normal="dz\characters\heads\data\m_elias\hhl_m_elias_body_shaved.rvmat";
8937 mat_blood="dz\characters\heads\data\m_elias\hhl_m_elias_body_bloodyhands.rvmat";
8938 };
8939 class Lifespan
8940 {
8941 class Beard
8942 {
8943 mat[]=
8944 {
8945 "dz\characters\heads\data\m_elias\hhl_m_elias_body_shaved_co.paa",
8946 "dz\characters\heads\data\m_elias\hhl_m_elias_body_shaved.rvmat",
8947 "dz\characters\heads\data\m_elias\hhl_m_elias_body_unshaved_co.paa",
8948 "dz\characters\heads\data\m_elias\hhl_m_elias_body_unshaved.rvmat",
8949 "dz\characters\heads\data\m_elias\hhl_m_elias_body_bearded_co.paa",
8950 "dz\characters\heads\data\m_elias\hhl_m_elias_body_bearded.rvmat",
8951 "dz\characters\heads\data\m_elias\hhl_m_elias_beard_ca.paa",
8952 "dz\characters\heads\data\m_elias\hhl_m_elias_beard.rvmat"
8953 };
8954 };
8955 };
8956 class Wounds
8957 {
8958 tex[]={};
8959 mat[]=
8960 {
8961 "dz\characters\heads\data\m_elias\hhl_m_elias_body_shaved.rvmat",
8962 "dz\characters\heads\data\m_elias\hhl_m_elias_body_shaved_injury.rvmat",
8963 "dz\characters\heads\data\m_elias\hhl_m_elias_body_shaved_injury2.rvmat",
8964 "dz\characters\heads\data\m_elias\hhl_m_elias_body_unshaved.rvmat",
8965 "dz\characters\heads\data\m_elias\hhl_m_elias_body_unshaved_injury.rvmat",
8966 "dz\characters\heads\data\m_elias\hhl_m_elias_body_unshaved_injury2.rvmat",
8967 "dz\characters\heads\data\m_elias\hhl_m_elias_body_bearded.rvmat",
8968 "dz\characters\heads\data\m_elias\hhl_m_elias_body_bearded_injury.rvmat",
8969 "dz\characters\heads\data\m_elias\hhl_m_elias_body_bearded_injury2.rvmat"
8970 };
8971 };
8972 voiceType=1;
8973 };
8974 class SurvivorM_Francis: SurvivorMale_Base
8975 {
8976 scope=2;
8977 emptyHead="MaleFrancisHead";
8978 emptyBody="MaleFrancisTorso";
8979 emptyLegs="MaleFrancisLegs";
8980 emptyFeet="MaleFrancisFeet";
8981 emptyGloves="MaleFrancisHands";
8982 faceType="MaleFrancisHead";
8983 decayedTexture="dz\characters\heads\data\m_francis\hhl_m_francis_body_shaved_decayed_co.paa";
8984 class BloodyHands
8985 {
8986 mat_normal="dz\characters\heads\data\m_francis\hhl_m_francis_body_shaved.rvmat";
8987 mat_blood="dz\characters\heads\data\m_francis\hhl_m_francis_body_bloodyhands.rvmat";
8988 };
8989 class Lifespan
8990 {
8991 class Beard
8992 {
8993 mat[]=
8994 {
8995 "dz\characters\heads\data\m_francis\hhl_m_francis_body_shaved_co.paa",
8996 "dz\characters\heads\data\m_francis\hhl_m_francis_body_shaved.rvmat",
8997 "dz\characters\heads\data\m_francis\hhl_m_francis_body_unshaved_co.paa",
8998 "dz\characters\heads\data\m_francis\hhl_m_francis_body_unshaved.rvmat",
8999 "dz\characters\heads\data\m_francis\hhl_m_francis_body_bearded_co.paa",
9000 "dz\characters\heads\data\m_francis\hhl_m_francis_body_bearded.rvmat",
9001 "dz\characters\heads\data\m_francis\hhl_m_francis_beard_ca.paa",
9002 "dz\characters\heads\data\m_francis\hhl_m_francis_beard.rvmat"
9003 };
9004 };
9005 };
9006 class Wounds
9007 {
9008 tex[]={};
9009 mat[]=
9010 {
9011 "dz\characters\heads\data\m_francis\hhl_m_francis_body_shaved.rvmat",
9012 "dz\characters\heads\data\m_francis\hhl_m_francis_body_shaved_injury.rvmat",
9013 "dz\characters\heads\data\m_francis\hhl_m_francis_body_shaved_injury2.rvmat",
9014 "dz\characters\heads\data\m_francis\hhl_m_francis_body_unshaved.rvmat",
9015 "dz\characters\heads\data\m_francis\hhl_m_francis_body_unshaved_injury.rvmat",
9016 "dz\characters\heads\data\m_francis\hhl_m_francis_body_unshaved_injury2.rvmat",
9017 "dz\characters\heads\data\m_francis\hhl_m_francis_body_bearded.rvmat",
9018 "dz\characters\heads\data\m_francis\hhl_m_francis_body_bearded_injury.rvmat",
9019 "dz\characters\heads\data\m_francis\hhl_m_francis_body_bearded_injury2.rvmat"
9020 };
9021 };
9022 voiceType=1;
9023 };
9024 class SurvivorM_Guo: SurvivorMale_Base
9025 {
9026 scope=2;
9027 emptyHead="MaleGuoHead";
9028 emptyBody="MaleGuoTorso";
9029 emptyLegs="MaleGuoLegs";
9030 emptyFeet="MaleGuoFeet";
9031 emptyGloves="MaleGuoHands";
9032 faceType="MaleGuoHead";
9033 decayedTexture="dz\characters\heads\data\m_guo\hhl_m_guo_body_shaved_decayed_co.paa";
9034 class BloodyHands
9035 {
9036 mat_normal="dz\characters\heads\data\m_guo\hhl_m_guo_body_shaved.rvmat";
9037 mat_blood="dz\characters\heads\data\m_guo\hhl_m_guo_body_bloodyhands.rvmat";
9038 };
9039 class Lifespan
9040 {
9041 class Beard
9042 {
9043 mat[]=
9044 {
9045 "dz\characters\heads\data\m_guo\hhl_m_guo_body_shaved_co.paa",
9046 "dz\characters\heads\data\m_guo\hhl_m_guo_body_shaved.rvmat",
9047 "dz\characters\heads\data\m_guo\hhl_m_guo_body_unshaved_co.paa",
9048 "dz\characters\heads\data\m_guo\hhl_m_guo_body_unshaved.rvmat",
9049 "dz\characters\heads\data\m_guo\hhl_m_guo_body_bearded_co.paa",
9050 "dz\characters\heads\data\m_guo\hhl_m_guo_body_bearded.rvmat",
9051 "dz\characters\heads\data\m_guo\hhl_m_guo_beard_ca.paa",
9052 "dz\characters\heads\data\m_guo\hhl_m_guo_beard.rvmat"
9053 };
9054 };
9055 };
9056 class Wounds
9057 {
9058 tex[]={};
9059 mat[]=
9060 {
9061 "dz\characters\heads\data\m_guo\hhl_m_guo_body_shaved.rvmat",
9062 "dz\characters\heads\data\m_guo\hhl_m_guo_body_shaved_injury.rvmat",
9063 "dz\characters\heads\data\m_guo\hhl_m_guo_body_shaved_injury2.rvmat",
9064 "dz\characters\heads\data\m_guo\hhl_m_guo_body_unshaved.rvmat",
9065 "dz\characters\heads\data\m_guo\hhl_m_guo_body_unshaved_injury.rvmat",
9066 "dz\characters\heads\data\m_guo\hhl_m_guo_body_unshaved_injury2.rvmat",
9067 "dz\characters\heads\data\m_guo\hhl_m_guo_body_bearded.rvmat",
9068 "dz\characters\heads\data\m_guo\hhl_m_guo_body_bearded_injury.rvmat",
9069 "dz\characters\heads\data\m_guo\hhl_m_guo_body_bearded_injury2.rvmat"
9070 };
9071 };
9072 voiceType=1;
9073 };
9074 class SurvivorM_Hassan: SurvivorMale_Base
9075 {
9076 scope=2;
9077 emptyHead="MaleHassanHead";
9078 emptyBody="MaleHassanTorso";
9079 emptyLegs="MaleHassanLegs";
9080 emptyFeet="MaleHassanFeet";
9081 emptyGloves="MaleHassanHands";
9082 faceType="MaleHassanHead";
9083 decayedTexture="dz\characters\heads\data\m_hassan\hhl_m_hassan_body_shaved_decayed_co.paa";
9084 class BloodyHands
9085 {
9086 mat_normal="dz\characters\heads\data\m_hassan\hhl_m_hassan_body_shaved.rvmat";
9087 mat_blood="dz\characters\heads\data\m_hassan\hhl_m_hassan_body_bloodyhands.rvmat";
9088 };
9089 class Lifespan
9090 {
9091 class Beard
9092 {
9093 mat[]=
9094 {
9095 "dz\characters\heads\data\m_hassan\hhl_m_hassan_body_shaved_co.paa",
9096 "dz\characters\heads\data\m_hassan\hhl_m_hassan_body_shaved.rvmat",
9097 "dz\characters\heads\data\m_hassan\hhl_m_hassan_body_unshaved_co.paa",
9098 "dz\characters\heads\data\m_hassan\hhl_m_hassan_body_unshaved.rvmat",
9099 "dz\characters\heads\data\m_hassan\hhl_m_hassan_body_bearded_co.paa",
9100 "dz\characters\heads\data\m_hassan\hhl_m_hassan_body_bearded.rvmat",
9101 "dz\characters\heads\data\m_hassan\hhl_m_hassan_beard_ca.paa",
9102 "dz\characters\heads\data\m_hassan\hhl_m_hassan_beard.rvmat"
9103 };
9104 };
9105 };
9106 class Wounds
9107 {
9108 tex[]={};
9109 mat[]=
9110 {
9111 "dz\characters\heads\data\m_hassan\hhl_m_hassan_body_shaved.rvmat",
9112 "dz\characters\heads\data\m_hassan\hhl_m_hassan_body_shaved_injury.rvmat",
9113 "dz\characters\heads\data\m_hassan\hhl_m_hassan_body_shaved_injury2.rvmat",
9114 "dz\characters\heads\data\m_hassan\hhl_m_hassan_body_unshaved.rvmat",
9115 "dz\characters\heads\data\m_hassan\hhl_m_hassan_body_unshaved_injury.rvmat",
9116 "dz\characters\heads\data\m_hassan\hhl_m_hassan_body_unshaved_injury2.rvmat",
9117 "dz\characters\heads\data\m_hassan\hhl_m_hassan_body_bearded.rvmat",
9118 "dz\characters\heads\data\m_hassan\hhl_m_hassan_body_bearded_injury.rvmat",
9119 "dz\characters\heads\data\m_hassan\hhl_m_hassan_body_bearded_injury2.rvmat"
9120 };
9121 };
9122 voiceType=1;
9123 };
9124 class SurvivorM_Indar: SurvivorMale_Base
9125 {
9126 scope=2;
9127 emptyHead="MaleIndarHead";
9128 emptyBody="MaleIndarTorso";
9129 emptyLegs="MaleIndarLegs";
9130 emptyFeet="MaleIndarFeet";
9131 emptyGloves="MaleIndarHands";
9132 faceType="MaleIndarHead";
9133 decayedTexture="dz\characters\heads\data\m_indar\hhl_m_indar_body_shaved_decayed_co.paa";
9134 class BloodyHands
9135 {
9136 mat_normal="dz\characters\heads\data\m_indar\hhl_m_indar_body_shaved.rvmat";
9137 mat_blood="dz\characters\heads\data\m_indar\hhl_m_indar_body_bloodyhands.rvmat";
9138 };
9139 class Lifespan
9140 {
9141 class Beard
9142 {
9143 mat[]=
9144 {
9145 "dz\characters\heads\data\m_indar\hhl_m_indar_body_shaved_co.paa",
9146 "dz\characters\heads\data\m_indar\hhl_m_indar_body_shaved.rvmat",
9147 "dz\characters\heads\data\m_indar\hhl_m_indar_body_unshaved_co.paa",
9148 "dz\characters\heads\data\m_indar\hhl_m_indar_body_unshaved.rvmat",
9149 "dz\characters\heads\data\m_indar\hhl_m_indar_body_bearded_co.paa",
9150 "dz\characters\heads\data\m_indar\hhl_m_indar_body_bearded.rvmat",
9151 "dz\characters\heads\data\m_indar\hhl_m_indar_beard_ca.paa",
9152 "dz\characters\heads\data\m_indar\hhl_m_indar_beard.rvmat"
9153 };
9154 };
9155 };
9156 class Wounds
9157 {
9158 tex[]={};
9159 mat[]=
9160 {
9161 "dz\characters\heads\data\m_indar\hhl_m_indar_body_shaved.rvmat",
9162 "dz\characters\heads\data\m_indar\hhl_m_indar_body_shaved_injury.rvmat",
9163 "dz\characters\heads\data\m_indar\hhl_m_indar_body_shaved_injury2.rvmat",
9164 "dz\characters\heads\data\m_indar\hhl_m_indar_body_unshaved.rvmat",
9165 "dz\characters\heads\data\m_indar\hhl_m_indar_body_unshaved_injury.rvmat",
9166 "dz\characters\heads\data\m_indar\hhl_m_indar_body_unshaved_injury2.rvmat",
9167 "dz\characters\heads\data\m_indar\hhl_m_indar_body_bearded.rvmat",
9168 "dz\characters\heads\data\m_indar\hhl_m_indar_body_bearded_injury.rvmat",
9169 "dz\characters\heads\data\m_indar\hhl_m_indar_body_bearded_injury2.rvmat"
9170 };
9171 };
9172 voiceType=1;
9173 };
9174 class SurvivorM_Jose: SurvivorMale_Base
9175 {
9176 scope=2;
9177 emptyHead="MaleJoseHead";
9178 emptyBody="MaleJoseTorso";
9179 emptyLegs="MaleJoseLegs";
9180 emptyFeet="MaleJoseFeet";
9181 emptyGloves="MaleJoseHands";
9182 faceType="MaleJoseHead";
9183 decayedTexture="dz\characters\heads\data\m_jose\hhl_m_jose_body_shaved_decayed_co.paa";
9184 class BloodyHands
9185 {
9186 mat_normal="dz\characters\heads\data\m_jose\hhl_m_jose_body_shaved.rvmat";
9187 mat_blood="dz\characters\heads\data\m_jose\hhl_m_jose_body_bloodyhands.rvmat";
9188 };
9189 class Lifespan
9190 {
9191 class Beard
9192 {
9193 mat[]=
9194 {
9195 "dz\characters\heads\data\m_jose\hhl_m_jose_body_shaved_co.paa",
9196 "dz\characters\heads\data\m_jose\hhl_m_jose_body_shaved.rvmat",
9197 "dz\characters\heads\data\m_jose\hhl_m_jose_body_unshaved_co.paa",
9198 "dz\characters\heads\data\m_jose\hhl_m_jose_body_unshaved.rvmat",
9199 "dz\characters\heads\data\m_jose\hhl_m_jose_body_bearded_co.paa",
9200 "dz\characters\heads\data\m_jose\hhl_m_jose_body_bearded.rvmat",
9201 "dz\characters\heads\data\m_jose\hhl_m_jose_beard_ca.paa",
9202 "dz\characters\heads\data\m_jose\hhl_m_jose_beard.rvmat"
9203 };
9204 };
9205 };
9206 class Wounds
9207 {
9208 tex[]={};
9209 mat[]=
9210 {
9211 "dz\characters\heads\data\m_jose\hhl_m_jose_body_shaved.rvmat",
9212 "dz\characters\heads\data\m_jose\hhl_m_jose_body_shaved_injury.rvmat",
9213 "dz\characters\heads\data\m_jose\hhl_m_jose_body_shaved_injury2.rvmat",
9214 "dz\characters\heads\data\m_jose\hhl_m_jose_body_unshaved.rvmat",
9215 "dz\characters\heads\data\m_jose\hhl_m_jose_body_unshaved_injury.rvmat",
9216 "dz\characters\heads\data\m_jose\hhl_m_jose_body_unshaved_injury2.rvmat",
9217 "dz\characters\heads\data\m_jose\hhl_m_jose_body_bearded.rvmat",
9218 "dz\characters\heads\data\m_jose\hhl_m_jose_body_bearded_injury.rvmat",
9219 "dz\characters\heads\data\m_jose\hhl_m_jose_body_bearded_injury2.rvmat"
9220 };
9221 };
9222 voiceType=1;
9223 };
9224 class SurvivorM_Kaito: SurvivorMale_Base
9225 {
9226 scope=2;
9227 emptyHead="MaleKaitoHead";
9228 emptyBody="MaleKaitoTorso";
9229 emptyLegs="MaleKaitoLegs";
9230 emptyFeet="MaleKaitoFeet";
9231 emptyGloves="MaleKaitoHands";
9232 faceType="MaleKaitoHead";
9233 decayedTexture="dz\characters\heads\data\m_kaito\hhl_m_kaito_body_shaved_decayed_co.paa";
9234 class BloodyHands
9235 {
9236 mat_normal="dz\characters\heads\data\m_kaito\hhl_m_kaito_body_shaved.rvmat";
9237 mat_blood="dz\characters\heads\data\m_kaito\hhl_m_kaito_body_bloodyhands.rvmat";
9238 };
9239 class Lifespan
9240 {
9241 class Beard
9242 {
9243 mat[]=
9244 {
9245 "dz\characters\heads\data\m_kaito\hhl_m_kaito_body_shaved_co.paa",
9246 "dz\characters\heads\data\m_kaito\hhl_m_kaito_body_shaved.rvmat",
9247 "dz\characters\heads\data\m_kaito\hhl_m_kaito_body_unshaved_co.paa",
9248 "dz\characters\heads\data\m_kaito\hhl_m_kaito_body_unshaved.rvmat",
9249 "dz\characters\heads\data\m_kaito\hhl_m_kaito_body_bearded_co.paa",
9250 "dz\characters\heads\data\m_kaito\hhl_m_kaito_body_bearded.rvmat",
9251 "dz\characters\heads\data\m_kaito\hhl_m_kaito_beard_ca.paa",
9252 "dz\characters\heads\data\m_kaito\hhl_m_kaito_beard.rvmat"
9253 };
9254 };
9255 };
9256 class Wounds
9257 {
9258 tex[]={};
9259 mat[]=
9260 {
9261 "dz\characters\heads\data\m_kaito\hhl_m_kaito_body_shaved.rvmat",
9262 "dz\characters\heads\data\m_kaito\hhl_m_kaito_body_shaved_injury.rvmat",
9263 "dz\characters\heads\data\m_kaito\hhl_m_kaito_body_shaved_injury2.rvmat",
9264 "dz\characters\heads\data\m_kaito\hhl_m_kaito_body_unshaved.rvmat",
9265 "dz\characters\heads\data\m_kaito\hhl_m_kaito_body_unshaved_injury.rvmat",
9266 "dz\characters\heads\data\m_kaito\hhl_m_kaito_body_unshaved_injury2.rvmat",
9267 "dz\characters\heads\data\m_kaito\hhl_m_kaito_body_bearded.rvmat",
9268 "dz\characters\heads\data\m_kaito\hhl_m_kaito_body_bearded_injury.rvmat",
9269 "dz\characters\heads\data\m_kaito\hhl_m_kaito_body_bearded_injury2.rvmat"
9270 };
9271 };
9272 voiceType=2;
9273 };
9274 class SurvivorM_Lewis: SurvivorMale_Base
9275 {
9276 scope=2;
9277 emptyHead="MaleLewisHead";
9278 emptyBody="MaleLewisTorso";
9279 emptyLegs="MaleLewisLegs";
9280 emptyFeet="MaleLewisFeet";
9281 emptyGloves="MaleLewisHands";
9282 faceType="MaleLewisHead";
9283 decayedTexture="dz\characters\heads\data\m_lewis\hhl_m_lewis_body_shaved_decayed_co.paa";
9284 class BloodyHands
9285 {
9286 mat_normal="dz\characters\heads\data\m_lewis\hhl_m_lewis_body_shaved.rvmat";
9287 mat_blood="dz\characters\heads\data\m_lewis\hhl_m_lewis_body_bloodyhands.rvmat";
9288 };
9289 class Lifespan
9290 {
9291 class Beard
9292 {
9293 mat[]=
9294 {
9295 "dz\characters\heads\data\m_lewis\hhl_m_lewis_body_shaved_co.paa",
9296 "dz\characters\heads\data\m_lewis\hhl_m_lewis_body_shaved.rvmat",
9297 "dz\characters\heads\data\m_lewis\hhl_m_lewis_body_unshaved_co.paa",
9298 "dz\characters\heads\data\m_lewis\hhl_m_lewis_body_unshaved.rvmat",
9299 "dz\characters\heads\data\m_lewis\hhl_m_lewis_body_bearded_co.paa",
9300 "dz\characters\heads\data\m_lewis\hhl_m_lewis_body_bearded.rvmat",
9301 "dz\characters\heads\data\m_lewis\hhl_m_lewis_beard_ca.paa",
9302 "dz\characters\heads\data\m_lewis\hhl_m_lewis_beard.rvmat"
9303 };
9304 };
9305 };
9306 class Wounds
9307 {
9308 tex[]={};
9309 mat[]=
9310 {
9311 "dz\characters\heads\data\m_lewis\hhl_m_lewis_body_shaved.rvmat",
9312 "dz\characters\heads\data\m_lewis\hhl_m_lewis_body_shaved_injury.rvmat",
9313 "dz\characters\heads\data\m_lewis\hhl_m_lewis_body_shaved_injury2.rvmat",
9314 "dz\characters\heads\data\m_lewis\hhl_m_lewis_body_unshaved.rvmat",
9315 "dz\characters\heads\data\m_lewis\hhl_m_lewis_body_unshaved_injury.rvmat",
9316 "dz\characters\heads\data\m_lewis\hhl_m_lewis_body_unshaved_injury2.rvmat",
9317 "dz\characters\heads\data\m_lewis\hhl_m_lewis_body_bearded.rvmat",
9318 "dz\characters\heads\data\m_lewis\hhl_m_lewis_body_bearded_injury.rvmat",
9319 "dz\characters\heads\data\m_lewis\hhl_m_lewis_body_bearded_injury2.rvmat"
9320 };
9321 };
9322 voiceType=2;
9323 };
9324 class SurvivorM_Manua: SurvivorMale_Base
9325 {
9326 scope=2;
9327 emptyHead="MaleManuaHead";
9328 emptyBody="MaleManuaTorso";
9329 emptyLegs="MaleManuaLegs";
9330 emptyFeet="MaleManuaFeet";
9331 emptyGloves="MaleManuaHands";
9332 faceType="MaleManuaHead";
9333 decayedTexture="dz\characters\heads\data\m_manua\hhl_m_manua_body_shaved_decayed_co.paa";
9334 class BloodyHands
9335 {
9336 mat_normal="dz\characters\heads\data\m_manua\hhl_m_manua_body_shaved.rvmat";
9337 mat_blood="dz\characters\heads\data\m_manua\hhl_m_manua_body_bloodyhands.rvmat";
9338 };
9339 class Lifespan
9340 {
9341 class Beard
9342 {
9343 mat[]=
9344 {
9345 "dz\characters\heads\data\m_manua\hhl_m_manua_body_shaved_co.paa",
9346 "dz\characters\heads\data\m_manua\hhl_m_manua_body_shaved.rvmat",
9347 "dz\characters\heads\data\m_manua\hhl_m_manua_body_unshaved_co.paa",
9348 "dz\characters\heads\data\m_manua\hhl_m_manua_body_unshaved.rvmat",
9349 "dz\characters\heads\data\m_manua\hhl_m_manua_body_bearded_co.paa",
9350 "dz\characters\heads\data\m_manua\hhl_m_manua_body_bearded.rvmat",
9351 "dz\characters\heads\data\m_manua\hhl_m_manua_beard_ca.paa",
9352 "dz\characters\heads\data\m_manua\hhl_m_manua_beard.rvmat"
9353 };
9354 };
9355 };
9356 class Wounds
9357 {
9358 tex[]={};
9359 mat[]=
9360 {
9361 "dz\characters\heads\data\m_manua\hhl_m_manua_body_shaved.rvmat",
9362 "dz\characters\heads\data\m_manua\hhl_m_manua_body_shaved_injury.rvmat",
9363 "dz\characters\heads\data\m_manua\hhl_m_manua_body_shaved_injury2.rvmat",
9364 "dz\characters\heads\data\m_manua\hhl_m_manua_body_unshaved.rvmat",
9365 "dz\characters\heads\data\m_manua\hhl_m_manua_body_unshaved_injury.rvmat",
9366 "dz\characters\heads\data\m_manua\hhl_m_manua_body_unshaved_injury2.rvmat",
9367 "dz\characters\heads\data\m_manua\hhl_m_manua_body_bearded.rvmat",
9368 "dz\characters\heads\data\m_manua\hhl_m_manua_body_bearded_injury.rvmat",
9369 "dz\characters\heads\data\m_manua\hhl_m_manua_body_bearded_injury2.rvmat"
9370 };
9371 };
9372 voiceType=2;
9373 };
9374 class SurvivorM_Niki: SurvivorMale_Base
9375 {
9376 scope=2;
9377 emptyHead="MaleNikiHead";
9378 emptyBody="MaleNikiTorso";
9379 emptyLegs="MaleNikiLegs";
9380 emptyFeet="MaleNikiFeet";
9381 emptyGloves="MaleNikiHands";
9382 faceType="MaleNikiHead";
9383 decayedTexture="dz\characters\heads\data\m_niki_2\hhl_m_niki_body_shaved_decayed_co.paa";
9384 class BloodyHands
9385 {
9386 mat_normal="dz\characters\heads\data\m_niki_2\hhl_m_niki_body_shaved.rvmat";
9387 mat_blood="dz\characters\heads\data\m_niki_2\hhl_m_niki_body_bloodyhands.rvmat";
9388 };
9389 class Lifespan
9390 {
9391 class Beard
9392 {
9393 mat[]=
9394 {
9395 "dz\characters\heads\data\m_niki_2\hhl_m_niki_body_shaved_co.paa",
9396 "dz\characters\heads\data\m_niki_2\hhl_m_niki_body_shaved.rvmat",
9397 "dz\characters\heads\data\m_niki_2\hhl_m_niki_body_unshaved_co.paa",
9398 "dz\characters\heads\data\m_niki_2\hhl_m_niki_body_unshaved.rvmat",
9399 "dz\characters\heads\data\m_niki_2\hhl_m_niki_body_bearded_co.paa",
9400 "dz\characters\heads\data\m_niki_2\hhl_m_niki_body_bearded.rvmat",
9401 "dz\characters\heads\data\m_niki_2\hhl_m_niki_beard_ca.paa",
9402 "dz\characters\heads\data\m_niki_2\hhl_m_niki_beard.rvmat"
9403 };
9404 };
9405 };
9406 class Wounds
9407 {
9408 tex[]={};
9409 mat[]=
9410 {
9411 "dz\characters\heads\data\m_niki_2\hhl_m_niki_body_shaved.rvmat",
9412 "dz\characters\heads\data\m_niki_2\hhl_m_niki_body_shaved_injury.rvmat",
9413 "dz\characters\heads\data\m_niki_2\hhl_m_niki_body_shaved_injury2.rvmat",
9414 "dz\characters\heads\data\m_niki_2\hhl_m_niki_body_unshaved.rvmat",
9415 "dz\characters\heads\data\m_niki_2\hhl_m_niki_body_unshaved_injury.rvmat",
9416 "dz\characters\heads\data\m_niki_2\hhl_m_niki_body_unshaved_injury2.rvmat",
9417 "dz\characters\heads\data\m_niki_2\hhl_m_niki_body_bearded.rvmat",
9418 "dz\characters\heads\data\m_niki_2\hhl_m_niki_body_bearded_injury.rvmat",
9419 "dz\characters\heads\data\m_niki_2\hhl_m_niki_body_bearded_injury2.rvmat"
9420 };
9421 };
9422 voiceType=2;
9423 };
9424 class SurvivorM_Oliver: SurvivorMale_Base
9425 {
9426 scope=2;
9427 emptyHead="MaleOliverHead";
9428 emptyBody="MaleOliverTorso";
9429 emptyLegs="MaleOliverLegs";
9430 emptyFeet="MaleOliverFeet";
9431 emptyGloves="MaleOliverHands";
9432 faceType="MaleOliverHead";
9433 decayedTexture="dz\characters\heads\data\m_oliver\hhl_m_oliver_body_shaved_decayed_co.paa";
9434 class BloodyHands
9435 {
9436 mat_normal="dz\characters\heads\data\m_oliver\hhl_m_oliver_body_shaved.rvmat";
9437 mat_blood="dz\characters\heads\data\m_oliver\hhl_m_oliver_body_bloodyhands.rvmat";
9438 };
9439 class Lifespan
9440 {
9441 class Beard
9442 {
9443 mat[]=
9444 {
9445 "dz\characters\heads\data\m_oliver\hhl_m_oliver_body_shaved_co.paa",
9446 "dz\characters\heads\data\m_oliver\hhl_m_oliver_body_shaved.rvmat",
9447 "dz\characters\heads\data\m_oliver\hhl_m_oliver_body_unshaved_co.paa",
9448 "dz\characters\heads\data\m_oliver\hhl_m_oliver_body_unshaved.rvmat",
9449 "dz\characters\heads\data\m_oliver\hhl_m_oliver_body_bearded_co.paa",
9450 "dz\characters\heads\data\m_oliver\hhl_m_oliver_body_bearded.rvmat",
9451 "dz\characters\heads\data\m_oliver\hhl_m_oliver_beard_ca.paa",
9452 "dz\characters\heads\data\m_oliver\hhl_m_oliver_beard.rvmat"
9453 };
9454 };
9455 };
9456 class Wounds
9457 {
9458 tex[]={};
9459 mat[]=
9460 {
9461 "dz\characters\heads\data\m_oliver\hhl_m_oliver_body_shaved.rvmat",
9462 "dz\characters\heads\data\m_oliver\hhl_m_oliver_body_shaved_injury.rvmat",
9463 "dz\characters\heads\data\m_oliver\hhl_m_oliver_body_shaved_injury2.rvmat",
9464 "dz\characters\heads\data\m_oliver\hhl_m_oliver_body_unshaved.rvmat",
9465 "dz\characters\heads\data\m_oliver\hhl_m_oliver_body_unshaved_injury.rvmat",
9466 "dz\characters\heads\data\m_oliver\hhl_m_oliver_body_unshaved_injury2.rvmat",
9467 "dz\characters\heads\data\m_oliver\hhl_m_oliver_body_bearded.rvmat",
9468 "dz\characters\heads\data\m_oliver\hhl_m_oliver_body_bearded_injury.rvmat",
9469 "dz\characters\heads\data\m_oliver\hhl_m_oliver_body_bearded_injury2.rvmat"
9470 };
9471 };
9472 voiceType=2;
9473 };
9474 class SurvivorM_Peter: SurvivorMale_Base
9475 {
9476 scope=2;
9477 emptyHead="MalePeterHead";
9478 emptyBody="MalePeterTorso";
9479 emptyLegs="MalePeterLegs";
9480 emptyFeet="MalePeterFeet";
9481 emptyGloves="MalePeterHands";
9482 faceType="MalePeterHead";
9483 decayedTexture="dz\characters\heads\data\m_peter\hhl_m_peter_body_shaved_decayed_co.paa";
9484 class BloodyHands
9485 {
9486 mat_normal="dz\characters\heads\data\m_peter\hhl_m_peter_body_shaved.rvmat";
9487 mat_blood="dz\characters\heads\data\m_peter\hhl_m_peter_body_bloodyhands.rvmat";
9488 };
9489 class Lifespan
9490 {
9491 class Beard
9492 {
9493 mat[]=
9494 {
9495 "dz\characters\heads\data\m_peter\hhl_m_peter_body_shaved_co.paa",
9496 "dz\characters\heads\data\m_peter\hhl_m_peter_body_shaved.rvmat",
9497 "dz\characters\heads\data\m_peter\hhl_m_peter_body_unshaved_co.paa",
9498 "dz\characters\heads\data\m_peter\hhl_m_peter_body_unshaved.rvmat",
9499 "dz\characters\heads\data\m_peter\hhl_m_peter_body_bearded_co.paa",
9500 "dz\characters\heads\data\m_peter\hhl_m_peter_body_bearded.rvmat",
9501 "dz\characters\heads\data\m_peter\hhl_m_peter_beard_ca.paa",
9502 "dz\characters\heads\data\m_peter\hhl_m_peter_beard.rvmat"
9503 };
9504 };
9505 };
9506 class Wounds
9507 {
9508 tex[]={};
9509 mat[]=
9510 {
9511 "dz\characters\heads\data\m_peter\hhl_m_peter_body_shaved.rvmat",
9512 "dz\characters\heads\data\m_peter\hhl_m_peter_body_shaved_injury.rvmat",
9513 "dz\characters\heads\data\m_peter\hhl_m_peter_body_shaved_injury2.rvmat",
9514 "dz\characters\heads\data\m_peter\hhl_m_peter_body_unshaved.rvmat",
9515 "dz\characters\heads\data\m_peter\hhl_m_peter_body_unshaved_injury.rvmat",
9516 "dz\characters\heads\data\m_peter\hhl_m_peter_body_unshaved_injury2.rvmat",
9517 "dz\characters\heads\data\m_peter\hhl_m_peter_body_bearded.rvmat",
9518 "dz\characters\heads\data\m_peter\hhl_m_peter_body_bearded_injury.rvmat",
9519 "dz\characters\heads\data\m_peter\hhl_m_peter_body_bearded_injury2.rvmat"
9520 };
9521 };
9522 voiceType=2;
9523 };
9524 class SurvivorM_Quinn: SurvivorMale_Base
9525 {
9526 scope=2;
9527 emptyHead="MaleQuinnHead";
9528 emptyBody="MaleQuinnTorso";
9529 emptyLegs="MaleQuinnLegs";
9530 emptyFeet="MaleQuinnFeet";
9531 emptyGloves="MaleQuinnHands";
9532 faceType="MaleQuinnHead";
9533 decayedTexture="dz\characters\heads\data\m_quinn\hhl_m_quinn_body_shaved_decayed_co.paa";
9534 class BloodyHands
9535 {
9536 mat_normal="dz\characters\heads\data\m_quinn\hhl_m_quinn_body_shaved.rvmat";
9537 mat_blood="dz\characters\heads\data\m_quinn\hhl_m_quinn_body_bloodyhands.rvmat";
9538 };
9539 class Lifespan
9540 {
9541 class Beard
9542 {
9543 mat[]=
9544 {
9545 "dz\characters\heads\data\m_quinn\hhl_m_quinn_body_shaved_co.paa",
9546 "dz\characters\heads\data\m_quinn\hhl_m_quinn_body_shaved.rvmat",
9547 "dz\characters\heads\data\m_quinn\hhl_m_quinn_body_unshaved_co.paa",
9548 "dz\characters\heads\data\m_quinn\hhl_m_quinn_body_unshaved.rvmat",
9549 "dz\characters\heads\data\m_quinn\hhl_m_quinn_body_bearded_co.paa",
9550 "dz\characters\heads\data\m_quinn\hhl_m_quinn_body_bearded.rvmat",
9551 "dz\characters\heads\data\m_quinn\hhl_m_quinn_beard_ca.paa",
9552 "dz\characters\heads\data\m_quinn\hhl_m_quinn_beard.rvmat"
9553 };
9554 };
9555 };
9556 class Wounds
9557 {
9558 tex[]={};
9559 mat[]=
9560 {
9561 "dz\characters\heads\data\m_quinn\hhl_m_quinn_body_shaved.rvmat",
9562 "dz\characters\heads\data\m_quinn\hhl_m_quinn_body_shaved_injury.rvmat",
9563 "dz\characters\heads\data\m_quinn\hhl_m_quinn_body_shaved_injury2.rvmat",
9564 "dz\characters\heads\data\m_quinn\hhl_m_quinn_body_unshaved.rvmat",
9565 "dz\characters\heads\data\m_quinn\hhl_m_quinn_body_unshaved_injury.rvmat",
9566 "dz\characters\heads\data\m_quinn\hhl_m_quinn_body_unshaved_injury2.rvmat",
9567 "dz\characters\heads\data\m_quinn\hhl_m_quinn_body_bearded.rvmat",
9568 "dz\characters\heads\data\m_quinn\hhl_m_quinn_body_bearded_injury.rvmat",
9569 "dz\characters\heads\data\m_quinn\hhl_m_quinn_body_bearded_injury2.rvmat"
9570 };
9571 };
9572 voiceType=2;
9573 };
9574 class SurvivorM_Rolf: SurvivorMale_Base
9575 {
9576 scope=2;
9577 emptyHead="MaleRolfHead";
9578 emptyBody="MaleRolfTorso";
9579 emptyLegs="MaleRolfLegs";
9580 emptyFeet="MaleRolfFeet";
9581 emptyGloves="MaleRolfHands";
9582 faceType="MaleRolfHead";
9583 decayedTexture="dz\characters\heads\data\m_rolf\hhl_m_rolf_body_shaved_decayed_co.paa";
9584 class BloodyHands
9585 {
9586 mat_normal="dz\characters\heads\data\m_rolf\hhl_m_rolf_body_shaved.rvmat";
9587 mat_blood="dz\characters\heads\data\m_rolf\hhl_m_rolf_body_bloodyhands.rvmat";
9588 };
9589 class Lifespan
9590 {
9591 class Beard
9592 {
9593 mat[]=
9594 {
9595 "dz\characters\heads\data\m_rolf\hhl_m_rolf_body_shaved_co.paa",
9596 "dz\characters\heads\data\m_rolf\hhl_m_rolf_body_shaved.rvmat",
9597 "dz\characters\heads\data\m_rolf\hhl_m_rolf_body_unshaved_co.paa",
9598 "dz\characters\heads\data\m_rolf\hhl_m_rolf_body_unshaved.rvmat",
9599 "dz\characters\heads\data\m_rolf\hhl_m_rolf_body_bearded_co.paa",
9600 "dz\characters\heads\data\m_rolf\hhl_m_rolf_body_bearded.rvmat",
9601 "dz\characters\heads\data\m_rolf\hhl_m_rolf_beard_ca.paa",
9602 "dz\characters\heads\data\m_rolf\hhl_m_rolf_beard.rvmat"
9603 };
9604 };
9605 };
9606 class Wounds
9607 {
9608 tex[]={};
9609 mat[]=
9610 {
9611 "dz\characters\heads\data\m_rolf\hhl_m_rolf_body_shaved.rvmat",
9612 "dz\characters\heads\data\m_rolf\hhl_m_rolf_body_shaved_injury.rvmat",
9613 "dz\characters\heads\data\m_rolf\hhl_m_rolf_body_shaved_injury2.rvmat",
9614 "dz\characters\heads\data\m_rolf\hhl_m_rolf_body_unshaved.rvmat",
9615 "dz\characters\heads\data\m_rolf\hhl_m_rolf_body_unshaved_injury.rvmat",
9616 "dz\characters\heads\data\m_rolf\hhl_m_rolf_body_unshaved_injury2.rvmat",
9617 "dz\characters\heads\data\m_rolf\hhl_m_rolf_body_bearded.rvmat",
9618 "dz\characters\heads\data\m_rolf\hhl_m_rolf_body_bearded_injury.rvmat",
9619 "dz\characters\heads\data\m_rolf\hhl_m_rolf_body_bearded_injury2.rvmat"
9620 };
9621 };
9622 voiceType=2;
9623 };
9624 class SurvivorM_Seth: SurvivorMale_Base
9625 {
9626 scope=2;
9627 emptyHead="MaleSethHead";
9628 emptyBody="MaleSethTorso";
9629 emptyLegs="MaleSethLegs";
9630 emptyFeet="MaleSethFeet";
9631 emptyGloves="MaleSethHands";
9632 faceType="MaleSethHead";
9633 decayedTexture="dz\characters\heads\data\m_seth\hhl_m_seth_body_shaved_decayed_co.paa";
9634 class BloodyHands
9635 {
9636 mat_normal="dz\characters\heads\data\m_seth\hhl_m_seth_body_shaved.rvmat";
9637 mat_blood="dz\characters\heads\data\m_seth\hhl_m_seth_body_bloodyhands.rvmat";
9638 };
9639 class Lifespan
9640 {
9641 class Beard
9642 {
9643 mat[]=
9644 {
9645 "dz\characters\heads\data\m_seth\hhl_m_seth_body_shaved_co.paa",
9646 "dz\characters\heads\data\m_seth\hhl_m_seth_body_shaved.rvmat",
9647 "dz\characters\heads\data\m_seth\hhl_m_seth_body_unshaved_co.paa",
9648 "dz\characters\heads\data\m_seth\hhl_m_seth_body_unshaved.rvmat",
9649 "dz\characters\heads\data\m_seth\hhl_m_seth_body_bearded_co.paa",
9650 "dz\characters\heads\data\m_seth\hhl_m_seth_body_bearded.rvmat",
9651 "dz\characters\heads\data\m_seth\hhl_m_seth_beard_ca.paa",
9652 "dz\characters\heads\data\m_seth\hhl_m_seth_beard.rvmat"
9653 };
9654 };
9655 };
9656 class Wounds
9657 {
9658 tex[]={};
9659 mat[]=
9660 {
9661 "dz\characters\heads\data\m_seth\hhl_m_seth_body_shaved.rvmat",
9662 "dz\characters\heads\data\m_seth\hhl_m_seth_body_shaved_injury.rvmat",
9663 "dz\characters\heads\data\m_seth\hhl_m_seth_body_shaved_injury2.rvmat",
9664 "dz\characters\heads\data\m_seth\hhl_m_seth_body_unshaved.rvmat",
9665 "dz\characters\heads\data\m_seth\hhl_m_seth_body_unshaved_injury.rvmat",
9666 "dz\characters\heads\data\m_seth\hhl_m_seth_body_unshaved_injury2.rvmat",
9667 "dz\characters\heads\data\m_seth\hhl_m_seth_body_bearded.rvmat",
9668 "dz\characters\heads\data\m_seth\hhl_m_seth_body_bearded_injury.rvmat",
9669 "dz\characters\heads\data\m_seth\hhl_m_seth_body_bearded_injury2.rvmat"
9670 };
9671 };
9672 voiceType=2;
9673 };
9674 class SurvivorM_Taiki: SurvivorMale_Base
9675 {
9676 scope=2;
9677 emptyHead="MaleTaikiHead";
9678 emptyBody="MaleTaikiTorso";
9679 emptyLegs="MaleTaikiLegs";
9680 emptyFeet="MaleTaikiFeet";
9681 emptyGloves="MaleTaikiHands";
9682 faceType="MaleTaikiHead";
9683 decayedTexture="dz\characters\heads\data\m_taiki\hhl_m_taiki_body_shaved_decayed_co.paa";
9684 class BloodyHands
9685 {
9686 mat_normal="dz\characters\heads\data\m_taiki\hhl_m_taiki_body_shaved.rvmat";
9687 mat_blood="dz\characters\heads\data\m_taiki\hhl_m_taiki_body_bloodyhands.rvmat";
9688 };
9689 class Lifespan
9690 {
9691 class Beard
9692 {
9693 mat[]=
9694 {
9695 "dz\characters\heads\data\m_taiki\hhl_m_taiki_body_shaved_co.paa",
9696 "dz\characters\heads\data\m_taiki\hhl_m_taiki_body_shaved.rvmat",
9697 "dz\characters\heads\data\m_taiki\hhl_m_taiki_body_unshaved_co.paa",
9698 "dz\characters\heads\data\m_taiki\hhl_m_taiki_body_unshaved.rvmat",
9699 "dz\characters\heads\data\m_taiki\hhl_m_taiki_body_bearded_co.paa",
9700 "dz\characters\heads\data\m_taiki\hhl_m_taiki_body_bearded.rvmat",
9701 "dz\characters\heads\data\m_taiki\hhl_m_taiki_beard_ca.paa",
9702 "dz\characters\heads\data\m_taiki\hhl_m_taiki_beard.rvmat"
9703 };
9704 };
9705 };
9706 class Wounds
9707 {
9708 tex[]={};
9709 mat[]=
9710 {
9711 "dz\characters\heads\data\m_taiki\hhl_m_taiki_body_shaved.rvmat",
9712 "dz\characters\heads\data\m_taiki\hhl_m_taiki_body_shaved_injury.rvmat",
9713 "dz\characters\heads\data\m_taiki\hhl_m_taiki_body_shaved_injury2.rvmat",
9714 "dz\characters\heads\data\m_taiki\hhl_m_taiki_body_unshaved.rvmat",
9715 "dz\characters\heads\data\m_taiki\hhl_m_taiki_body_unshaved_injury.rvmat",
9716 "dz\characters\heads\data\m_taiki\hhl_m_taiki_body_unshaved_injury2.rvmat",
9717 "dz\characters\heads\data\m_taiki\hhl_m_taiki_body_bearded.rvmat",
9718 "dz\characters\heads\data\m_taiki\hhl_m_taiki_body_bearded_injury.rvmat",
9719 "dz\characters\heads\data\m_taiki\hhl_m_taiki_body_bearded_injury2.rvmat"
9720 };
9721 };
9722 voiceType=2;
9723 };
9724 class SurvivorF_Eva: SurvivorFemale_Base
9725 {
9726 scope=2;
9727 emptyHead="FemaleEvaHead";
9728 emptyBody="FemaleEvaTorso";
9729 emptyLegs="FemaleEvaLegs";
9730 emptyFeet="FemaleEvaFeet";
9731 emptyGloves="FemaleEvaHands";
9732 faceType="FemaleEvaHead";
9733 decayedTexture="dz\characters\heads\data\f_eva_2\hhl_f_eva_body_decayed_co.paa";
9734 class BloodyHands
9735 {
9736 mat_normal="dz\characters\heads\data\f_eva_2\hhl_f_eva_body.rvmat";
9737 mat_blood="dz\characters\heads\data\f_eva_2\hhl_f_eva_body_bloodyhands.rvmat";
9738 };
9739 class Lifespan
9740 {
9741 class Beard
9742 {
9743 mat[]={};
9744 };
9745 };
9746 class Wounds
9747 {
9748 tex[]={};
9749 mat[]=
9750 {
9751 "dz\characters\heads\data\f_eva_2\hhl_f_eva_body.rvmat",
9752 "dz\characters\heads\data\f_eva_2\hhl_f_eva_body_injury.rvmat",
9753 "dz\characters\heads\data\f_eva_2\hhl_f_eva_body_injury2.rvmat"
9754 };
9755 };
9756 voiceType=1;
9757 };
9758 class SurvivorF_Frida: SurvivorFemale_Base
9759 {
9760 scope=2;
9761 emptyHead="FemaleFridaHead";
9762 emptyBody="FemaleFridaTorso";
9763 emptyLegs="FemaleFridaLegs";
9764 emptyFeet="FemaleFridaFeet";
9765 emptyGloves="FemaleFridaHands";
9766 faceType="FemaleFridaHead";
9767 decayedTexture="dz\characters\heads\data\f_frida_2\hhl_f_frida_body_decayed_co.paa";
9768 class BloodyHands
9769 {
9770 mat_normal="dz\characters\heads\data\f_frida_2\hhl_f_frida_body.rvmat";
9771 mat_blood="dz\characters\heads\data\f_frida_2\hhl_f_frida_body_bloodyhands.rvmat";
9772 };
9773 class Lifespan
9774 {
9775 class Beard
9776 {
9777 mat[]={};
9778 };
9779 };
9780 class Wounds
9781 {
9782 tex[]={};
9783 mat[]=
9784 {
9785 "dz\characters\heads\data\f_frida_2\hhl_f_frida_body.rvmat",
9786 "dz\characters\heads\data\f_frida_2\hhl_f_frida_body_injury.rvmat",
9787 "dz\characters\heads\data\f_frida_2\hhl_f_frida_body_injury2.rvmat"
9788 };
9789 };
9790 voiceType=1;
9791 };
9792 class SurvivorF_Gabi: SurvivorFemale_Base
9793 {
9794 scope=2;
9795 emptyHead="FemaleGabiHead";
9796 emptyBody="FemaleGabiTorso";
9797 emptyLegs="FemaleGabiLegs";
9798 emptyFeet="FemaleGabiFeet";
9799 emptyGloves="FemaleGabiHands";
9800 faceType="FemaleGabiHead";
9801 decayedTexture="dz\characters\heads\data\f_gabi_2\hhl_f_gabi_body_decayed_co.paa";
9802 class BloodyHands
9803 {
9804 mat_normal="dz\characters\heads\data\f_gabi_2\hhl_f_gabi_body.rvmat";
9805 mat_blood="dz\characters\heads\data\f_gabi_2\hhl_f_gabi_body_bloodyhands.rvmat";
9806 };
9807 class Lifespan
9808 {
9809 class Beard
9810 {
9811 mat[]={};
9812 };
9813 };
9814 class Wounds
9815 {
9816 tex[]={};
9817 mat[]=
9818 {
9819 "dz\characters\heads\data\f_gabi_2\hhl_f_gabi_body.rvmat",
9820 "dz\characters\heads\data\f_gabi_2\hhl_f_gabi_body_injury.rvmat",
9821 "dz\characters\heads\data\f_gabi_2\hhl_f_gabi_body_injury2.rvmat"
9822 };
9823 };
9824 voiceType=1;
9825 };
9826 class SurvivorF_Helga: SurvivorFemale_Base
9827 {
9828 scope=2;
9829 emptyHead="FemaleHelgaHead";
9830 emptyBody="FemaleHelgaTorso";
9831 emptyLegs="FemaleHelgaLegs";
9832 emptyFeet="FemaleHelgaFeet";
9833 emptyGloves="FemaleHelgaHands";
9834 faceType="FemaleHelgaHead";
9835 decayedTexture="dz\characters\heads\data\f_helga\hhl_f_helga_body_decayed_co.paa";
9836 class BloodyHands
9837 {
9838 mat_normal="dz\characters\heads\data\f_helga\hhl_f_helga_body.rvmat";
9839 mat_blood="dz\characters\heads\data\f_helga\hhl_f_helga_body_bloodyhands.rvmat";
9840 };
9841 class Lifespan
9842 {
9843 class Beard
9844 {
9845 mat[]={};
9846 };
9847 };
9848 class Wounds
9849 {
9850 tex[]={};
9851 mat[]=
9852 {
9853 "dz\characters\heads\data\f_helga\hhl_f_helga_body.rvmat",
9854 "dz\characters\heads\data\f_helga\hhl_f_helga_body_injury.rvmat",
9855 "dz\characters\heads\data\f_helga\hhl_f_helga_body_injury2.rvmat"
9856 };
9857 };
9858 voiceType=1;
9859 };
9860 class SurvivorF_Irena: SurvivorFemale_Base
9861 {
9862 scope=2;
9863 emptyHead="FemaleIrenaHead";
9864 emptyBody="FemaleIrenaTorso";
9865 emptyLegs="FemaleIrenaLegs";
9866 emptyFeet="FemaleIrenaFeet";
9867 emptyGloves="FemaleIrenaHands";
9868 faceType="FemaleIrenaHead";
9869 decayedTexture="dz\characters\heads\data\f_irena_2\hhl_f_irena_body_decayed_co.paa";
9870 class BloodyHands
9871 {
9872 mat_normal="dz\characters\heads\data\f_irena_2\hhl_f_irena_body.rvmat";
9873 mat_blood="dz\characters\heads\data\f_irena_2\hhl_f_irena_body_bloodyhands.rvmat";
9874 };
9875 class Lifespan
9876 {
9877 class Beard
9878 {
9879 mat[]={};
9880 };
9881 };
9882 class Wounds
9883 {
9884 tex[]={};
9885 mat[]=
9886 {
9887 "dz\characters\heads\data\f_irena_2\hhl_f_irena_body.rvmat",
9888 "dz\characters\heads\data\f_irena_2\hhl_f_irena_body_injury.rvmat",
9889 "dz\characters\heads\data\f_irena_2\hhl_f_irena_body_injury2.rvmat"
9890 };
9891 };
9892 voiceType=1;
9893 };
9894 class SurvivorF_Judy: SurvivorFemale_Base
9895 {
9896 scope=2;
9897 emptyHead="FemaleJudyHead";
9898 emptyBody="FemaleJudyTorso";
9899 emptyLegs="FemaleJudyLegs";
9900 emptyFeet="FemaleJudyFeet";
9901 emptyGloves="FemaleJudyHands";
9902 faceType="FemaleJudyHead";
9903 decayedTexture="dz\characters\heads\data\f_judy\hhl_f_judy_body_decayed_co.paa";
9904 class BloodyHands
9905 {
9906 mat_normal="dz\characters\heads\data\f_judy\hhl_f_judy_body.rvmat";
9907 mat_blood="dz\characters\heads\data\f_judy\hhl_f_judy_body_bloodyhands.rvmat";
9908 };
9909 class Lifespan
9910 {
9911 class Beard
9912 {
9913 mat[]={};
9914 };
9915 };
9916 class Wounds
9917 {
9918 tex[]={};
9919 mat[]=
9920 {
9921 "dz\characters\heads\data\f_judy\hhl_f_judy_body.rvmat",
9922 "dz\characters\heads\data\f_judy\hhl_f_judy_body_injury.rvmat",
9923 "dz\characters\heads\data\f_judy\hhl_f_judy_body_injury2.rvmat"
9924 };
9925 };
9926 voiceType=2;
9927 };
9928 class SurvivorF_Keiko: SurvivorFemale_Base
9929 {
9930 scope=2;
9931 emptyHead="FemaleKeikoHead";
9932 emptyBody="FemaleKeikoTorso";
9933 emptyLegs="FemaleKeikoLegs";
9934 emptyFeet="FemaleKeikoFeet";
9935 emptyGloves="FemaleKeikoHands";
9936 faceType="FemaleKeikoHead";
9937 decayedTexture="dz\characters\heads\data\f_keiko\hhl_f_keiko_body_decayed_co.paa";
9938 class BloodyHands
9939 {
9940 mat_normal="dz\characters\heads\data\f_keiko\hhl_f_keiko_body.rvmat";
9941 mat_blood="dz\characters\heads\data\f_keiko\hhl_f_keiko_body_bloodyhands.rvmat";
9942 };
9943 class Lifespan
9944 {
9945 class Beard
9946 {
9947 mat[]={};
9948 };
9949 };
9950 class Wounds
9951 {
9952 tex[]={};
9953 mat[]=
9954 {
9955 "dz\characters\heads\data\f_keiko\hhl_f_keiko_body.rvmat",
9956 "dz\characters\heads\data\f_keiko\hhl_f_keiko_body_injury.rvmat",
9957 "dz\characters\heads\data\f_keiko\hhl_f_keiko_body_injury2.rvmat"
9958 };
9959 };
9960 voiceType=2;
9961 };
9962 class SurvivorF_Linda: SurvivorFemale_Base
9963 {
9964 scope=2;
9965 emptyHead="FemaleLindaHead";
9966 emptyBody="FemaleLindaTorso";
9967 emptyLegs="FemaleLindaLegs";
9968 emptyFeet="FemaleLindaFeet";
9969 emptyGloves="FemaleLindaHands";
9970 faceType="FemaleLindaHead";
9971 decayedTexture="dz\characters\heads\data\f_linda_2\hhl_f_linda_body_decayed_co.paa";
9972 class BloodyHands
9973 {
9974 mat_normal="dz\characters\heads\data\f_linda_2\hhl_f_linda_body.rvmat";
9975 mat_blood="dz\characters\heads\data\f_linda_2\hhl_f_linda_body_bloodyhands.rvmat";
9976 };
9977 class Lifespan
9978 {
9979 class Beard
9980 {
9981 mat[]={};
9982 };
9983 };
9984 class Wounds
9985 {
9986 tex[]={};
9987 mat[]=
9988 {
9989 "dz\characters\heads\data\f_linda_2\hhl_f_linda_body.rvmat",
9990 "dz\characters\heads\data\f_linda_2\hhl_f_linda_body_injury.rvmat",
9991 "dz\characters\heads\data\f_linda_2\hhl_f_linda_body_injury2.rvmat"
9992 };
9993 };
9994 voiceType=2;
9995 };
9996 class SurvivorF_Maria: SurvivorFemale_Base
9997 {
9998 scope=2;
9999 emptyHead="FemaleMariaHead";
10000 emptyBody="FemaleMariaTorso";
10001 emptyLegs="FemaleMariaLegs";
10002 emptyFeet="FemaleMariaFeet";
10003 emptyGloves="FemaleMariaHands";
10004 faceType="FemaleMariaHead";
10005 decayedTexture="dz\characters\heads\data\f_maria_2\hhl_f_maria_body_decayed_co.paa";
10006 class BloodyHands
10007 {
10008 mat_normal="dz\characters\heads\data\f_maria_2\hhl_f_maria_body.rvmat";
10009 mat_blood="dz\characters\heads\data\f_maria_2\hhl_f_maria_body_bloodyhands.rvmat";
10010 };
10011 class Lifespan
10012 {
10013 class Beard
10014 {
10015 mat[]={};
10016 };
10017 };
10018 class Wounds
10019 {
10020 tex[]={};
10021 mat[]=
10022 {
10023 "dz\characters\heads\data\f_maria_2\hhl_f_maria_body.rvmat",
10024 "dz\characters\heads\data\f_maria_2\hhl_f_maria_body_injury.rvmat",
10025 "dz\characters\heads\data\f_maria_2\hhl_f_maria_body_injury2.rvmat"
10026 };
10027 };
10028 voiceType=2;
10029 };
10030 class SurvivorF_Naomi: SurvivorFemale_Base
10031 {
10032 scope=2;
10033 emptyHead="FemaleNaomiHead";
10034 emptyBody="FemaleNaomiTorso";
10035 emptyLegs="FemaleNaomiLegs";
10036 emptyFeet="FemaleNaomiFeet";
10037 emptyGloves="FemaleNaomiHands";
10038 faceType="FemaleNaomiHead";
10039 decayedTexture="dz\characters\heads\data\f_naomi\hhl_f_naomi_body_decayed_co.paa";
10040 class BloodyHands
10041 {
10042 mat_normal="dz\characters\heads\data\f_naomi\hhl_f_naomi_body.rvmat";
10043 mat_blood="dz\characters\heads\data\f_naomi\hhl_f_naomi_body_bloodyhands.rvmat";
10044 };
10045 class Lifespan
10046 {
10047 class Beard
10048 {
10049 mat[]={};
10050 };
10051 };
10052 class Wounds
10053 {
10054 tex[]={};
10055 mat[]=
10056 {
10057 "dz\characters\heads\data\f_naomi\hhl_f_naomi_body.rvmat",
10058 "dz\characters\heads\data\f_naomi\hhl_f_naomi_body_injury.rvmat",
10059 "dz\characters\heads\data\f_naomi\hhl_f_naomi_body_injury2.rvmat"
10060 };
10061 };
10062 voiceType=2;
10063 };
10064 class SurvivorF_Baty: SurvivorFemale_Base
10065 {
10066 scope=2;
10067 emptyHead="FemaleBatyHead";
10068 emptyBody="FemaleBatyTorso";
10069 emptyLegs="FemaleBatyLegs";
10070 emptyFeet="FemaleBatyFeet";
10071 emptyGloves="FemaleBatyHands";
10072 faceType="FemaleBatyHead";
10073 decayedTexture="dz\characters\heads\data\f_Baty\hhl_f_Baty_body_decayed_co.paa";
10074 class BloodyHands
10075 {
10076 mat_normal="dz\characters\heads\data\f_Baty\hhl_f_Baty_body.rvmat";
10077 mat_blood="dz\characters\heads\data\f_Baty\hhl_f_Baty_body_bloodyhands.rvmat";
10078 };
10079 class Lifespan
10080 {
10081 class Beard
10082 {
10083 mat[]={};
10084 };
10085 };
10086 class Wounds
10087 {
10088 tex[]={};
10089 mat[]=
10090 {
10091 "dz\characters\heads\data\f_Baty\hhl_f_Baty_body.rvmat",
10092 "dz\characters\heads\data\f_Baty\hhl_f_Baty_body_injury.rvmat",
10093 "dz\characters\heads\data\f_Baty\hhl_f_Baty_body_injury2.rvmat"
10094 };
10095 };
10096 voiceType=2;
10097 };
10098};
10100{
10101 debugDraw=0;
10102 allowOnInfected=1;
10103 allowOnAnimal=1;
10104 allowOnPlayer=0;
10105 class TargetSnapping
10106 {
10107 enabled=0;
10108 enabledXbox=1;
10109 enabledPS4=1;
10110 onlyInIronsight=0;
10111 crosshairWidth=0.5;
10112 aimMinDistance=3;
10113 aimMaxDistance=50;
10114 aimSpeed=0.25;
10115 animalBonePairs[]=
10116 {
10117 "pelvis",
10118 "head",
10119 "lfleg1",
10120 "rfleg1",
10121 "frontlleg1",
10122 "frontrleg1",
10123 "lleg1",
10124 "rleg1"
10125 };
10126 humanBonePairs[]=
10127 {
10128 "pelvis",
10129 "neck",
10130 "leftarm",
10131 "rightarm"
10132 };
10133 };
10134 class ScopeSlowing
10135 {
10136 enabled=0;
10137 enabledXbox=0;
10138 enabledPS4=0;
10139 onlyInIronsight=0;
10140 speedMultiplier="0.2f";
10141 aimMinDistance=0.5;
10142 aimMaxDistance=300;
10143 crosshairWidth="5.0f";
10144 minScopeZoom="80.0f";
10145 };
10146};
10147class CfgNonAIVehicles
10148{
10149 class ProxyHands;
10150 class ProxyAK_47_v58_Proxy: ProxyHands
10151 {
10152 model="\dz\Characters\Proxies\ak_47_v58_proxy.p3d";
10153 };
10154 class ProxyShoulder;
10155 class ProxyRPG7_Proxy: ProxyShoulder
10156 {
10157 model="\dz\Characters\Proxies\RPG7_proxy.p3d";
10158 };
10159 class ProxyArmband;
10160 class ProxyArmband_DZ: ProxyArmband
10161 {
10162 model="\dz\Characters\Proxies\Armband_DZ.p3d";
10163 };
10164 class ProxyBack;
10165 class ProxyBackpack_DZ: ProxyBack
10166 {
10167 model="\dz\Characters\Proxies\Backpack_DZ.p3d";
10168 };
10169 class ProxyEyewear;
10170 class ProxyEyewear_DZ: ProxyEyewear
10171 {
10172 model="\dz\Characters\Proxies\Eyewear_DZ.p3d";
10173 };
10174 class ProxyHeadgear;
10175 class ProxyHeadgear_DZ: ProxyHeadgear
10176 {
10177 model="\dz\Characters\Proxies\Headgear_DZ.p3d";
10178 };
10179 class ProxyMask;
10180 class ProxyMask_DZ: ProxyMask
10181 {
10182 model="\dz\Characters\Proxies\Mask_DZ.p3d";
10183 };
10184 class ProxyBody;
10185 class ProxyBody_DZ: ProxyBody
10186 {
10187 model="\dz\Characters\Proxies\Body_DZ.p3d";
10188 };
10189 class ProxyLegs;
10190 class ProxyLegs_DZ: ProxyLegs
10191 {
10192 model="\dz\Characters\Proxies\Legs_DZ.p3d";
10193 };
10194 class ProxyFeet;
10195 class ProxyFeet_DZ: ProxyFeet
10196 {
10197 model="\dz\Characters\Proxies\Feet_DZ.p3d";
10198 };
10199 class ProxyGloves;
10200 class ProxyGloves_DZ: ProxyGloves
10201 {
10202 model="\dz\Characters\Proxies\Gloves_DZ.p3d";
10203 };
10204 class ProxyVest;
10205 class ProxyVest_DZ: ProxyVest
10206 {
10207 model="\dz\Characters\Proxies\Vest_DZ.p3d";
10208 };
10209 class ProxyMelee;
10210 class ProxyMelee_DZ: ProxyMelee
10211 {
10212 model="\dz\Characters\Proxies\Melee_DZ.p3d";
10213 };
10214 class ProxyBow;
10215 class ProxyBow_DZ: ProxyBow
10216 {
10217 model="\dz\Characters\Proxies\bow_DZ.p3d";
10218 };
10219 class ProxyHips;
10220 class ProxyHips_DZ: ProxyHips
10221 {
10222 model="\dz\Characters\Proxies\hips_DZ.p3d";
10223 };
10224 class ProxyAttachment;
10225 class ProxyLHand_DZ: ProxyAttachment
10226 {
10227 inventorySlot[]=
10228 {
10229 "LeftHand"
10230 };
10231 model="\dz\Characters\Proxies\LHand_DZ.p3d";
10232 };
10233 class ProxySplintRight_DZ: ProxyAttachment
10234 {
10235 scope=2;
10236 simulation="ProxyInventory";
10237 inventorySlot="Splint_Right";
10238 model="\DZ\characters\proxies\SplintRight_DZ.p3d";
10239 };
10240};