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_Weapons_Magazines
4 {
5 units[]={};
6 weapons[]={};
7 requiredVersion=0.1;
8 requiredAddons[]=
9 {
10 "DZ_Data"
11 };
12 };
13};
14class CfgMagazines
15{
16 class DefaultMagazine;
17 class Magazine_Base: DefaultMagazine
18 {
19 scope=0;
20 debug_ItemCategory=4;
21 storageCategory=1;
22 inventorySlot[]=
23 {
24 "magazine",
25 "magazine2",
26 "magazine3"
27 };
28 repairableWithKits[]={1};
29 repairCosts[]={25};
30 handheld="true";
31 armAction="Disarm";
32 isMeleeWeapon=1;
33 rotationFlags=17;
34 quantityBar=0;
35 itemSize[]={1,2};
36 absorbency=0;
37 recoilModifier[]={0.94999999,0.94999999,0.94999999};
38 value=1;
39 modelSpecial="";
40 spawnDamageRange[]={0,0.60000002};
41 enlargeInventoryView=0;
42 useAction=0;
43 useActionTitle="";
44 manipulationDamage=0.050000001;
45 count=30;
46 ammo="";
47 ammoItems[]={};
48 weightPerQuantityUnit=8;
49 varQuantityInit=1;
50 varQuantityMin=0;
51 varQuantityMax=1;
52 selectionFireAnim="zasleh";
53 nameSound="magazine";
54 soundUse="craft_rounds";
55 class DamageSystem
56 {
57 class GlobalHealth
58 {
59 class Health
60 {
61 hitpoints=100;
62 healthLevels[]=
63 {
64
65 {
66 1,
67 {}
68 },
69
70 {
71 0.69999999,
72 {}
73 },
74
75 {
76 0.5,
77 {}
78 },
79
80 {
81 0.30000001,
82 {}
83 },
84
85 {
86 0,
87 {}
88 }
89 };
90 };
91 };
92 };
93 class MeleeModes
94 {
95 class Default
96 {
97 ammo="MeleeFist";
98 range=1;
99 };
100 class Heavy
101 {
102 ammo="MeleeFist_Heavy";
103 range=1;
104 };
105 class Sprint
106 {
107 ammo="MeleeFist_Heavy";
108 range=2.8;
109 };
110 };
111 class Reliability
112 {
113 ChanceToJam[]={0,0.001,0.0099999998,0.050000001,1};
114 };
115 soundImpactType="metal";
116 };
117 class Mag_FNX45_15Rnd: Magazine_Base
118 {
119 scope=2;
120 displayName="$STR_CfgMagazines_Mag_FNX45_15Rnd0";
121 descriptionShort="$STR_CfgMagazines_Mag_FNX45_15Rnd1";
122 model="\DZ\weapons\attachments\magazine\magazine_fnp45.p3d";
123 weight=113;
124 weightPerQuantityUnit=12;
125 itemSize[]={1,2};
126 count=15;
127 ammo="Bullet_45ACP";
128 ammoItems[]=
129 {
130 "Ammo_45ACP"
131 };
132 tracersEvery=0;
133 mass=10;
134 class DamageSystem
135 {
136 class GlobalHealth
137 {
138 class Health
139 {
140 hitpoints=100;
141 healthLevels[]=
142 {
143
144 {
145 1,
146
147 {
148 "DZ\weapons\pistols\fnx45\data\herstal45.rvmat"
149 }
150 },
151
152 {
153 0.69999999,
154
155 {
156 "DZ\weapons\pistols\fnx45\data\herstal45.rvmat"
157 }
158 },
159
160 {
161 0.5,
162
163 {
164 "DZ\weapons\pistols\fnx45\data\herstal45_damage.rvmat"
165 }
166 },
167
168 {
169 0.30000001,
170
171 {
172 "DZ\weapons\pistols\fnx45\data\herstal45_damage.rvmat"
173 }
174 },
175
176 {
177 0,
178
179 {
180 "DZ\weapons\pistols\fnx45\data\herstal45_destruct.rvmat"
181 }
182 }
183 };
184 };
185 };
186 };
187 class AnimEvents
188 {
189 class SoundWeapon
190 {
191 class MagRifle_fill_in
192 {
193 soundSet="MagRifle_fill_in_SoundSet";
194 id=1;
195 };
196 class MagRifle_fill_loop
197 {
198 soundSet="MagRifle_fill_loop_SoundSet";
199 id=2;
200 };
201 class MagRifle_fill_out
202 {
203 soundSet="MagRifle_fill_out_SoundSet";
204 id=3;
205 };
206 class MagRifle_empty_in
207 {
208 soundSet="MagRifle_empty_in_SoundSet";
209 id=4;
210 };
211 class MagRifle_empty_loop
212 {
213 soundSet="MagRifle_empty_loop_SoundSet";
214 id=5;
215 };
216 class MagRifle_empty_out
217 {
218 soundSet="MagRifle_empty_out_SoundSet";
219 id=6;
220 };
221 class MagPistol_fill_in
222 {
223 soundSet="MagPistol_fill_in_SoundSet";
224 id=7;
225 };
226 class MagPistol_fill_loop
227 {
228 soundSet="MagPistol_fill_loop_SoundSet";
229 id=8;
230 };
231 class MagPistol_fill_out
232 {
233 soundSet="MagPistol_fill_out_SoundSet";
234 id=9;
235 };
236 class MagPistol_empty_in
237 {
238 soundSet="MagPistol_empty_in_SoundSet";
239 id=10;
240 };
241 class MagPistol_empty_loop
242 {
243 soundSet="MagPistol_empty_loop_SoundSet";
244 id=11;
245 };
246 class MagPistol_empty_out
247 {
248 soundSet="MagPistol_empty_out_SoundSet";
249 id=12;
250 };
251 };
252 };
253 };
254 class Mag_357Speedloader_6Rnd: Magazine_Base
255 {
256 scope=2;
257 displayName="$STR_CfgMagazines_Mag_357Speedloader_6Rnd0";
258 descriptionShort="$STR_CfgMagazines_Mag_357Speedloader_6Rnd1";
259 model="\dz\weapons\attachments\magazine\357_SpeedLoader.p3d";
260 weight=25;
261 weightPerQuantityUnit=8;
262 itemSize[]={1,1};
263 count=6;
264 ammo="Bullet_357";
265 ammoItems[]=
266 {
267 "Ammo_357"
268 };
269 tracersEvery=0;
270 mass=10;
271 class DamageSystem
272 {
273 class GlobalHealth
274 {
275 class Health
276 {
277 hitpoints=100;
278 healthLevels[]=
279 {
280
281 {
282 1,
283
284 {
285 "DZ\weapons\ammunition\data\speedloader.rvmat"
286 }
287 },
288
289 {
290 0.69999999,
291
292 {
293 "DZ\weapons\ammunition\data\speedloader.rvmat"
294 }
295 },
296
297 {
298 0.5,
299
300 {
301 "DZ\weapons\ammunition\data\speedloader_damage.rvmat"
302 }
303 },
304
305 {
306 0.30000001,
307
308 {
309 "DZ\weapons\ammunition\data\speedloader_damage.rvmat"
310 }
311 },
312
313 {
314 0,
315
316 {
317 "DZ\weapons\ammunition\data\speedloader_destruct.rvmat"
318 }
319 }
320 };
321 };
322 };
323 };
324 class AnimEvents
325 {
326 class SoundWeapon
327 {
328 class MagRifle_fill_in
329 {
330 soundSet="MagRifle_fill_in_SoundSet";
331 id=1;
332 };
333 class MagRifle_fill_loop
334 {
335 soundSet="MagRifle_fill_loop_SoundSet";
336 id=2;
337 };
338 class MagRifle_fill_out
339 {
340 soundSet="MagRifle_fill_out_SoundSet";
341 id=3;
342 };
343 class MagRifle_empty_in
344 {
345 soundSet="MagRifle_empty_in_SoundSet";
346 id=4;
347 };
348 class MagRifle_empty_loop
349 {
350 soundSet="MagRifle_empty_loop_SoundSet";
351 id=5;
352 };
353 class MagRifle_empty_out
354 {
355 soundSet="MagRifle_empty_out_SoundSet";
356 id=6;
357 };
358 class MagPistol_fill_in
359 {
360 soundSet="MagPistol_fill_in_SoundSet";
361 id=7;
362 };
363 class MagPistol_fill_loop
364 {
365 soundSet="MagPistol_fill_loop_SoundSet";
366 id=8;
367 };
368 class MagPistol_fill_out
369 {
370 soundSet="MagPistol_fill_out_SoundSet";
371 id=9;
372 };
373 class MagPistol_empty_in
374 {
375 soundSet="MagPistol_empty_in_SoundSet";
376 id=10;
377 };
378 class MagPistol_empty_loop
379 {
380 soundSet="MagPistol_empty_loop_SoundSet";
381 id=11;
382 };
383 class MagPistol_empty_out
384 {
385 soundSet="MagPistol_empty_out_SoundSet";
386 id=12;
387 };
388 };
389 };
390 };
391 class Mag_Deagle_9rnd: Magazine_Base
392 {
393 scope=2;
394 displayName="$STR_CfgMagazines_Mag_Deagle_9rnd0";
395 descriptionShort="$STR_CfgMagazines_Mag_Deagle_9rnd1";
396 model="\dz\weapons\attachments\magazine\magazine_DE.p3d";
397 weight=70;
398 weightPerQuantityUnit=8;
399 itemSize[]={1,2};
400 ammo="Bullet_357";
401 ammoItems[]=
402 {
403 "Ammo_357"
404 };
405 count=9;
406 tracersEvery=0;
407 mass=10;
408 class DamageSystem
409 {
410 class GlobalHealth
411 {
412 class Health
413 {
414 hitpoints=100;
415 healthLevels[]=
416 {
417
418 {
419 1,
420
421 {
422 "dz\weapons\attachments\magazine\data\deagle_mag.rvmat"
423 }
424 },
425
426 {
427 0.69999999,
428
429 {
430 "dz\weapons\attachments\magazine\data\deagle_mag.rvmat"
431 }
432 },
433
434 {
435 0.5,
436
437 {
438 "dz\weapons\attachments\magazine\data\deagle_mag_damage.rvmat"
439 }
440 },
441
442 {
443 0.30000001,
444
445 {
446 "dz\weapons\attachments\magazine\data\deagle_mag_damage.rvmat"
447 }
448 },
449
450 {
451 0,
452
453 {
454 "dz\weapons\attachments\magazine\data\deagle_mag_destruct.rvmat"
455 }
456 }
457 };
458 };
459 };
460 };
461 class AnimEvents
462 {
463 class SoundWeapon
464 {
465 class MagRifle_fill_in
466 {
467 soundSet="MagRifle_fill_in_SoundSet";
468 id=1;
469 };
470 class MagRifle_fill_loop
471 {
472 soundSet="MagRifle_fill_loop_SoundSet";
473 id=2;
474 };
475 class MagRifle_fill_out
476 {
477 soundSet="MagRifle_fill_out_SoundSet";
478 id=3;
479 };
480 class MagRifle_empty_in
481 {
482 soundSet="MagRifle_empty_in_SoundSet";
483 id=4;
484 };
485 class MagRifle_empty_loop
486 {
487 soundSet="MagRifle_empty_loop_SoundSet";
488 id=5;
489 };
490 class MagRifle_empty_out
491 {
492 soundSet="MagRifle_empty_out_SoundSet";
493 id=6;
494 };
495 class MagPistol_fill_in
496 {
497 soundSet="MagPistol_fill_in_SoundSet";
498 id=7;
499 };
500 class MagPistol_fill_loop
501 {
502 soundSet="MagPistol_fill_loop_SoundSet";
503 id=8;
504 };
505 class MagPistol_fill_out
506 {
507 soundSet="MagPistol_fill_out_SoundSet";
508 id=9;
509 };
510 class MagPistol_empty_in
511 {
512 soundSet="MagPistol_empty_in_SoundSet";
513 id=10;
514 };
515 class MagPistol_empty_loop
516 {
517 soundSet="MagPistol_empty_loop_SoundSet";
518 id=11;
519 };
520 class MagPistol_empty_out
521 {
522 soundSet="MagPistol_empty_out_SoundSet";
523 id=12;
524 };
525 };
526 };
527 };
528 class Mag_1911_7Rnd: Magazine_Base
529 {
530 scope=2;
531 displayName="$STR_CfgMagazines_Mag_1911_7Rnd0";
532 descriptionShort="$STR_CfgMagazines_Mag_1911_7Rnd1";
533 model="\DZ\weapons\attachments\magazine\magazine_1911.p3d";
534 weight=68;
535 weightPerQuantityUnit=12;
536 itemSize[]={1,2};
537 count=7;
538 ammo="Bullet_45ACP";
539 ammoItems[]=
540 {
541 "Ammo_45ACP"
542 };
543 tracersEvery=0;
544 mass=10;
545 hiddenSelections[]=
546 {
547 "camo"
548 };
549 hiddenSelectionsTextures[]=
550 {
551 "dz\weapons\attachments\data\1911_mag_co.paa"
552 };
553 hiddenSelectionsMaterials[]=
554 {
555 "dz\weapons\attachments\data\1911.rvmat"
556 };
557 class DamageSystem
558 {
559 class GlobalHealth
560 {
561 class Health
562 {
563 hitpoints=100;
564 healthLevels[]=
565 {
566
567 {
568 1,
569
570 {
571 "DZ\weapons\attachments\data\1911.rvmat"
572 }
573 },
574
575 {
576 0.69999999,
577
578 {
579 "DZ\weapons\attachments\data\1911.rvmat"
580 }
581 },
582
583 {
584 0.5,
585
586 {
587 "DZ\weapons\attachments\data\1911_damage.rvmat"
588 }
589 },
590
591 {
592 0.30000001,
593
594 {
595 "DZ\weapons\attachments\data\1911_damage.rvmat"
596 }
597 },
598
599 {
600 0,
601
602 {
603 "DZ\weapons\attachments\data\1911_destruct.rvmat"
604 }
605 }
606 };
607 };
608 };
609 };
610 class AnimEvents
611 {
612 class SoundWeapon
613 {
614 class MagRifle_fill_in
615 {
616 soundSet="MagRifle_fill_in_SoundSet";
617 id=1;
618 };
619 class MagRifle_fill_loop
620 {
621 soundSet="MagRifle_fill_loop_SoundSet";
622 id=2;
623 };
624 class MagRifle_fill_out
625 {
626 soundSet="MagRifle_fill_out_SoundSet";
627 id=3;
628 };
629 class MagRifle_empty_in
630 {
631 soundSet="MagRifle_empty_in_SoundSet";
632 id=4;
633 };
634 class MagRifle_empty_loop
635 {
636 soundSet="MagRifle_empty_loop_SoundSet";
637 id=5;
638 };
639 class MagRifle_empty_out
640 {
641 soundSet="MagRifle_empty_out_SoundSet";
642 id=6;
643 };
644 class MagPistol_fill_in
645 {
646 soundSet="MagPistol_fill_in_SoundSet";
647 id=7;
648 };
649 class MagPistol_fill_loop
650 {
651 soundSet="MagPistol_fill_loop_SoundSet";
652 id=8;
653 };
654 class MagPistol_fill_out
655 {
656 soundSet="MagPistol_fill_out_SoundSet";
657 id=9;
658 };
659 class MagPistol_empty_in
660 {
661 soundSet="MagPistol_empty_in_SoundSet";
662 id=10;
663 };
664 class MagPistol_empty_loop
665 {
666 soundSet="MagPistol_empty_loop_SoundSet";
667 id=11;
668 };
669 class MagPistol_empty_out
670 {
671 soundSet="MagPistol_empty_out_SoundSet";
672 id=12;
673 };
674 };
675 };
676 };
677 class Mag_CZ75_15Rnd: Magazine_Base
678 {
679 scope=2;
680 displayName="$STR_CfgMagazines_Mag_CZ75_15Rnd0";
681 descriptionShort="$STR_CfgMagazines_Mag_CZ75_15Rnd1";
682 model="\DZ\weapons\attachments\magazine\magazine_CZ75.p3d";
683 weight=131;
684 weightPerQuantityUnit=8;
685 itemSize[]={1,2};
686 count=15;
687 ammo="Bullet_9x19";
688 ammoItems[]=
689 {
690 "Ammo_9x19"
691 };
692 tracersEvery=0;
693 mass=10;
694 class DamageSystem
695 {
696 class GlobalHealth
697 {
698 class Health
699 {
700 hitpoints=100;
701 healthLevels[]=
702 {
703
704 {
705 1,
706
707 {
708 "DZ\weapons\attachments\data\cz75_mag.rvmat"
709 }
710 },
711
712 {
713 0.69999999,
714
715 {
716 "DZ\weapons\attachments\data\cz75_mag.rvmat"
717 }
718 },
719
720 {
721 0.5,
722
723 {
724 "DZ\weapons\attachments\data\cz75_mag_damage.rvmat"
725 }
726 },
727
728 {
729 0.30000001,
730
731 {
732 "DZ\weapons\attachments\data\cz75_mag_damage.rvmat"
733 }
734 },
735
736 {
737 0,
738
739 {
740 "DZ\weapons\attachments\data\cz75_mag_destruct.rvmat"
741 }
742 }
743 };
744 };
745 };
746 };
747 class AnimEvents
748 {
749 class SoundWeapon
750 {
751 class MagRifle_fill_in
752 {
753 soundSet="MagRifle_fill_in_SoundSet";
754 id=1;
755 };
756 class MagRifle_fill_loop
757 {
758 soundSet="MagRifle_fill_loop_SoundSet";
759 id=2;
760 };
761 class MagRifle_fill_out
762 {
763 soundSet="MagRifle_fill_out_SoundSet";
764 id=3;
765 };
766 class MagRifle_empty_in
767 {
768 soundSet="MagRifle_empty_in_SoundSet";
769 id=4;
770 };
771 class MagRifle_empty_loop
772 {
773 soundSet="MagRifle_empty_loop_SoundSet";
774 id=5;
775 };
776 class MagRifle_empty_out
777 {
778 soundSet="MagRifle_empty_out_SoundSet";
779 id=6;
780 };
781 class MagPistol_fill_in
782 {
783 soundSet="MagPistol_fill_in_SoundSet";
784 id=7;
785 };
786 class MagPistol_fill_loop
787 {
788 soundSet="MagPistol_fill_loop_SoundSet";
789 id=8;
790 };
791 class MagPistol_fill_out
792 {
793 soundSet="MagPistol_fill_out_SoundSet";
794 id=9;
795 };
796 class MagPistol_empty_in
797 {
798 soundSet="MagPistol_empty_in_SoundSet";
799 id=10;
800 };
801 class MagPistol_empty_loop
802 {
803 soundSet="MagPistol_empty_loop_SoundSet";
804 id=11;
805 };
806 class MagPistol_empty_out
807 {
808 soundSet="MagPistol_empty_out_SoundSet";
809 id=12;
810 };
811 };
812 };
813 };
814 class Mag_Glock_15Rnd: Magazine_Base
815 {
816 scope=2;
817 displayName="$STR_CfgMagazines_Mag_Glock_15Rnd0";
818 descriptionShort="$STR_CfgMagazines_Mag_Glock_15Rnd1";
819 model="\DZ\weapons\attachments\magazine\magazine_glock19.p3d";
820 weight=131;
821 weightPerQuantityUnit=8;
822 itemSize[]={1,2};
823 count=15;
824 ammo="Bullet_9x19";
825 ammoItems[]=
826 {
827 "Ammo_9x19"
828 };
829 tracersEvery=0;
830 mass=10;
831 class DamageSystem
832 {
833 class GlobalHealth
834 {
835 class Health
836 {
837 hitpoints=100;
838 healthLevels[]=
839 {
840
841 {
842 1,
843
844 {
845 "DZ\weapons\attachments\magazine\data\glock19_mag.rvmat"
846 }
847 },
848
849 {
850 0.69999999,
851
852 {
853 "DZ\weapons\attachments\magazine\data\glock19_mag.rvmat"
854 }
855 },
856
857 {
858 0.5,
859
860 {
861 "DZ\weapons\attachments\magazine\data\glock19_mag_damage.rvmat"
862 }
863 },
864
865 {
866 0.30000001,
867
868 {
869 "DZ\weapons\attachments\magazine\data\glock19_mag_damage.rvmat"
870 }
871 },
872
873 {
874 0,
875
876 {
877 "DZ\weapons\attachments\magazine\data\glock19_mag_destruct.rvmat"
878 }
879 }
880 };
881 };
882 };
883 };
884 class AnimEvents
885 {
886 class SoundWeapon
887 {
888 class MagRifle_fill_in
889 {
890 soundSet="MagRifle_fill_in_SoundSet";
891 id=1;
892 };
893 class MagRifle_fill_loop
894 {
895 soundSet="MagRifle_fill_loop_SoundSet";
896 id=2;
897 };
898 class MagRifle_fill_out
899 {
900 soundSet="MagRifle_fill_out_SoundSet";
901 id=3;
902 };
903 class MagRifle_empty_in
904 {
905 soundSet="MagRifle_empty_in_SoundSet";
906 id=4;
907 };
908 class MagRifle_empty_loop
909 {
910 soundSet="MagRifle_empty_loop_SoundSet";
911 id=5;
912 };
913 class MagRifle_empty_out
914 {
915 soundSet="MagRifle_empty_out_SoundSet";
916 id=6;
917 };
918 class MagPistol_fill_in
919 {
920 soundSet="MagPistol_fill_in_SoundSet";
921 id=7;
922 };
923 class MagPistol_fill_loop
924 {
925 soundSet="MagPistol_fill_loop_SoundSet";
926 id=8;
927 };
928 class MagPistol_fill_out
929 {
930 soundSet="MagPistol_fill_out_SoundSet";
931 id=9;
932 };
933 class MagPistol_empty_in
934 {
935 soundSet="MagPistol_empty_in_SoundSet";
936 id=10;
937 };
938 class MagPistol_empty_loop
939 {
940 soundSet="MagPistol_empty_loop_SoundSet";
941 id=11;
942 };
943 class MagPistol_empty_out
944 {
945 soundSet="MagPistol_empty_out_SoundSet";
946 id=12;
947 };
948 };
949 };
950 };
951 class Mag_P1_8Rnd: Magazine_Base
952 {
953 scope=2;
954 displayName="$STR_CfgMagazines_Mag_P1_8Rnd0";
955 descriptionShort="$STR_CfgMagazines_Mag_P1_8Rnd1";
956 model="\DZ\weapons\attachments\magazine\magazine_p1.p3d";
957 weight=227;
958 weightPerQuantityUnit=8;
959 itemSize[]={1,2};
960 count=8;
961 ammo="Bullet_9x19";
962 ammoItems[]=
963 {
964 "Ammo_9x19"
965 };
966 tracersEvery=0;
967 mass=10;
968 class DamageSystem
969 {
970 class GlobalHealth
971 {
972 class Health
973 {
974 hitpoints=100;
975 healthLevels[]=
976 {
977
978 {
979 1,
980
981 {
982 "DZ\weapons\attachments\data\p38_mag.rvmat"
983 }
984 },
985
986 {
987 0.69999999,
988
989 {
990 "DZ\weapons\attachments\data\p38_mag.rvmat"
991 }
992 },
993
994 {
995 0.5,
996
997 {
998 "DZ\weapons\attachments\data\p38_mag_damage.rvmat"
999 }
1000 },
1001
1002 {
1003 0.30000001,
1004
1005 {
1006 "DZ\weapons\attachments\data\p38_mag_damage.rvmat"
1007 }
1008 },
1009
1010 {
1011 0,
1012
1013 {
1014 "DZ\weapons\attachments\data\p38_mag_destruct.rvmat"
1015 }
1016 }
1017 };
1018 };
1019 };
1020 };
1021 class AnimEvents
1022 {
1023 class SoundWeapon
1024 {
1025 class MagRifle_fill_in
1026 {
1027 soundSet="MagRifle_fill_in_SoundSet";
1028 id=1;
1029 };
1030 class MagRifle_fill_loop
1031 {
1032 soundSet="MagRifle_fill_loop_SoundSet";
1033 id=2;
1034 };
1035 class MagRifle_fill_out
1036 {
1037 soundSet="MagRifle_fill_out_SoundSet";
1038 id=3;
1039 };
1040 class MagRifle_empty_in
1041 {
1042 soundSet="MagRifle_empty_in_SoundSet";
1043 id=4;
1044 };
1045 class MagRifle_empty_loop
1046 {
1047 soundSet="MagRifle_empty_loop_SoundSet";
1048 id=5;
1049 };
1050 class MagRifle_empty_out
1051 {
1052 soundSet="MagRifle_empty_out_SoundSet";
1053 id=6;
1054 };
1055 class MagPistol_fill_in
1056 {
1057 soundSet="MagPistol_fill_in_SoundSet";
1058 id=7;
1059 };
1060 class MagPistol_fill_loop
1061 {
1062 soundSet="MagPistol_fill_loop_SoundSet";
1063 id=8;
1064 };
1065 class MagPistol_fill_out
1066 {
1067 soundSet="MagPistol_fill_out_SoundSet";
1068 id=9;
1069 };
1070 class MagPistol_empty_in
1071 {
1072 soundSet="MagPistol_empty_in_SoundSet";
1073 id=10;
1074 };
1075 class MagPistol_empty_loop
1076 {
1077 soundSet="MagPistol_empty_loop_SoundSet";
1078 id=11;
1079 };
1080 class MagPistol_empty_out
1081 {
1082 soundSet="MagPistol_empty_out_SoundSet";
1083 id=12;
1084 };
1085 };
1086 };
1087 };
1088 class Mag_IJ70_8Rnd: Magazine_Base
1089 {
1090 scope=2;
1091 displayName="$STR_CfgMagazines_Mag_IJ70_12Rnd0";
1092 descriptionShort="$STR_CfgMagazines_Mag_IJ70_12Rnd1";
1093 model="\DZ\weapons\attachments\magazine\magazine_ij70.p3d";
1094 weight=131;
1095 weightPerQuantityUnit=6;
1096 itemSize[]={1,2};
1097 count=12;
1098 ammo="Bullet_380";
1099 ammoItems[]=
1100 {
1101 "Ammo_380"
1102 };
1103 tracersEvery=0;
1104 mass=10;
1105 class DamageSystem
1106 {
1107 class GlobalHealth
1108 {
1109 class Health
1110 {
1111 hitpoints=100;
1112 healthLevels[]=
1113 {
1114
1115 {
1116 1,
1117
1118 {
1119 "DZ\weapons\pistols\pmm\data\pmm.rvmat"
1120 }
1121 },
1122
1123 {
1124 0.69999999,
1125
1126 {
1127 "DZ\weapons\pistols\pmm\data\pmm.rvmat"
1128 }
1129 },
1130
1131 {
1132 0.5,
1133
1134 {
1135 "DZ\weapons\pistols\pmm\data\pmm_damage.rvmat"
1136 }
1137 },
1138
1139 {
1140 0.30000001,
1141
1142 {
1143 "DZ\weapons\pistols\pmm\data\pmm_damage.rvmat"
1144 }
1145 },
1146
1147 {
1148 0,
1149
1150 {
1151 "DZ\weapons\pistols\pmm\data\pmm_destruct.rvmat"
1152 }
1153 }
1154 };
1155 };
1156 };
1157 };
1158 class AnimEvents
1159 {
1160 class SoundWeapon
1161 {
1162 class MagRifle_fill_in
1163 {
1164 soundSet="MagRifle_fill_in_SoundSet";
1165 id=1;
1166 };
1167 class MagRifle_fill_loop
1168 {
1169 soundSet="MagRifle_fill_loop_SoundSet";
1170 id=2;
1171 };
1172 class MagRifle_fill_out
1173 {
1174 soundSet="MagRifle_fill_out_SoundSet";
1175 id=3;
1176 };
1177 class MagRifle_empty_in
1178 {
1179 soundSet="MagRifle_empty_in_SoundSet";
1180 id=4;
1181 };
1182 class MagRifle_empty_loop
1183 {
1184 soundSet="MagRifle_empty_loop_SoundSet";
1185 id=5;
1186 };
1187 class MagRifle_empty_out
1188 {
1189 soundSet="MagRifle_empty_out_SoundSet";
1190 id=6;
1191 };
1192 class MagPistol_fill_in
1193 {
1194 soundSet="MagPistol_fill_in_SoundSet";
1195 id=7;
1196 };
1197 class MagPistol_fill_loop
1198 {
1199 soundSet="MagPistol_fill_loop_SoundSet";
1200 id=8;
1201 };
1202 class MagPistol_fill_out
1203 {
1204 soundSet="MagPistol_fill_out_SoundSet";
1205 id=9;
1206 };
1207 class MagPistol_empty_in
1208 {
1209 soundSet="MagPistol_empty_in_SoundSet";
1210 id=10;
1211 };
1212 class MagPistol_empty_loop
1213 {
1214 soundSet="MagPistol_empty_loop_SoundSet";
1215 id=11;
1216 };
1217 class MagPistol_empty_out
1218 {
1219 soundSet="MagPistol_empty_out_SoundSet";
1220 id=12;
1221 };
1222 };
1223 };
1224 };
1225 class Mag_MP5_15Rnd: Magazine_Base
1226 {
1227 scope=2;
1228 displayName="$STR_CfgMagazines_Mag_MP5_15Rnd0";
1229 descriptionShort="$STR_CfgMagazines_Mag_MP5_15Rnd1";
1230 model="\DZ\weapons\attachments\magazine\magazine_mp5_15rnd.p3d";
1231 weight=120;
1232 weightPerQuantityUnit=8;
1233 itemSize[]={1,2};
1234 count=15;
1235 ammo="Bullet_9x19";
1236 ammoItems[]=
1237 {
1238 "Ammo_9x19"
1239 };
1240 tracersEvery=0;
1241 mass=10;
1242 hiddenSelections[]=
1243 {
1244 "camo"
1245 };
1246 hiddenSelectionsTextures[]=
1247 {
1248 "dz\weapons\attachments\data\mp5k_mag_co.paa"
1249 };
1250 hiddenSelectionsMaterials[]=
1251 {
1252 "dz\weapons\attachments\data\mp5k_mag.rvmat"
1253 };
1254 class DamageSystem
1255 {
1256 class GlobalHealth
1257 {
1258 class Health
1259 {
1260 hitpoints=100;
1261 healthLevels[]=
1262 {
1263
1264 {
1265 1,
1266
1267 {
1268 "DZ\weapons\attachments\data\MP5k_mag.rvmat"
1269 }
1270 },
1271
1272 {
1273 0.69999999,
1274
1275 {
1276 "DZ\weapons\attachments\data\MP5k_mag.rvmat"
1277 }
1278 },
1279
1280 {
1281 0.5,
1282
1283 {
1284 "DZ\weapons\attachments\data\MP5k_mag_damage.rvmat"
1285 }
1286 },
1287
1288 {
1289 0.30000001,
1290
1291 {
1292 "DZ\weapons\attachments\data\MP5k_mag_damage.rvmat"
1293 }
1294 },
1295
1296 {
1297 0,
1298
1299 {
1300 "DZ\weapons\attachments\data\MP5k_mag_destruct.rvmat"
1301 }
1302 }
1303 };
1304 };
1305 };
1306 };
1307 class AnimEvents
1308 {
1309 class SoundWeapon
1310 {
1311 class MagRifle_fill_in
1312 {
1313 soundSet="MagRifle_fill_in_SoundSet";
1314 id=1;
1315 };
1316 class MagRifle_fill_loop
1317 {
1318 soundSet="MagRifle_fill_loop_SoundSet";
1319 id=2;
1320 };
1321 class MagRifle_fill_out
1322 {
1323 soundSet="MagRifle_fill_out_SoundSet";
1324 id=3;
1325 };
1326 class MagRifle_empty_in
1327 {
1328 soundSet="MagRifle_empty_in_SoundSet";
1329 id=4;
1330 };
1331 class MagRifle_empty_loop
1332 {
1333 soundSet="MagRifle_empty_loop_SoundSet";
1334 id=5;
1335 };
1336 class MagRifle_empty_out
1337 {
1338 soundSet="MagRifle_empty_out_SoundSet";
1339 id=6;
1340 };
1341 class MagPistol_fill_in
1342 {
1343 soundSet="MagPistol_fill_in_SoundSet";
1344 id=7;
1345 };
1346 class MagPistol_fill_loop
1347 {
1348 soundSet="MagPistol_fill_loop_SoundSet";
1349 id=8;
1350 };
1351 class MagPistol_fill_out
1352 {
1353 soundSet="MagPistol_fill_out_SoundSet";
1354 id=9;
1355 };
1356 class MagPistol_empty_in
1357 {
1358 soundSet="MagPistol_empty_in_SoundSet";
1359 id=10;
1360 };
1361 class MagPistol_empty_loop
1362 {
1363 soundSet="MagPistol_empty_loop_SoundSet";
1364 id=11;
1365 };
1366 class MagPistol_empty_out
1367 {
1368 soundSet="MagPistol_empty_out_SoundSet";
1369 id=12;
1370 };
1371 };
1372 };
1373 };
1374 class Mag_MP5_30Rnd: Magazine_Base
1375 {
1376 scope=2;
1377 displayName="$STR_CfgMagazines_Mag_MP5_30Rnd0";
1378 descriptionShort="$STR_CfgMagazines_Mag_MP5_30Rnd1";
1379 model="\DZ\weapons\attachments\magazine\magazine_mp5_30rnd.p3d";
1380 weight=170;
1381 weightPerQuantityUnit=8;
1382 itemSize[]={1,3};
1383 count=30;
1384 ammo="Bullet_9x19";
1385 ammoItems[]=
1386 {
1387 "Ammo_9x19"
1388 };
1389 tracersEvery=0;
1390 mass=10;
1391 hiddenSelections[]=
1392 {
1393 "camo"
1394 };
1395 hiddenSelectionsTextures[]=
1396 {
1397 "dz\weapons\attachments\data\mp5k_mag_co.paa"
1398 };
1399 hiddenSelectionsMaterials[]=
1400 {
1401 "dz\weapons\attachments\data\mp5k_mag.rvmat"
1402 };
1403 class DamageSystem
1404 {
1405 class GlobalHealth
1406 {
1407 class Health
1408 {
1409 hitpoints=100;
1410 healthLevels[]=
1411 {
1412
1413 {
1414 1,
1415
1416 {
1417 "DZ\weapons\attachments\data\mp5k_mag.rvmat"
1418 }
1419 },
1420
1421 {
1422 0.69999999,
1423
1424 {
1425 "DZ\weapons\attachments\data\mp5k_mag.rvmat"
1426 }
1427 },
1428
1429 {
1430 0.5,
1431
1432 {
1433 "DZ\weapons\attachments\data\mp5k_mag_damage.rvmat"
1434 }
1435 },
1436
1437 {
1438 0.30000001,
1439
1440 {
1441 "DZ\weapons\attachments\data\mp5k_mag_damage.rvmat"
1442 }
1443 },
1444
1445 {
1446 0,
1447
1448 {
1449 "DZ\weapons\attachments\data\mp5k_mag_destruct.rvmat"
1450 }
1451 }
1452 };
1453 };
1454 };
1455 };
1456 class AnimEvents
1457 {
1458 class SoundWeapon
1459 {
1460 class MagRifle_fill_in
1461 {
1462 soundSet="MagRifle_fill_in_SoundSet";
1463 id=1;
1464 };
1465 class MagRifle_fill_loop
1466 {
1467 soundSet="MagRifle_fill_loop_SoundSet";
1468 id=2;
1469 };
1470 class MagRifle_fill_out
1471 {
1472 soundSet="MagRifle_fill_out_SoundSet";
1473 id=3;
1474 };
1475 class MagRifle_empty_in
1476 {
1477 soundSet="MagRifle_empty_in_SoundSet";
1478 id=4;
1479 };
1480 class MagRifle_empty_loop
1481 {
1482 soundSet="MagRifle_empty_loop_SoundSet";
1483 id=5;
1484 };
1485 class MagRifle_empty_out
1486 {
1487 soundSet="MagRifle_empty_out_SoundSet";
1488 id=6;
1489 };
1490 class MagPistol_fill_in
1491 {
1492 soundSet="MagPistol_fill_in_SoundSet";
1493 id=7;
1494 };
1495 class MagPistol_fill_loop
1496 {
1497 soundSet="MagPistol_fill_loop_SoundSet";
1498 id=8;
1499 };
1500 class MagPistol_fill_out
1501 {
1502 soundSet="MagPistol_fill_out_SoundSet";
1503 id=9;
1504 };
1505 class MagPistol_empty_in
1506 {
1507 soundSet="MagPistol_empty_in_SoundSet";
1508 id=10;
1509 };
1510 class MagPistol_empty_loop
1511 {
1512 soundSet="MagPistol_empty_loop_SoundSet";
1513 id=11;
1514 };
1515 class MagPistol_empty_out
1516 {
1517 soundSet="MagPistol_empty_out_SoundSet";
1518 id=12;
1519 };
1520 };
1521 };
1522 };
1523 class Mag_PM73_15Rnd: Magazine_Base
1524 {
1525 scope=2;
1526 displayName="$STR_CfgMagazines_Mag_PM73Rak_15Rnd0";
1527 descriptionShort="$STR_CfgMagazines_Mag_PM73Rak_15Rnd1";
1528 model="\DZ\weapons\attachments\magazine\magazine_pm73_15rnd.p3d";
1529 weight=150;
1530 weightPerQuantityUnit=6;
1531 itemSize[]={1,2};
1532 count=15;
1533 ammo="Bullet_380";
1534 ammoItems[]=
1535 {
1536 "Ammo_380"
1537 };
1538 tracersEvery=0;
1539 mass=10;
1540 class DamageSystem
1541 {
1542 class GlobalHealth
1543 {
1544 class Health
1545 {
1546 hitpoints=100;
1547 healthLevels[]=
1548 {
1549
1550 {
1551 1,
1552
1553 {
1554 "DZ\weapons\attachments\magazine\data\magazine_pm73.rvmat"
1555 }
1556 },
1557
1558 {
1559 0.69999999,
1560
1561 {
1562 "DZ\weapons\attachments\magazine\data\magazine_pm73.rvmat"
1563 }
1564 },
1565
1566 {
1567 0.5,
1568
1569 {
1570 "DZ\weapons\attachments\magazine\data\magazine_pm73_damage.rvmat"
1571 }
1572 },
1573
1574 {
1575 0.30000001,
1576
1577 {
1578 "DZ\weapons\attachments\magazine\data\magazine_pm73_damage.rvmat"
1579 }
1580 },
1581
1582 {
1583 0,
1584
1585 {
1586 "DZ\weapons\attachments\magazine\data\magazine_pm73_destruct.rvmat"
1587 }
1588 }
1589 };
1590 };
1591 };
1592 };
1593 class AnimEvents
1594 {
1595 class SoundWeapon
1596 {
1597 class MagRifle_fill_in
1598 {
1599 soundSet="MagRifle_fill_in_SoundSet";
1600 id=1;
1601 };
1602 class MagRifle_fill_loop
1603 {
1604 soundSet="MagRifle_fill_loop_SoundSet";
1605 id=2;
1606 };
1607 class MagRifle_fill_out
1608 {
1609 soundSet="MagRifle_fill_out_SoundSet";
1610 id=3;
1611 };
1612 class MagRifle_empty_in
1613 {
1614 soundSet="MagRifle_empty_in_SoundSet";
1615 id=4;
1616 };
1617 class MagRifle_empty_loop
1618 {
1619 soundSet="MagRifle_empty_loop_SoundSet";
1620 id=5;
1621 };
1622 class MagRifle_empty_out
1623 {
1624 soundSet="MagRifle_empty_out_SoundSet";
1625 id=6;
1626 };
1627 class MagPistol_fill_in
1628 {
1629 soundSet="MagPistol_fill_in_SoundSet";
1630 id=7;
1631 };
1632 class MagPistol_fill_loop
1633 {
1634 soundSet="MagPistol_fill_loop_SoundSet";
1635 id=8;
1636 };
1637 class MagPistol_fill_out
1638 {
1639 soundSet="MagPistol_fill_out_SoundSet";
1640 id=9;
1641 };
1642 class MagPistol_empty_in
1643 {
1644 soundSet="MagPistol_empty_in_SoundSet";
1645 id=10;
1646 };
1647 class MagPistol_empty_loop
1648 {
1649 soundSet="MagPistol_empty_loop_SoundSet";
1650 id=11;
1651 };
1652 class MagPistol_empty_out
1653 {
1654 soundSet="MagPistol_empty_out_SoundSet";
1655 id=12;
1656 };
1657 };
1658 };
1659 };
1660 class Mag_PM73_25Rnd: Magazine_Base
1661 {
1662 scope=2;
1663 displayName="$STR_CfgMagazines_Mag_PM73Rak_25Rnd0";
1664 descriptionShort="$STR_CfgMagazines_Mag_PM73Rak_25Rnd1";
1665 model="\DZ\weapons\attachments\magazine\magazine_pm73_25rnd.p3d";
1666 weight=170;
1667 weightPerQuantityUnit=6;
1668 itemSize[]={1,3};
1669 count=25;
1670 ammo="Bullet_380";
1671 ammoItems[]=
1672 {
1673 "Ammo_380"
1674 };
1675 tracersEvery=0;
1676 mass=10;
1677 class DamageSystem
1678 {
1679 class GlobalHealth
1680 {
1681 class Health
1682 {
1683 hitpoints=100;
1684 healthLevels[]=
1685 {
1686
1687 {
1688 1,
1689
1690 {
1691 "DZ\weapons\attachments\magazine\data\magazine_pm73.rvmat"
1692 }
1693 },
1694
1695 {
1696 0.69999999,
1697
1698 {
1699 "DZ\weapons\attachments\magazine\data\magazine_pm73.rvmat"
1700 }
1701 },
1702
1703 {
1704 0.5,
1705
1706 {
1707 "DZ\weapons\attachments\magazine\data\magazine_pm73_damage.rvmat"
1708 }
1709 },
1710
1711 {
1712 0.30000001,
1713
1714 {
1715 "DZ\weapons\attachments\magazine\data\magazine_pm73_damage.rvmat"
1716 }
1717 },
1718
1719 {
1720 0,
1721
1722 {
1723 "DZ\weapons\attachments\magazine\data\magazine_pm73_destruct.rvmat"
1724 }
1725 }
1726 };
1727 };
1728 };
1729 };
1730 class AnimEvents
1731 {
1732 class SoundWeapon
1733 {
1734 class MagRifle_fill_in
1735 {
1736 soundSet="MagRifle_fill_in_SoundSet";
1737 id=1;
1738 };
1739 class MagRifle_fill_loop
1740 {
1741 soundSet="MagRifle_fill_loop_SoundSet";
1742 id=2;
1743 };
1744 class MagRifle_fill_out
1745 {
1746 soundSet="MagRifle_fill_out_SoundSet";
1747 id=3;
1748 };
1749 class MagRifle_empty_in
1750 {
1751 soundSet="MagRifle_empty_in_SoundSet";
1752 id=4;
1753 };
1754 class MagRifle_empty_loop
1755 {
1756 soundSet="MagRifle_empty_loop_SoundSet";
1757 id=5;
1758 };
1759 class MagRifle_empty_out
1760 {
1761 soundSet="MagRifle_empty_out_SoundSet";
1762 id=6;
1763 };
1764 class MagPistol_fill_in
1765 {
1766 soundSet="MagPistol_fill_in_SoundSet";
1767 id=7;
1768 };
1769 class MagPistol_fill_loop
1770 {
1771 soundSet="MagPistol_fill_loop_SoundSet";
1772 id=8;
1773 };
1774 class MagPistol_fill_out
1775 {
1776 soundSet="MagPistol_fill_out_SoundSet";
1777 id=9;
1778 };
1779 class MagPistol_empty_in
1780 {
1781 soundSet="MagPistol_empty_in_SoundSet";
1782 id=10;
1783 };
1784 class MagPistol_empty_loop
1785 {
1786 soundSet="MagPistol_empty_loop_SoundSet";
1787 id=11;
1788 };
1789 class MagPistol_empty_out
1790 {
1791 soundSet="MagPistol_empty_out_SoundSet";
1792 id=12;
1793 };
1794 };
1795 };
1796 };
1797 class Mag_CZ61_20Rnd: Magazine_Base
1798 {
1799 scope=2;
1800 displayName="$STR_CfgMagazines_Mag_CZ61_20Rnd0";
1801 descriptionShort="$STR_CfgMagazines_Mag_CZ61_20Rnd1";
1802 model="\DZ\weapons\attachments\magazine\magazine_cz61.p3d";
1803 weight=150;
1804 weightPerQuantityUnit=6;
1805 itemSize[]={1,2};
1806 count=20;
1807 ammo="Bullet_380";
1808 ammoItems[]=
1809 {
1810 "Ammo_380"
1811 };
1812 tracersEvery=0;
1813 mass=10;
1814 class DamageSystem
1815 {
1816 class GlobalHealth
1817 {
1818 class Health
1819 {
1820 hitpoints=100;
1821 healthLevels[]=
1822 {
1823
1824 {
1825 1,
1826
1827 {
1828 "DZ\weapons\attachments\magazine\data\magazine_cz61.rvmat"
1829 }
1830 },
1831
1832 {
1833 0.69999999,
1834
1835 {
1836 "DZ\weapons\attachments\magazine\data\magazine_cz61.rvmat"
1837 }
1838 },
1839
1840 {
1841 0.5,
1842
1843 {
1844 "DZ\weapons\attachments\magazine\data\magazine_cz61_damage.rvmat"
1845 }
1846 },
1847
1848 {
1849 0.30000001,
1850
1851 {
1852 "DZ\weapons\attachments\magazine\data\magazine_cz61_damage.rvmat"
1853 }
1854 },
1855
1856 {
1857 0,
1858
1859 {
1860 "DZ\weapons\attachments\magazine\data\magazine_cz61_destruct.rvmat"
1861 }
1862 }
1863 };
1864 };
1865 };
1866 };
1867 class AnimEvents
1868 {
1869 class SoundWeapon
1870 {
1871 class MagRifle_fill_in
1872 {
1873 soundSet="MagRifle_fill_in_SoundSet";
1874 id=1;
1875 };
1876 class MagRifle_fill_loop
1877 {
1878 soundSet="MagRifle_fill_loop_SoundSet";
1879 id=2;
1880 };
1881 class MagRifle_fill_out
1882 {
1883 soundSet="MagRifle_fill_out_SoundSet";
1884 id=3;
1885 };
1886 class MagRifle_empty_in
1887 {
1888 soundSet="MagRifle_empty_in_SoundSet";
1889 id=4;
1890 };
1891 class MagRifle_empty_loop
1892 {
1893 soundSet="MagRifle_empty_loop_SoundSet";
1894 id=5;
1895 };
1896 class MagRifle_empty_out
1897 {
1898 soundSet="MagRifle_empty_out_SoundSet";
1899 id=6;
1900 };
1901 class MagPistol_fill_in
1902 {
1903 soundSet="MagPistol_fill_in_SoundSet";
1904 id=7;
1905 };
1906 class MagPistol_fill_loop
1907 {
1908 soundSet="MagPistol_fill_loop_SoundSet";
1909 id=8;
1910 };
1911 class MagPistol_fill_out
1912 {
1913 soundSet="MagPistol_fill_out_SoundSet";
1914 id=9;
1915 };
1916 class MagPistol_empty_in
1917 {
1918 soundSet="MagPistol_empty_in_SoundSet";
1919 id=10;
1920 };
1921 class MagPistol_empty_loop
1922 {
1923 soundSet="MagPistol_empty_loop_SoundSet";
1924 id=11;
1925 };
1926 class MagPistol_empty_out
1927 {
1928 soundSet="MagPistol_empty_out_SoundSet";
1929 id=12;
1930 };
1931 };
1932 };
1933 };
1934 class Mag_FAMAS_25Rnd: Magazine_Base
1935 {
1936 scope=2;
1937 displayName="$STR_CfgMagazines_Mag_FAMAS_25Rnd0";
1938 descriptionShort="$STR_CfgMagazines_Mag_FAMAS_25Rnd1";
1939 model="\DZ\weapons\attachments\magazine\magazine_famas.p3d";
1940 weight=200;
1941 weightPerQuantityUnit=4;
1942 itemSize[]={1,2};
1943 count=25;
1944 ammo="Bullet_556x45";
1945 ammoItems[]=
1946 {
1947 "Ammo_556x45",
1948 "Ammo_556x45Tracer"
1949 };
1950 tracersEvery=0;
1951 mass=10;
1952 class DamageSystem
1953 {
1954 class GlobalHealth
1955 {
1956 class Health
1957 {
1958 hitpoints=120;
1959 healthLevels[]=
1960 {
1961
1962 {
1963 1,
1964
1965 {
1966 "dz\weapons\firearms\famas\data\famas_rifle1.rvmat"
1967 }
1968 },
1969
1970 {
1971 0.69999999,
1972
1973 {
1974 "dz\weapons\firearms\famas\data\famas_rifle1.rvmat"
1975 }
1976 },
1977
1978 {
1979 0.5,
1980
1981 {
1982 "dz\weapons\firearms\famas\data\famas_rifle1_damage.rvmat"
1983 }
1984 },
1985
1986 {
1987 0.30000001,
1988
1989 {
1990 "dz\weapons\firearms\famas\data\famas_rifle1_damage.rvmat"
1991 }
1992 },
1993
1994 {
1995 0,
1996
1997 {
1998 "dz\weapons\firearms\famas\data\famas_rifle1_destruct.rvmat"
1999 }
2000 }
2001 };
2002 };
2003 };
2004 };
2005 class AnimEvents
2006 {
2007 class SoundWeapon
2008 {
2009 class MagRifle_fill_in
2010 {
2011 soundSet="MagRifle_fill_in_SoundSet";
2012 id=1;
2013 };
2014 class MagRifle_fill_loop
2015 {
2016 soundSet="MagRifle_fill_loop_SoundSet";
2017 id=2;
2018 };
2019 class MagRifle_fill_out
2020 {
2021 soundSet="MagRifle_fill_out_SoundSet";
2022 id=3;
2023 };
2024 class MagRifle_empty_in
2025 {
2026 soundSet="MagRifle_empty_in_SoundSet";
2027 id=4;
2028 };
2029 class MagRifle_empty_loop
2030 {
2031 soundSet="MagRifle_empty_loop_SoundSet";
2032 id=5;
2033 };
2034 class MagRifle_empty_out
2035 {
2036 soundSet="MagRifle_empty_out_SoundSet";
2037 id=6;
2038 };
2039 class MagPistol_fill_in
2040 {
2041 soundSet="MagPistol_fill_in_SoundSet";
2042 id=7;
2043 };
2044 class MagPistol_fill_loop
2045 {
2046 soundSet="MagPistol_fill_loop_SoundSet";
2047 id=8;
2048 };
2049 class MagPistol_fill_out
2050 {
2051 soundSet="MagPistol_fill_out_SoundSet";
2052 id=9;
2053 };
2054 class MagPistol_empty_in
2055 {
2056 soundSet="MagPistol_empty_in_SoundSet";
2057 id=10;
2058 };
2059 class MagPistol_empty_loop
2060 {
2061 soundSet="MagPistol_empty_loop_SoundSet";
2062 id=11;
2063 };
2064 class MagPistol_empty_out
2065 {
2066 soundSet="MagPistol_empty_out_SoundSet";
2067 id=12;
2068 };
2069 };
2070 };
2071 };
2072 class Mag_MKII_10Rnd: Magazine_Base
2073 {
2074 scope=2;
2075 displayName="$STR_CfgMagazines_Mag_MKII_10Rnd0";
2076 descriptionShort="$STR_CfgMagazines_Mag_MKII_10Rnd1";
2077 model="\DZ\weapons\attachments\magazine\magazine_mk2.p3d";
2078 weight=55;
2079 weightPerQuantityUnit=3;
2080 itemSize[]={1,2};
2081 count=10;
2082 ammo="Bullet_22";
2083 ammoItems[]=
2084 {
2085 "Ammo_22"
2086 };
2087 tracersEvery=0;
2088 class DamageSystem
2089 {
2090 class GlobalHealth
2091 {
2092 class Health
2093 {
2094 hitpoints=100;
2095 healthLevels[]=
2096 {
2097
2098 {
2099 1,
2100
2101 {
2102 "DZ\weapons\attachments\data\mk2_mag.rvmat"
2103 }
2104 },
2105
2106 {
2107 0.69999999,
2108
2109 {
2110 "DZ\weapons\attachments\data\mk2_mag.rvmat"
2111 }
2112 },
2113
2114 {
2115 0.5,
2116
2117 {
2118 "DZ\weapons\attachments\data\mk2_mag_damage.rvmat"
2119 }
2120 },
2121
2122 {
2123 0.30000001,
2124
2125 {
2126 "DZ\weapons\attachments\data\mk2_mag_damage.rvmat"
2127 }
2128 },
2129
2130 {
2131 0,
2132
2133 {
2134 "DZ\weapons\attachments\data\mk2_mag_destruct.rvmat"
2135 }
2136 }
2137 };
2138 };
2139 };
2140 };
2141 class AnimEvents
2142 {
2143 class SoundWeapon
2144 {
2145 class MagRifle_fill_in
2146 {
2147 soundSet="MagRifle_fill_in_SoundSet";
2148 id=1;
2149 };
2150 class MagRifle_fill_loop
2151 {
2152 soundSet="MagRifle_fill_loop_SoundSet";
2153 id=2;
2154 };
2155 class MagRifle_fill_out
2156 {
2157 soundSet="MagRifle_fill_out_SoundSet";
2158 id=3;
2159 };
2160 class MagRifle_empty_in
2161 {
2162 soundSet="MagRifle_empty_in_SoundSet";
2163 id=4;
2164 };
2165 class MagRifle_empty_loop
2166 {
2167 soundSet="MagRifle_empty_loop_SoundSet";
2168 id=5;
2169 };
2170 class MagRifle_empty_out
2171 {
2172 soundSet="MagRifle_empty_out_SoundSet";
2173 id=6;
2174 };
2175 class MagPistol_fill_in
2176 {
2177 soundSet="MagPistol_fill_in_SoundSet";
2178 id=7;
2179 };
2180 class MagPistol_fill_loop
2181 {
2182 soundSet="MagPistol_fill_loop_SoundSet";
2183 id=8;
2184 };
2185 class MagPistol_fill_out
2186 {
2187 soundSet="MagPistol_fill_out_SoundSet";
2188 id=9;
2189 };
2190 class MagPistol_empty_in
2191 {
2192 soundSet="MagPistol_empty_in_SoundSet";
2193 id=10;
2194 };
2195 class MagPistol_empty_loop
2196 {
2197 soundSet="MagPistol_empty_loop_SoundSet";
2198 id=11;
2199 };
2200 class MagPistol_empty_out
2201 {
2202 soundSet="MagPistol_empty_out_SoundSet";
2203 id=12;
2204 };
2205 };
2206 };
2207 };
2208 class Mag_ShockCartridge: Magazine_Base
2209 {
2210 scope=2;
2211 displayName="$STR_CfgMagazines_Mag_ShockCartridge0";
2212 descriptionShort="$STR_CfgMagazines_Mag_ShockCartridge1";
2213 model="\DZ\weapons\attachments\magazine\shockpistol_cartridge.p3d";
2214 weight=131;
2215 itemSize[]={2,2};
2216 count=1;
2217 ammo="Dart_Syringe";
2218 ammoItems[]=
2219 {
2220 "Ammo_DartSyringe"
2221 };
2222 tracersEvery=0;
2223 mass=10;
2224 class DamageSystem
2225 {
2226 class GlobalHealth
2227 {
2228 class Health
2229 {
2230 hitpoints=100;
2231 healthLevels[]=
2232 {
2233
2234 {
2235 1,
2236
2237 {
2238 "DZ\weapons\attachments\data\shockpistol_cartridge.rvmat"
2239 }
2240 },
2241
2242 {
2243 0.69999999,
2244
2245 {
2246 "DZ\weapons\attachments\data\shockpistol_cartridge.rvmat"
2247 }
2248 },
2249
2250 {
2251 0.5,
2252
2253 {
2254 "DZ\weapons\attachments\data\shockpistol_cartridge_damage.rvmat"
2255 }
2256 },
2257
2258 {
2259 0.30000001,
2260
2261 {
2262 "DZ\weapons\attachments\data\shockpistol_cartridge_damage.rvmat"
2263 }
2264 },
2265
2266 {
2267 0,
2268
2269 {
2270 "DZ\weapons\attachments\data\shockpistol_cartridge_destruct.rvmat"
2271 }
2272 }
2273 };
2274 };
2275 };
2276 };
2277 class AnimEvents
2278 {
2279 class SoundWeapon
2280 {
2281 class MagRifle_fill_in
2282 {
2283 soundSet="MagRifle_fill_in_SoundSet";
2284 id=1;
2285 };
2286 class MagRifle_fill_loop
2287 {
2288 soundSet="MagRifle_fill_loop_SoundSet";
2289 id=2;
2290 };
2291 class MagRifle_fill_out
2292 {
2293 soundSet="MagRifle_fill_out_SoundSet";
2294 id=3;
2295 };
2296 class MagRifle_empty_in
2297 {
2298 soundSet="MagRifle_empty_in_SoundSet";
2299 id=4;
2300 };
2301 class MagRifle_empty_loop
2302 {
2303 soundSet="MagRifle_empty_loop_SoundSet";
2304 id=5;
2305 };
2306 class MagRifle_empty_out
2307 {
2308 soundSet="MagRifle_empty_out_SoundSet";
2309 id=6;
2310 };
2311 class MagPistol_fill_in
2312 {
2313 soundSet="MagPistol_fill_in_SoundSet";
2314 id=7;
2315 };
2316 class MagPistol_fill_loop
2317 {
2318 soundSet="MagPistol_fill_loop_SoundSet";
2319 id=8;
2320 };
2321 class MagPistol_fill_out
2322 {
2323 soundSet="MagPistol_fill_out_SoundSet";
2324 id=9;
2325 };
2326 class MagPistol_empty_in
2327 {
2328 soundSet="MagPistol_empty_in_SoundSet";
2329 id=10;
2330 };
2331 class MagPistol_empty_loop
2332 {
2333 soundSet="MagPistol_empty_loop_SoundSet";
2334 id=11;
2335 };
2336 class MagPistol_empty_out
2337 {
2338 soundSet="MagPistol_empty_out_SoundSet";
2339 id=12;
2340 };
2341 };
2342 };
2343 };
2344 class Mag_Ruger1022_10Rnd: Magazine_Base
2345 {
2346 scope=2;
2347 displayName="$STR_cfgmagazines_mag_ruger1022_10rnd0";
2348 descriptionShort="$STR_cfgmagazines_mag_ruger1022_10rnd1";
2349 model="\DZ\weapons\attachments\magazine\magazine_ruger1022_10.p3d";
2350 weight=50;
2351 weightPerQuantityUnit=3;
2352 itemSize[]={1,1};
2353 count=10;
2354 ammo="Bullet_22";
2355 ammoItems[]=
2356 {
2357 "Ammo_22"
2358 };
2359 tracersEvery=0;
2360 class DamageSystem
2361 {
2362 class GlobalHealth
2363 {
2364 class Health
2365 {
2366 hitpoints=100;
2367 healthLevels[]=
2368 {
2369
2370 {
2371 1,
2372
2373 {
2374 "DZ\weapons\attachments\data\ruger_mag2.rvmat"
2375 }
2376 },
2377
2378 {
2379 0.69999999,
2380
2381 {
2382 "DZ\weapons\attachments\data\ruger_mag2.rvmat"
2383 }
2384 },
2385
2386 {
2387 0.5,
2388
2389 {
2390 "DZ\weapons\attachments\data\ruger_mag2_damage.rvmat"
2391 }
2392 },
2393
2394 {
2395 0.30000001,
2396
2397 {
2398 "DZ\weapons\attachments\data\ruger_mag2_damage.rvmat"
2399 }
2400 },
2401
2402 {
2403 0,
2404
2405 {
2406 "DZ\weapons\attachments\data\ruger_mag2_destruct.rvmat"
2407 }
2408 }
2409 };
2410 };
2411 };
2412 };
2413 class AnimEvents
2414 {
2415 class SoundWeapon
2416 {
2417 class MagRifle_fill_in
2418 {
2419 soundSet="MagRifle_fill_in_SoundSet";
2420 id=1;
2421 };
2422 class MagRifle_fill_loop
2423 {
2424 soundSet="MagRifle_fill_loop_SoundSet";
2425 id=2;
2426 };
2427 class MagRifle_fill_out
2428 {
2429 soundSet="MagRifle_fill_out_SoundSet";
2430 id=3;
2431 };
2432 class MagRifle_empty_in
2433 {
2434 soundSet="MagRifle_empty_in_SoundSet";
2435 id=4;
2436 };
2437 class MagRifle_empty_loop
2438 {
2439 soundSet="MagRifle_empty_loop_SoundSet";
2440 id=5;
2441 };
2442 class MagRifle_empty_out
2443 {
2444 soundSet="MagRifle_empty_out_SoundSet";
2445 id=6;
2446 };
2447 class MagPistol_fill_in
2448 {
2449 soundSet="MagPistol_fill_in_SoundSet";
2450 id=7;
2451 };
2452 class MagPistol_fill_loop
2453 {
2454 soundSet="MagPistol_fill_loop_SoundSet";
2455 id=8;
2456 };
2457 class MagPistol_fill_out
2458 {
2459 soundSet="MagPistol_fill_out_SoundSet";
2460 id=9;
2461 };
2462 class MagPistol_empty_in
2463 {
2464 soundSet="MagPistol_empty_in_SoundSet";
2465 id=10;
2466 };
2467 class MagPistol_empty_loop
2468 {
2469 soundSet="MagPistol_empty_loop_SoundSet";
2470 id=11;
2471 };
2472 class MagPistol_empty_out
2473 {
2474 soundSet="MagPistol_empty_out_SoundSet";
2475 id=12;
2476 };
2477 };
2478 };
2479 };
2480 class Mag_Ruger1022_15Rnd: Magazine_Base
2481 {
2482 scope=2;
2483 displayName="$STR_CfgMagazines_Mag_Ruger1022_15Rnd0";
2484 descriptionShort="$STR_CfgMagazines_Mag_Ruger1022_15Rnd1";
2485 model="\DZ\weapons\attachments\magazine\magazine_ruger1022_15.p3d";
2486 weight=80;
2487 weightPerQuantityUnit=3;
2488 itemSize[]={1,2};
2489 count=15;
2490 ammo="Bullet_22";
2491 ammoItems[]=
2492 {
2493 "Ammo_22"
2494 };
2495 tracersEvery=0;
2496 class DamageSystem
2497 {
2498 class GlobalHealth
2499 {
2500 class Health
2501 {
2502 hitpoints=100;
2503 healthLevels[]=
2504 {
2505
2506 {
2507 1,
2508
2509 {
2510 "DZ\weapons\attachments\data\ruger_mag2.rvmat"
2511 }
2512 },
2513
2514 {
2515 0.69999999,
2516
2517 {
2518 "DZ\weapons\attachments\data\ruger_mag2.rvmat"
2519 }
2520 },
2521
2522 {
2523 0.5,
2524
2525 {
2526 "DZ\weapons\attachments\data\ruger_mag2_damage.rvmat"
2527 }
2528 },
2529
2530 {
2531 0.30000001,
2532
2533 {
2534 "DZ\weapons\attachments\data\ruger_mag2_damage.rvmat"
2535 }
2536 },
2537
2538 {
2539 0,
2540
2541 {
2542 "DZ\weapons\attachments\data\ruger_mag2_destruct.rvmat"
2543 }
2544 }
2545 };
2546 };
2547 };
2548 };
2549 class AnimEvents
2550 {
2551 class SoundWeapon
2552 {
2553 class MagRifle_fill_in
2554 {
2555 soundSet="MagRifle_fill_in_SoundSet";
2556 id=1;
2557 };
2558 class MagRifle_fill_loop
2559 {
2560 soundSet="MagRifle_fill_loop_SoundSet";
2561 id=2;
2562 };
2563 class MagRifle_fill_out
2564 {
2565 soundSet="MagRifle_fill_out_SoundSet";
2566 id=3;
2567 };
2568 class MagRifle_empty_in
2569 {
2570 soundSet="MagRifle_empty_in_SoundSet";
2571 id=4;
2572 };
2573 class MagRifle_empty_loop
2574 {
2575 soundSet="MagRifle_empty_loop_SoundSet";
2576 id=5;
2577 };
2578 class MagRifle_empty_out
2579 {
2580 soundSet="MagRifle_empty_out_SoundSet";
2581 id=6;
2582 };
2583 class MagPistol_fill_in
2584 {
2585 soundSet="MagPistol_fill_in_SoundSet";
2586 id=7;
2587 };
2588 class MagPistol_fill_loop
2589 {
2590 soundSet="MagPistol_fill_loop_SoundSet";
2591 id=8;
2592 };
2593 class MagPistol_fill_out
2594 {
2595 soundSet="MagPistol_fill_out_SoundSet";
2596 id=9;
2597 };
2598 class MagPistol_empty_in
2599 {
2600 soundSet="MagPistol_empty_in_SoundSet";
2601 id=10;
2602 };
2603 class MagPistol_empty_loop
2604 {
2605 soundSet="MagPistol_empty_loop_SoundSet";
2606 id=11;
2607 };
2608 class MagPistol_empty_out
2609 {
2610 soundSet="MagPistol_empty_out_SoundSet";
2611 id=12;
2612 };
2613 };
2614 };
2615 };
2616 class Mag_Ruger1022_30Rnd: Magazine_Base
2617 {
2618 scope=2;
2619 displayName="$STR_CfgMagazines_Mag_Ruger1022_30Rnd0";
2620 descriptionShort="$STR_CfgMagazines_Mag_Ruger1022_30Rnd1";
2621 model="\DZ\weapons\attachments\magazine\magazine_ruger1022_30.p3d";
2622 weight=110;
2623 weightPerQuantityUnit=3;
2624 itemSize[]={1,3};
2625 count=30;
2626 ammo="Bullet_22";
2627 ammoItems[]=
2628 {
2629 "Ammo_22"
2630 };
2631 tracersEvery=0;
2632 class DamageSystem
2633 {
2634 class GlobalHealth
2635 {
2636 class Health
2637 {
2638 hitpoints=100;
2639 healthLevels[]=
2640 {
2641
2642 {
2643 1,
2644
2645 {
2646 "DZ\weapons\attachments\data\ruger_mag2.rvmat"
2647 }
2648 },
2649
2650 {
2651 0.69999999,
2652
2653 {
2654 "DZ\weapons\attachments\data\ruger_mag2.rvmat"
2655 }
2656 },
2657
2658 {
2659 0.5,
2660
2661 {
2662 "DZ\weapons\attachments\data\ruger_mag2_damage.rvmat"
2663 }
2664 },
2665
2666 {
2667 0.30000001,
2668
2669 {
2670 "DZ\weapons\attachments\data\ruger_mag2_damage.rvmat"
2671 }
2672 },
2673
2674 {
2675 0,
2676
2677 {
2678 "DZ\weapons\attachments\data\ruger_mag2_destruct.rvmat"
2679 }
2680 }
2681 };
2682 };
2683 };
2684 };
2685 class AnimEvents
2686 {
2687 class SoundWeapon
2688 {
2689 class MagRifle_fill_in
2690 {
2691 soundSet="MagRifle_fill_in_SoundSet";
2692 id=1;
2693 };
2694 class MagRifle_fill_loop
2695 {
2696 soundSet="MagRifle_fill_loop_SoundSet";
2697 id=2;
2698 };
2699 class MagRifle_fill_out
2700 {
2701 soundSet="MagRifle_fill_out_SoundSet";
2702 id=3;
2703 };
2704 class MagRifle_empty_in
2705 {
2706 soundSet="MagRifle_empty_in_SoundSet";
2707 id=4;
2708 };
2709 class MagRifle_empty_loop
2710 {
2711 soundSet="MagRifle_empty_loop_SoundSet";
2712 id=5;
2713 };
2714 class MagRifle_empty_out
2715 {
2716 soundSet="MagRifle_empty_out_SoundSet";
2717 id=6;
2718 };
2719 class MagPistol_fill_in
2720 {
2721 soundSet="MagPistol_fill_in_SoundSet";
2722 id=7;
2723 };
2724 class MagPistol_fill_loop
2725 {
2726 soundSet="MagPistol_fill_loop_SoundSet";
2727 id=8;
2728 };
2729 class MagPistol_fill_out
2730 {
2731 soundSet="MagPistol_fill_out_SoundSet";
2732 id=9;
2733 };
2734 class MagPistol_empty_in
2735 {
2736 soundSet="MagPistol_empty_in_SoundSet";
2737 id=10;
2738 };
2739 class MagPistol_empty_loop
2740 {
2741 soundSet="MagPistol_empty_loop_SoundSet";
2742 id=11;
2743 };
2744 class MagPistol_empty_out
2745 {
2746 soundSet="MagPistol_empty_out_SoundSet";
2747 id=12;
2748 };
2749 };
2750 };
2751 };
2752 class Mag_CLIP762x54_5Rnd: Magazine_Base
2753 {
2754 scope=2;
2755 displayName="$STR_CfgMagazines_Mag_CLIP762x54_5Rnd0";
2756 descriptionShort="$STR_CfgMagazines_Mag_CLIP762x54_5Rnd1";
2757 model="\DZ\weapons\attachments\magazine\clip_762_5rnd.p3d";
2758 weight=20;
2759 weightPerQuantityUnit=9;
2760 itemSize[]={1,2};
2761 count=5;
2762 ammo="Bullet_762x54";
2763 ammoItems[]=
2764 {
2765 "Ammo_762x54",
2766 "Ammo_762x54Tracer"
2767 };
2768 tracersEvery=0;
2769 class DamageSystem
2770 {
2771 class GlobalHealth
2772 {
2773 class Health
2774 {
2775 hitpoints=100;
2776 healthLevels[]=
2777 {
2778
2779 {
2780 1,
2781
2782 {
2783 "DZ\weapons\attachments\data\mosinclip.rvmat"
2784 }
2785 },
2786
2787 {
2788 0.69999999,
2789
2790 {
2791 "DZ\weapons\attachments\data\mosinclip.rvmat"
2792 }
2793 },
2794
2795 {
2796 0.5,
2797
2798 {
2799 "DZ\weapons\attachments\data\mosinclip_damage.rvmat"
2800 }
2801 },
2802
2803 {
2804 0.30000001,
2805
2806 {
2807 "DZ\weapons\attachments\data\mosinclip_damage.rvmat"
2808 }
2809 },
2810
2811 {
2812 0,
2813
2814 {
2815 "DZ\weapons\attachments\data\mosinclip_destruct.rvmat"
2816 }
2817 }
2818 };
2819 };
2820 };
2821 };
2822 class AnimEvents
2823 {
2824 class SoundWeapon
2825 {
2826 class MagRifle_fill_in
2827 {
2828 soundSet="MagRifle_fill_in_SoundSet";
2829 id=1;
2830 };
2831 class MagRifle_fill_loop
2832 {
2833 soundSet="MagRifle_fill_loop_SoundSet";
2834 id=2;
2835 };
2836 class MagRifle_fill_out
2837 {
2838 soundSet="MagRifle_fill_out_SoundSet";
2839 id=3;
2840 };
2841 class MagRifle_empty_in
2842 {
2843 soundSet="MagRifle_empty_in_SoundSet";
2844 id=4;
2845 };
2846 class MagRifle_empty_loop
2847 {
2848 soundSet="MagRifle_empty_loop_SoundSet";
2849 id=5;
2850 };
2851 class MagRifle_empty_out
2852 {
2853 soundSet="MagRifle_empty_out_SoundSet";
2854 id=6;
2855 };
2856 class MagPistol_fill_in
2857 {
2858 soundSet="MagPistol_fill_in_SoundSet";
2859 id=7;
2860 };
2861 class MagPistol_fill_loop
2862 {
2863 soundSet="MagPistol_fill_loop_SoundSet";
2864 id=8;
2865 };
2866 class MagPistol_fill_out
2867 {
2868 soundSet="MagPistol_fill_out_SoundSet";
2869 id=9;
2870 };
2871 class MagPistol_empty_in
2872 {
2873 soundSet="MagPistol_empty_in_SoundSet";
2874 id=10;
2875 };
2876 class MagPistol_empty_loop
2877 {
2878 soundSet="MagPistol_empty_loop_SoundSet";
2879 id=11;
2880 };
2881 class MagPistol_empty_out
2882 {
2883 soundSet="MagPistol_empty_out_SoundSet";
2884 id=12;
2885 };
2886 };
2887 };
2888 };
2889 class Mag_762x54Snaploader_2Rnd: Magazine_Base
2890 {
2891 scope=2;
2892 displayName="$STR_CfgMagazines_Mag_762x54Snaploader_2Rnd0";
2893 descriptionShort="$STR_CfgMagazines_Mag_762x54Snaploader_2Rnd1";
2894 model="\dz\weapons\attachments\magazine\snaploader_762.p3d";
2895 weight=20;
2896 weightPerQuantityUnit=9;
2897 itemSize[]={1,1};
2898 count=2;
2899 ammo="Bullet_762x54";
2900 ammoItems[]=
2901 {
2902 "Ammo_762x54",
2903 "Ammo_762x54Tracer"
2904 };
2905 tracersEvery=0;
2906 class DamageSystem
2907 {
2908 class GlobalHealth
2909 {
2910 class Health
2911 {
2912 hitpoints=100;
2913 healthLevels[]=
2914 {
2915
2916 {
2917 1,
2918
2919 {
2920 "DZ\weapons\attachments\data\snaploader762.rvmat"
2921 }
2922 },
2923
2924 {
2925 0.69999999,
2926
2927 {
2928 "DZ\weapons\attachments\data\snaploader762.rvmat"
2929 }
2930 },
2931
2932 {
2933 0.5,
2934
2935 {
2936 "DZ\weapons\attachments\data\snaploader762_damage.rvmat"
2937 }
2938 },
2939
2940 {
2941 0.30000001,
2942
2943 {
2944 "DZ\weapons\attachments\data\snaploader762_damage.rvmat"
2945 }
2946 },
2947
2948 {
2949 0,
2950
2951 {
2952 "DZ\weapons\attachments\data\snaploader762_destruct.rvmat"
2953 }
2954 }
2955 };
2956 };
2957 };
2958 };
2959 class AnimEvents
2960 {
2961 class SoundWeapon
2962 {
2963 class MagRifle_fill_in
2964 {
2965 soundSet="MagRifle_fill_in_SoundSet";
2966 id=1;
2967 };
2968 class MagRifle_fill_loop
2969 {
2970 soundSet="MagRifle_fill_loop_SoundSet";
2971 id=2;
2972 };
2973 class MagRifle_fill_out
2974 {
2975 soundSet="MagRifle_fill_out_SoundSet";
2976 id=3;
2977 };
2978 class MagRifle_empty_in
2979 {
2980 soundSet="MagRifle_empty_in_SoundSet";
2981 id=4;
2982 };
2983 class MagRifle_empty_loop
2984 {
2985 soundSet="MagRifle_empty_loop_SoundSet";
2986 id=5;
2987 };
2988 class MagRifle_empty_out
2989 {
2990 soundSet="MagRifle_empty_out_SoundSet";
2991 id=6;
2992 };
2993 class MagPistol_fill_in
2994 {
2995 soundSet="MagPistol_fill_in_SoundSet";
2996 id=7;
2997 };
2998 class MagPistol_fill_loop
2999 {
3000 soundSet="MagPistol_fill_loop_SoundSet";
3001 id=8;
3002 };
3003 class MagPistol_fill_out
3004 {
3005 soundSet="MagPistol_fill_out_SoundSet";
3006 id=9;
3007 };
3008 class MagPistol_empty_in
3009 {
3010 soundSet="MagPistol_empty_in_SoundSet";
3011 id=10;
3012 };
3013 class MagPistol_empty_loop
3014 {
3015 soundSet="MagPistol_empty_loop_SoundSet";
3016 id=11;
3017 };
3018 class MagPistol_empty_out
3019 {
3020 soundSet="MagPistol_empty_out_SoundSet";
3021 id=12;
3022 };
3023 };
3024 };
3025 };
3026 class Mag_308WinSnaploader_2Rnd: Magazine_Base
3027 {
3028 scope=2;
3029 displayName="$STR_CfgMagazines_Mag_308WinSnaploader_2Rnd0";
3030 descriptionShort="$STR_CfgMagazines_Mag_308WinSnaploader_2Rnd1";
3031 model="\dz\weapons\attachments\magazine\snaploader_762.p3d";
3032 weight=30;
3033 weightPerQuantityUnit=10;
3034 itemSize[]={1,1};
3035 count=2;
3036 ammo="Bullet_308Win";
3037 ammoItems[]=
3038 {
3039 "Ammo_308Win",
3040 "Ammo_308WinTracer"
3041 };
3042 tracersEvery=0;
3043 class DamageSystem
3044 {
3045 class GlobalHealth
3046 {
3047 class Health
3048 {
3049 hitpoints=100;
3050 healthLevels[]=
3051 {
3052
3053 {
3054 1,
3055
3056 {
3057 "DZ\weapons\attachments\data\mosinclip.rvmat"
3058 }
3059 },
3060
3061 {
3062 0.69999999,
3063
3064 {
3065 "DZ\weapons\attachments\data\mosinclip.rvmat"
3066 }
3067 },
3068
3069 {
3070 0.5,
3071
3072 {
3073 "DZ\weapons\attachments\data\mosinclip_damage.rvmat"
3074 }
3075 },
3076
3077 {
3078 0.30000001,
3079
3080 {
3081 "DZ\weapons\attachments\data\mosinclip_damage.rvmat"
3082 }
3083 },
3084
3085 {
3086 0,
3087
3088 {
3089 "DZ\weapons\attachments\data\mosinclip_destruct.rvmat"
3090 }
3091 }
3092 };
3093 };
3094 };
3095 };
3096 class AnimEvents
3097 {
3098 class SoundWeapon
3099 {
3100 class MagRifle_fill_in
3101 {
3102 soundSet="MagRifle_fill_in_SoundSet";
3103 id=1;
3104 };
3105 class MagRifle_fill_loop
3106 {
3107 soundSet="MagRifle_fill_loop_SoundSet";
3108 id=2;
3109 };
3110 class MagRifle_fill_out
3111 {
3112 soundSet="MagRifle_fill_out_SoundSet";
3113 id=3;
3114 };
3115 class MagRifle_empty_in
3116 {
3117 soundSet="MagRifle_empty_in_SoundSet";
3118 id=4;
3119 };
3120 class MagRifle_empty_loop
3121 {
3122 soundSet="MagRifle_empty_loop_SoundSet";
3123 id=5;
3124 };
3125 class MagRifle_empty_out
3126 {
3127 soundSet="MagRifle_empty_out_SoundSet";
3128 id=6;
3129 };
3130 class MagPistol_fill_in
3131 {
3132 soundSet="MagPistol_fill_in_SoundSet";
3133 id=7;
3134 };
3135 class MagPistol_fill_loop
3136 {
3137 soundSet="MagPistol_fill_loop_SoundSet";
3138 id=8;
3139 };
3140 class MagPistol_fill_out
3141 {
3142 soundSet="MagPistol_fill_out_SoundSet";
3143 id=9;
3144 };
3145 class MagPistol_empty_in
3146 {
3147 soundSet="MagPistol_empty_in_SoundSet";
3148 id=10;
3149 };
3150 class MagPistol_empty_loop
3151 {
3152 soundSet="MagPistol_empty_loop_SoundSet";
3153 id=11;
3154 };
3155 class MagPistol_empty_out
3156 {
3157 soundSet="MagPistol_empty_out_SoundSet";
3158 id=12;
3159 };
3160 };
3161 };
3162 };
3163 class Mag_CLIP762x39_10Rnd: Magazine_Base
3164 {
3165 scope=2;
3166 displayName="$STR_CfgMagazines_Mag_CLIP762x39_10Rnd0";
3167 descriptionShort="$STR_CfgMagazines_Mag_CLIP762x39_10Rnd1";
3168 model="\DZ\weapons\attachments\magazine\clip_762x39_10rnd.p3d";
3169 weight=20;
3170 weightPerQuantityUnit=8;
3171 itemSize[]={2,2};
3172 count=10;
3173 ammo="Bullet_762x39";
3174 ammoItems[]=
3175 {
3176 "Ammo_762x39",
3177 "Ammo_762x39Tracer"
3178 };
3179 tracersEvery=0;
3180 class DamageSystem
3181 {
3182 class GlobalHealth
3183 {
3184 class Health
3185 {
3186 hitpoints=100;
3187 healthLevels[]=
3188 {
3189
3190 {
3191 1,
3192
3193 {
3194 "DZ\weapons\ammunition\data\762x39.rvmat"
3195 }
3196 },
3197
3198 {
3199 0.69999999,
3200
3201 {
3202 "DZ\weapons\ammunition\data\762x39.rvmat"
3203 }
3204 },
3205
3206 {
3207 0.5,
3208
3209 {
3210 "DZ\weapons\ammunition\data\762x39_damage.rvmat"
3211 }
3212 },
3213
3214 {
3215 0.30000001,
3216
3217 {
3218 "DZ\weapons\ammunition\data\762x39_damage.rvmat"
3219 }
3220 },
3221
3222 {
3223 0,
3224
3225 {
3226 "DZ\weapons\ammunition\data\762x39_destruct.rvmat"
3227 }
3228 }
3229 };
3230 };
3231 };
3232 };
3233 class AnimEvents
3234 {
3235 class SoundWeapon
3236 {
3237 class MagRifle_fill_in
3238 {
3239 soundSet="MagRifle_fill_in_SoundSet";
3240 id=1;
3241 };
3242 class MagRifle_fill_loop
3243 {
3244 soundSet="MagRifle_fill_loop_SoundSet";
3245 id=2;
3246 };
3247 class MagRifle_fill_out
3248 {
3249 soundSet="MagRifle_fill_out_SoundSet";
3250 id=3;
3251 };
3252 class MagRifle_empty_in
3253 {
3254 soundSet="MagRifle_empty_in_SoundSet";
3255 id=4;
3256 };
3257 class MagRifle_empty_loop
3258 {
3259 soundSet="MagRifle_empty_loop_SoundSet";
3260 id=5;
3261 };
3262 class MagRifle_empty_out
3263 {
3264 soundSet="MagRifle_empty_out_SoundSet";
3265 id=6;
3266 };
3267 class MagPistol_fill_in
3268 {
3269 soundSet="MagPistol_fill_in_SoundSet";
3270 id=7;
3271 };
3272 class MagPistol_fill_loop
3273 {
3274 soundSet="MagPistol_fill_loop_SoundSet";
3275 id=8;
3276 };
3277 class MagPistol_fill_out
3278 {
3279 soundSet="MagPistol_fill_out_SoundSet";
3280 id=9;
3281 };
3282 class MagPistol_empty_in
3283 {
3284 soundSet="MagPistol_empty_in_SoundSet";
3285 id=10;
3286 };
3287 class MagPistol_empty_loop
3288 {
3289 soundSet="MagPistol_empty_loop_SoundSet";
3290 id=11;
3291 };
3292 class MagPistol_empty_out
3293 {
3294 soundSet="MagPistol_empty_out_SoundSet";
3295 id=12;
3296 };
3297 };
3298 };
3299 };
3300 class Mag_CLIP9x19_10Rnd: Magazine_Base
3301 {
3302 scope=2;
3303 displayName="$STR_CfgMagazines_Mag_CLIP9x19_10Rnd0";
3304 descriptionShort="$STR_CfgMagazines_Mag_CLIP9x19_10Rnd1";
3305 model="\DZ\weapons\attachments\magazine\clip_9mm_10rnd.p3d";
3306 weight=18;
3307 weightPerQuantityUnit=8;
3308 itemSize[]={2,2};
3309 count=10;
3310 ammo="Bullet_9x19";
3311 ammoItems[]=
3312 {
3313 "Ammo_9x19"
3314 };
3315 tracersEvery=0;
3316 class DamageSystem
3317 {
3318 class GlobalHealth
3319 {
3320 class Health
3321 {
3322 hitpoints=100;
3323 healthLevels[]=
3324 {
3325
3326 {
3327 1,
3328
3329 {
3330 "DZ\weapons\attachments\magazine\data\clip_9mm_10rnd.rvmat"
3331 }
3332 },
3333
3334 {
3335 0.69999999,
3336
3337 {
3338 "DZ\weapons\attachments\magazine\data\clip_9mm_10rnd.rvmat"
3339 }
3340 },
3341
3342 {
3343 0.5,
3344
3345 {
3346 "DZ\weapons\attachments\magazine\data\clip_9mm_10rnd_damage.rvmat"
3347 }
3348 },
3349
3350 {
3351 0.30000001,
3352
3353 {
3354 "DZ\weapons\attachments\magazine\data\clip_9mm_10rnd_damage.rvmat"
3355 }
3356 },
3357
3358 {
3359 0,
3360
3361 {
3362 "DZ\weapons\attachments\magazine\data\clip_9mm_10rnd_destruct.rvmat"
3363 }
3364 }
3365 };
3366 };
3367 };
3368 };
3369 class AnimEvents
3370 {
3371 class SoundWeapon
3372 {
3373 class MagRifle_fill_in
3374 {
3375 soundSet="MagRifle_fill_in_SoundSet";
3376 id=1;
3377 };
3378 class MagRifle_fill_loop
3379 {
3380 soundSet="MagRifle_fill_loop_SoundSet";
3381 id=2;
3382 };
3383 class MagRifle_fill_out
3384 {
3385 soundSet="MagRifle_fill_out_SoundSet";
3386 id=3;
3387 };
3388 class MagRifle_empty_in
3389 {
3390 soundSet="MagRifle_empty_in_SoundSet";
3391 id=4;
3392 };
3393 class MagRifle_empty_loop
3394 {
3395 soundSet="MagRifle_empty_loop_SoundSet";
3396 id=5;
3397 };
3398 class MagRifle_empty_out
3399 {
3400 soundSet="MagRifle_empty_out_SoundSet";
3401 id=6;
3402 };
3403 class MagPistol_fill_in
3404 {
3405 soundSet="MagPistol_fill_in_SoundSet";
3406 id=7;
3407 };
3408 class MagPistol_fill_loop
3409 {
3410 soundSet="MagPistol_fill_loop_SoundSet";
3411 id=8;
3412 };
3413 class MagPistol_fill_out
3414 {
3415 soundSet="MagPistol_fill_out_SoundSet";
3416 id=9;
3417 };
3418 class MagPistol_empty_in
3419 {
3420 soundSet="MagPistol_empty_in_SoundSet";
3421 id=10;
3422 };
3423 class MagPistol_empty_loop
3424 {
3425 soundSet="MagPistol_empty_loop_SoundSet";
3426 id=11;
3427 };
3428 class MagPistol_empty_out
3429 {
3430 soundSet="MagPistol_empty_out_SoundSet";
3431 id=12;
3432 };
3433 };
3434 };
3435 };
3436 class Mag_AKM_30Rnd: Magazine_Base
3437 {
3438 scope=2;
3439 displayName="$STR_CfgMagazines_Mag_AKM_30Rnd0";
3440 descriptionShort="$STR_CfgMagazines_Mag_AKM_30Rnd1";
3441 model="\DZ\weapons\attachments\magazine\magazine_akm_30rnd.p3d";
3442 weight=430;
3443 weightPerQuantityUnit=9;
3444 itemSize[]={1,3};
3445 count=30;
3446 ammo="Bullet_762x39";
3447 ammoItems[]=
3448 {
3449 "Ammo_762x39",
3450 "Ammo_762x39Tracer"
3451 };
3452 tracersEvery=0;
3453 class DamageSystem
3454 {
3455 class GlobalHealth
3456 {
3457 class Health
3458 {
3459 hitpoints=100;
3460 healthLevels[]=
3461 {
3462
3463 {
3464 1,
3465
3466 {
3467 "DZ\weapons\attachments\data\akm_steel_mag.rvmat"
3468 }
3469 },
3470
3471 {
3472 0.69999999,
3473
3474 {
3475 "DZ\weapons\attachments\data\akm_steel_mag.rvmat"
3476 }
3477 },
3478
3479 {
3480 0.5,
3481
3482 {
3483 "DZ\weapons\attachments\data\akm_steel_mag_damage.rvmat"
3484 }
3485 },
3486
3487 {
3488 0.30000001,
3489
3490 {
3491 "DZ\weapons\attachments\data\akm_steel_mag_damage.rvmat"
3492 }
3493 },
3494
3495 {
3496 0,
3497
3498 {
3499 "DZ\weapons\attachments\data\akm_steel_mag_destruct.rvmat"
3500 }
3501 }
3502 };
3503 };
3504 };
3505 };
3506 class AnimEvents
3507 {
3508 class SoundWeapon
3509 {
3510 class MagRifle_fill_in
3511 {
3512 soundSet="MagRifle_fill_in_SoundSet";
3513 id=1;
3514 };
3515 class MagRifle_fill_loop
3516 {
3517 soundSet="MagRifle_fill_loop_SoundSet";
3518 id=2;
3519 };
3520 class MagRifle_fill_out
3521 {
3522 soundSet="MagRifle_fill_out_SoundSet";
3523 id=3;
3524 };
3525 class MagRifle_empty_in
3526 {
3527 soundSet="MagRifle_empty_in_SoundSet";
3528 id=4;
3529 };
3530 class MagRifle_empty_loop
3531 {
3532 soundSet="MagRifle_empty_loop_SoundSet";
3533 id=5;
3534 };
3535 class MagRifle_empty_out
3536 {
3537 soundSet="MagRifle_empty_out_SoundSet";
3538 id=6;
3539 };
3540 class MagPistol_fill_in
3541 {
3542 soundSet="MagPistol_fill_in_SoundSet";
3543 id=7;
3544 };
3545 class MagPistol_fill_loop
3546 {
3547 soundSet="MagPistol_fill_loop_SoundSet";
3548 id=8;
3549 };
3550 class MagPistol_fill_out
3551 {
3552 soundSet="MagPistol_fill_out_SoundSet";
3553 id=9;
3554 };
3555 class MagPistol_empty_in
3556 {
3557 soundSet="MagPistol_empty_in_SoundSet";
3558 id=10;
3559 };
3560 class MagPistol_empty_loop
3561 {
3562 soundSet="MagPistol_empty_loop_SoundSet";
3563 id=11;
3564 };
3565 class MagPistol_empty_out
3566 {
3567 soundSet="MagPistol_empty_out_SoundSet";
3568 id=12;
3569 };
3570 };
3571 };
3572 };
3573 class Mag_AKM_Drum75Rnd: Magazine_Base
3574 {
3575 scope=2;
3576 displayName="$STR_CfgMagazines_Mag_AKM_Drum75Rnd0";
3577 descriptionShort="$STR_CfgMagazines_Mag_AKM_Drum75Rnd1";
3578 model="\DZ\weapons\attachments\magazine\magazine_akm_drum.p3d";
3579 rotationFlags=12;
3580 weight=1100;
3581 weightPerQuantityUnit=9;
3582 itemSize[]={3,3};
3583 count=75;
3584 ammo="Bullet_762x39";
3585 ammoItems[]=
3586 {
3587 "Ammo_762x39",
3588 "Ammo_762x39Tracer"
3589 };
3590 tracersEvery=0;
3591 hiddenSelections[]=
3592 {
3593 "camo"
3594 };
3595 hiddenSelectionsTextures[]=
3596 {
3597 "DZ\weapons\attachments\data\magazine_drum_co.paa"
3598 };
3599 hiddenSelectionsMaterials[]=
3600 {
3601 "dz\weapons\attachments\data\magazine_drum.rvmat"
3602 };
3603 class DamageSystem
3604 {
3605 class GlobalHealth
3606 {
3607 class Health
3608 {
3609 hitpoints=100;
3610 healthLevels[]=
3611 {
3612
3613 {
3614 1,
3615
3616 {
3617 "DZ\weapons\attachments\data\magazine_drum.rvmat"
3618 }
3619 },
3620
3621 {
3622 0.69999999,
3623
3624 {
3625 "DZ\weapons\attachments\data\magazine_drum.rvmat"
3626 }
3627 },
3628
3629 {
3630 0.5,
3631
3632 {
3633 "DZ\weapons\attachments\data\magazine_drum_damage.rvmat"
3634 }
3635 },
3636
3637 {
3638 0.30000001,
3639
3640 {
3641 "DZ\weapons\attachments\data\magazine_drum_damage.rvmat"
3642 }
3643 },
3644
3645 {
3646 0,
3647
3648 {
3649 "DZ\weapons\attachments\data\magazine_drum_destruct.rvmat"
3650 }
3651 }
3652 };
3653 };
3654 };
3655 };
3656 class AnimEvents
3657 {
3658 class SoundWeapon
3659 {
3660 class MagRifle_fill_in
3661 {
3662 soundSet="MagRifle_fill_in_SoundSet";
3663 id=1;
3664 };
3665 class MagRifle_fill_loop
3666 {
3667 soundSet="MagRifle_fill_loop_SoundSet";
3668 id=2;
3669 };
3670 class MagRifle_fill_out
3671 {
3672 soundSet="MagRifle_fill_out_SoundSet";
3673 id=3;
3674 };
3675 class MagRifle_empty_in
3676 {
3677 soundSet="MagRifle_empty_in_SoundSet";
3678 id=4;
3679 };
3680 class MagRifle_empty_loop
3681 {
3682 soundSet="MagRifle_empty_loop_SoundSet";
3683 id=5;
3684 };
3685 class MagRifle_empty_out
3686 {
3687 soundSet="MagRifle_empty_out_SoundSet";
3688 id=6;
3689 };
3690 class MagPistol_fill_in
3691 {
3692 soundSet="MagPistol_fill_in_SoundSet";
3693 id=7;
3694 };
3695 class MagPistol_fill_loop
3696 {
3697 soundSet="MagPistol_fill_loop_SoundSet";
3698 id=8;
3699 };
3700 class MagPistol_fill_out
3701 {
3702 soundSet="MagPistol_fill_out_SoundSet";
3703 id=9;
3704 };
3705 class MagPistol_empty_in
3706 {
3707 soundSet="MagPistol_empty_in_SoundSet";
3708 id=10;
3709 };
3710 class MagPistol_empty_loop
3711 {
3712 soundSet="MagPistol_empty_loop_SoundSet";
3713 id=11;
3714 };
3715 class MagPistol_empty_out
3716 {
3717 soundSet="MagPistol_empty_out_SoundSet";
3718 id=12;
3719 };
3720 };
3721 };
3722 };
3723 class Mag_AKM_Drum75Rnd_Black: Mag_AKM_Drum75Rnd
3724 {
3725 scope=2;
3726 descriptionShort="$STR_CfgMagazines_Mag_AKM_Drum75Rnd_Black0";
3727 color="Black";
3728 class AnimEvents
3729 {
3730 class SoundWeapon
3731 {
3732 class MagRifle_fill_in
3733 {
3734 soundSet="MagRifle_fill_in_SoundSet";
3735 id=1;
3736 };
3737 class MagRifle_fill_loop
3738 {
3739 soundSet="MagRifle_fill_loop_SoundSet";
3740 id=2;
3741 };
3742 class MagRifle_fill_out
3743 {
3744 soundSet="MagRifle_fill_out_SoundSet";
3745 id=3;
3746 };
3747 class MagRifle_empty_in
3748 {
3749 soundSet="MagRifle_empty_in_SoundSet";
3750 id=4;
3751 };
3752 class MagRifle_empty_loop
3753 {
3754 soundSet="MagRifle_empty_loop_SoundSet";
3755 id=5;
3756 };
3757 class MagRifle_empty_out
3758 {
3759 soundSet="MagRifle_empty_out_SoundSet";
3760 id=6;
3761 };
3762 class MagPistol_fill_in
3763 {
3764 soundSet="MagPistol_fill_in_SoundSet";
3765 id=7;
3766 };
3767 class MagPistol_fill_loop
3768 {
3769 soundSet="MagPistol_fill_loop_SoundSet";
3770 id=8;
3771 };
3772 class MagPistol_fill_out
3773 {
3774 soundSet="MagPistol_fill_out_SoundSet";
3775 id=9;
3776 };
3777 class MagPistol_empty_in
3778 {
3779 soundSet="MagPistol_empty_in_SoundSet";
3780 id=10;
3781 };
3782 class MagPistol_empty_loop
3783 {
3784 soundSet="MagPistol_empty_loop_SoundSet";
3785 id=11;
3786 };
3787 class MagPistol_empty_out
3788 {
3789 soundSet="MagPistol_empty_out_SoundSet";
3790 id=12;
3791 };
3792 };
3793 };
3794 };
3795 class Mag_AKM_Drum75Rnd_Green: Mag_AKM_Drum75Rnd
3796 {
3797 scope=2;
3798 descriptionShort="$STR_CfgMagazines_Mag_AKM_Drum75Rnd_Green0";
3799 color="Green";
3800 hiddenSelectionsTextures[]=
3801 {
3802 "DZ\weapons\attachments\data\magazine_drum_green_co.paa"
3803 };
3804 class AnimEvents
3805 {
3806 class SoundWeapon
3807 {
3808 class MagRifle_fill_in
3809 {
3810 soundSet="MagRifle_fill_in_SoundSet";
3811 id=1;
3812 };
3813 class MagRifle_fill_loop
3814 {
3815 soundSet="MagRifle_fill_loop_SoundSet";
3816 id=2;
3817 };
3818 class MagRifle_fill_out
3819 {
3820 soundSet="MagRifle_fill_out_SoundSet";
3821 id=3;
3822 };
3823 class MagRifle_empty_in
3824 {
3825 soundSet="MagRifle_empty_in_SoundSet";
3826 id=4;
3827 };
3828 class MagRifle_empty_loop
3829 {
3830 soundSet="MagRifle_empty_loop_SoundSet";
3831 id=5;
3832 };
3833 class MagRifle_empty_out
3834 {
3835 soundSet="MagRifle_empty_out_SoundSet";
3836 id=6;
3837 };
3838 class MagPistol_fill_in
3839 {
3840 soundSet="MagPistol_fill_in_SoundSet";
3841 id=7;
3842 };
3843 class MagPistol_fill_loop
3844 {
3845 soundSet="MagPistol_fill_loop_SoundSet";
3846 id=8;
3847 };
3848 class MagPistol_fill_out
3849 {
3850 soundSet="MagPistol_fill_out_SoundSet";
3851 id=9;
3852 };
3853 class MagPistol_empty_in
3854 {
3855 soundSet="MagPistol_empty_in_SoundSet";
3856 id=10;
3857 };
3858 class MagPistol_empty_loop
3859 {
3860 soundSet="MagPistol_empty_loop_SoundSet";
3861 id=11;
3862 };
3863 class MagPistol_empty_out
3864 {
3865 soundSet="MagPistol_empty_out_SoundSet";
3866 id=12;
3867 };
3868 };
3869 };
3870 };
3871 class Mag_AKM_Palm30Rnd: Magazine_Base
3872 {
3873 scope=2;
3874 displayName="$STR_CfgMagazines_Mag_AKM_Palm30Rnd0";
3875 descriptionShort="$STR_CfgMagazines_Mag_AKM_Palm30Rnd1";
3876 model="\DZ\weapons\attachments\magazine\magazine_akm_palm30.p3d";
3877 weight=430;
3878 weightPerQuantityUnit=9;
3879 itemSize[]={1,3};
3880 count=30;
3881 ammo="Bullet_762x39";
3882 ammoItems[]=
3883 {
3884 "Ammo_762x39",
3885 "Ammo_762x39Tracer"
3886 };
3887 tracersEvery=0;
3888 hiddenSelections[]=
3889 {
3890 "camo"
3891 };
3892 hiddenSelectionsTextures[]=
3893 {
3894 "dz\weapons\attachments\data\akm_accessories_black_co.paa"
3895 };
3896 class DamageSystem
3897 {
3898 class GlobalHealth
3899 {
3900 class Health
3901 {
3902 hitpoints=100;
3903 healthLevels[]=
3904 {
3905
3906 {
3907 1,
3908
3909 {
3910 "DZ\weapons\attachments\data\akm_accessories.rvmat"
3911 }
3912 },
3913
3914 {
3915 0.69999999,
3916
3917 {
3918 "DZ\weapons\attachments\data\akm_accessories.rvmat"
3919 }
3920 },
3921
3922 {
3923 0.5,
3924
3925 {
3926 "DZ\weapons\attachments\data\akm_accessories_damage.rvmat"
3927 }
3928 },
3929
3930 {
3931 0.30000001,
3932
3933 {
3934 "DZ\weapons\attachments\data\akm_accessories_damage.rvmat"
3935 }
3936 },
3937
3938 {
3939 0,
3940
3941 {
3942 "DZ\weapons\attachments\data\akm_accessories_destruct.rvmat"
3943 }
3944 }
3945 };
3946 };
3947 };
3948 };
3949 class AnimEvents
3950 {
3951 class SoundWeapon
3952 {
3953 class MagRifle_fill_in
3954 {
3955 soundSet="MagRifle_fill_in_SoundSet";
3956 id=1;
3957 };
3958 class MagRifle_fill_loop
3959 {
3960 soundSet="MagRifle_fill_loop_SoundSet";
3961 id=2;
3962 };
3963 class MagRifle_fill_out
3964 {
3965 soundSet="MagRifle_fill_out_SoundSet";
3966 id=3;
3967 };
3968 class MagRifle_empty_in
3969 {
3970 soundSet="MagRifle_empty_in_SoundSet";
3971 id=4;
3972 };
3973 class MagRifle_empty_loop
3974 {
3975 soundSet="MagRifle_empty_loop_SoundSet";
3976 id=5;
3977 };
3978 class MagRifle_empty_out
3979 {
3980 soundSet="MagRifle_empty_out_SoundSet";
3981 id=6;
3982 };
3983 class MagPistol_fill_in
3984 {
3985 soundSet="MagPistol_fill_in_SoundSet";
3986 id=7;
3987 };
3988 class MagPistol_fill_loop
3989 {
3990 soundSet="MagPistol_fill_loop_SoundSet";
3991 id=8;
3992 };
3993 class MagPistol_fill_out
3994 {
3995 soundSet="MagPistol_fill_out_SoundSet";
3996 id=9;
3997 };
3998 class MagPistol_empty_in
3999 {
4000 soundSet="MagPistol_empty_in_SoundSet";
4001 id=10;
4002 };
4003 class MagPistol_empty_loop
4004 {
4005 soundSet="MagPistol_empty_loop_SoundSet";
4006 id=11;
4007 };
4008 class MagPistol_empty_out
4009 {
4010 soundSet="MagPistol_empty_out_SoundSet";
4011 id=12;
4012 };
4013 };
4014 };
4015 };
4016 class Mag_AKM_Palm30Rnd_Black: Mag_AKM_Palm30Rnd
4017 {
4018 scope=2;
4019 descriptionShort="$STR_CfgMagazines_Mag_AKM_Palm30Rnd_Black0";
4020 color="Black";
4021 };
4022 class Mag_AKM_Palm30Rnd_Green: Mag_AKM_Palm30Rnd
4023 {
4024 scope=2;
4025 descriptionShort="$STR_CfgMagazines_Mag_AKM_Palm30Rnd_Green0";
4026 color="Green";
4027 hiddenSelectionsTextures[]=
4028 {
4029 "dz\weapons\attachments\data\akm_accessories_green_co.paa"
4030 };
4031 };
4032 class Mag_CZ527_5rnd: Magazine_Base
4033 {
4034 scope=2;
4035 displayName="$STR_CfgMagazines_Mag_CZ527_5rnd0";
4036 descriptionShort="$STR_CfgMagazines_Mag_CZ527_5rnd1";
4037 model="\DZ\weapons\attachments\magazine\magazine_CZ527.p3d";
4038 weight=91;
4039 weightPerQuantityUnit=8;
4040 itemSize[]={1,1};
4041 count=5;
4042 ammo="Bullet_762x39";
4043 ammoItems[]=
4044 {
4045 "Ammo_762x39",
4046 "Ammo_762x39Tracer"
4047 };
4048 tracersEvery=0;
4049 class DamageSystem
4050 {
4051 class GlobalHealth
4052 {
4053 class Health
4054 {
4055 hitpoints=100;
4056 healthLevels[]=
4057 {
4058
4059 {
4060 1,
4061
4062 {
4063 "DZ\weapons\attachments\data\cz527_mag.rvmat"
4064 }
4065 },
4066
4067 {
4068 0.69999999,
4069
4070 {
4071 "DZ\weapons\attachments\data\cz527_mag.rvmat"
4072 }
4073 },
4074
4075 {
4076 0.5,
4077
4078 {
4079 "DZ\weapons\attachments\data\cz527_mag_damage.rvmat"
4080 }
4081 },
4082
4083 {
4084 0.30000001,
4085
4086 {
4087 "DZ\weapons\attachments\data\cz527_mag_damage.rvmat"
4088 }
4089 },
4090
4091 {
4092 0,
4093
4094 {
4095 "DZ\weapons\attachments\data\cz527_mag_destruct.rvmat"
4096 }
4097 }
4098 };
4099 };
4100 };
4101 };
4102 class AnimEvents
4103 {
4104 class SoundWeapon
4105 {
4106 class MagRifle_fill_in
4107 {
4108 soundSet="MagRifle_fill_in_SoundSet";
4109 id=1;
4110 };
4111 class MagRifle_fill_loop
4112 {
4113 soundSet="MagRifle_fill_loop_SoundSet";
4114 id=2;
4115 };
4116 class MagRifle_fill_out
4117 {
4118 soundSet="MagRifle_fill_out_SoundSet";
4119 id=3;
4120 };
4121 class MagRifle_empty_in
4122 {
4123 soundSet="MagRifle_empty_in_SoundSet";
4124 id=4;
4125 };
4126 class MagRifle_empty_loop
4127 {
4128 soundSet="MagRifle_empty_loop_SoundSet";
4129 id=5;
4130 };
4131 class MagRifle_empty_out
4132 {
4133 soundSet="MagRifle_empty_out_SoundSet";
4134 id=6;
4135 };
4136 class MagPistol_fill_in
4137 {
4138 soundSet="MagPistol_fill_in_SoundSet";
4139 id=7;
4140 };
4141 class MagPistol_fill_loop
4142 {
4143 soundSet="MagPistol_fill_loop_SoundSet";
4144 id=8;
4145 };
4146 class MagPistol_fill_out
4147 {
4148 soundSet="MagPistol_fill_out_SoundSet";
4149 id=9;
4150 };
4151 class MagPistol_empty_in
4152 {
4153 soundSet="MagPistol_empty_in_SoundSet";
4154 id=10;
4155 };
4156 class MagPistol_empty_loop
4157 {
4158 soundSet="MagPistol_empty_loop_SoundSet";
4159 id=11;
4160 };
4161 class MagPistol_empty_out
4162 {
4163 soundSet="MagPistol_empty_out_SoundSet";
4164 id=12;
4165 };
4166 };
4167 };
4168 };
4169 class Mag_STANAG_30Rnd: Magazine_Base
4170 {
4171 scope=2;
4172 displayName="$STR_CfgMagazines_Mag_STANAG_30Rnd0";
4173 descriptionShort="$STR_CfgMagazines_Mag_STANAG_30Rnd1";
4174 model="\DZ\weapons\attachments\magazine\magazine_stanag30.p3d";
4175 weight=90;
4176 weightPerQuantityUnit=4;
4177 itemSize[]={1,3};
4178 count=30;
4179 ammo="Bullet_556x45";
4180 ammoItems[]=
4181 {
4182 "Ammo_556x45",
4183 "Ammo_556x45Tracer"
4184 };
4185 tracersEvery=0;
4186 class DamageSystem
4187 {
4188 class GlobalHealth
4189 {
4190 class Health
4191 {
4192 hitpoints=100;
4193 healthLevels[]=
4194 {
4195
4196 {
4197 1,
4198
4199 {
4200 "DZ\weapons\attachments\data\m4_mag.rvmat"
4201 }
4202 },
4203
4204 {
4205 0.69999999,
4206
4207 {
4208 "DZ\weapons\attachments\data\m4_mag.rvmat"
4209 }
4210 },
4211
4212 {
4213 0.5,
4214
4215 {
4216 "DZ\weapons\attachments\data\m4_mag_damage.rvmat"
4217 }
4218 },
4219
4220 {
4221 0.30000001,
4222
4223 {
4224 "DZ\weapons\attachments\data\m4_mag_damage.rvmat"
4225 }
4226 },
4227
4228 {
4229 0,
4230
4231 {
4232 "DZ\weapons\attachments\data\m4_mag_destruct.rvmat"
4233 }
4234 }
4235 };
4236 };
4237 };
4238 };
4239 class AnimEvents
4240 {
4241 class SoundWeapon
4242 {
4243 class MagRifle_fill_in
4244 {
4245 soundSet="MagRifle_fill_in_SoundSet";
4246 id=1;
4247 };
4248 class MagRifle_fill_loop
4249 {
4250 soundSet="MagRifle_fill_loop_SoundSet";
4251 id=2;
4252 };
4253 class MagRifle_fill_out
4254 {
4255 soundSet="MagRifle_fill_out_SoundSet";
4256 id=3;
4257 };
4258 class MagRifle_empty_in
4259 {
4260 soundSet="MagRifle_empty_in_SoundSet";
4261 id=4;
4262 };
4263 class MagRifle_empty_loop
4264 {
4265 soundSet="MagRifle_empty_loop_SoundSet";
4266 id=5;
4267 };
4268 class MagRifle_empty_out
4269 {
4270 soundSet="MagRifle_empty_out_SoundSet";
4271 id=6;
4272 };
4273 class MagPistol_fill_in
4274 {
4275 soundSet="MagPistol_fill_in_SoundSet";
4276 id=7;
4277 };
4278 class MagPistol_fill_loop
4279 {
4280 soundSet="MagPistol_fill_loop_SoundSet";
4281 id=8;
4282 };
4283 class MagPistol_fill_out
4284 {
4285 soundSet="MagPistol_fill_out_SoundSet";
4286 id=9;
4287 };
4288 class MagPistol_empty_in
4289 {
4290 soundSet="MagPistol_empty_in_SoundSet";
4291 id=10;
4292 };
4293 class MagPistol_empty_loop
4294 {
4295 soundSet="MagPistol_empty_loop_SoundSet";
4296 id=11;
4297 };
4298 class MagPistol_empty_out
4299 {
4300 soundSet="MagPistol_empty_out_SoundSet";
4301 id=12;
4302 };
4303 };
4304 };
4305 };
4306 class Mag_STANAGCoupled_30Rnd: Magazine_Base
4307 {
4308 scope=2;
4309 displayName="$STR_CfgMagazines_Mag_STANAGCoupled_30Rnd0";
4310 descriptionShort="$STR_CfgMagazines_Mag_STANAGCoupled_30Rnd1";
4311 model="\DZ\weapons\attachments\magazine\magazine_stanag30_coupled.p3d";
4312 weight=180;
4313 weightPerQuantityUnit=4;
4314 itemSize[]={2,3};
4315 count=60;
4316 ammo="Bullet_556x45";
4317 ammoItems[]=
4318 {
4319 "Ammo_556x45",
4320 "Ammo_556x45Tracer"
4321 };
4322 tracersEvery=0;
4323 class DamageSystem
4324 {
4325 class GlobalHealth
4326 {
4327 class Health
4328 {
4329 hitpoints=100;
4330 healthLevels[]=
4331 {
4332
4333 {
4334 1,
4335
4336 {
4337 "DZ\weapons\attachments\data\m4_mag.rvmat"
4338 }
4339 },
4340
4341 {
4342 0.69999999,
4343
4344 {
4345 "DZ\weapons\attachments\data\m4_mag.rvmat"
4346 }
4347 },
4348
4349 {
4350 0.5,
4351
4352 {
4353 "DZ\weapons\attachments\data\m4_mag_damage.rvmat"
4354 }
4355 },
4356
4357 {
4358 0.30000001,
4359
4360 {
4361 "DZ\weapons\attachments\data\m4_mag_damage.rvmat"
4362 }
4363 },
4364
4365 {
4366 0,
4367
4368 {
4369 "DZ\weapons\attachments\data\m4_mag_destruct.rvmat"
4370 }
4371 }
4372 };
4373 };
4374 };
4375 };
4376 class AnimEvents
4377 {
4378 class SoundWeapon
4379 {
4380 class MagRifle_fill_in
4381 {
4382 soundSet="MagRifle_fill_in_SoundSet";
4383 id=1;
4384 };
4385 class MagRifle_fill_loop
4386 {
4387 soundSet="MagRifle_fill_loop_SoundSet";
4388 id=2;
4389 };
4390 class MagRifle_fill_out
4391 {
4392 soundSet="MagRifle_fill_out_SoundSet";
4393 id=3;
4394 };
4395 class MagRifle_empty_in
4396 {
4397 soundSet="MagRifle_empty_in_SoundSet";
4398 id=4;
4399 };
4400 class MagRifle_empty_loop
4401 {
4402 soundSet="MagRifle_empty_loop_SoundSet";
4403 id=5;
4404 };
4405 class MagRifle_empty_out
4406 {
4407 soundSet="MagRifle_empty_out_SoundSet";
4408 id=6;
4409 };
4410 class MagPistol_fill_in
4411 {
4412 soundSet="MagPistol_fill_in_SoundSet";
4413 id=7;
4414 };
4415 class MagPistol_fill_loop
4416 {
4417 soundSet="MagPistol_fill_loop_SoundSet";
4418 id=8;
4419 };
4420 class MagPistol_fill_out
4421 {
4422 soundSet="MagPistol_fill_out_SoundSet";
4423 id=9;
4424 };
4425 class MagPistol_empty_in
4426 {
4427 soundSet="MagPistol_empty_in_SoundSet";
4428 id=10;
4429 };
4430 class MagPistol_empty_loop
4431 {
4432 soundSet="MagPistol_empty_loop_SoundSet";
4433 id=11;
4434 };
4435 class MagPistol_empty_out
4436 {
4437 soundSet="MagPistol_empty_out_SoundSet";
4438 id=12;
4439 };
4440 };
4441 };
4442 };
4443 class Mag_STANAG_60Rnd: Magazine_Base
4444 {
4445 scope=2;
4446 displayName="$STR_Mag_STANAG_60rd_0";
4447 descriptionShort="$STR_Mag_STANAG_60rd_1";
4448 model="\DZ\weapons\attachments\magazine\magazine_stanag60.p3d";
4449 weight=450;
4450 weightPerQuantityUnit=4;
4451 itemSize[]={2,3};
4452 count=60;
4453 ammo="Bullet_556x45";
4454 ammoItems[]=
4455 {
4456 "Ammo_556x45",
4457 "Ammo_556x45Tracer"
4458 };
4459 tracersEvery=0;
4460 class DamageSystem
4461 {
4462 class GlobalHealth
4463 {
4464 class Health
4465 {
4466 hitpoints=100;
4467 healthLevels[]=
4468 {
4469
4470 {
4471 1,
4472
4473 {
4474 "DZ\weapons\attachments\magazine\data\magazine_stanag60.rvmat"
4475 }
4476 },
4477
4478 {
4479 0.69999999,
4480
4481 {
4482 "DZ\weapons\attachments\magazine\data\magazine_stanag60.rvmat"
4483 }
4484 },
4485
4486 {
4487 0.5,
4488
4489 {
4490 "DZ\weapons\attachments\magazine\data\magazine_stanag60_damage.rvmat"
4491 }
4492 },
4493
4494 {
4495 0.30000001,
4496
4497 {
4498 "DZ\weapons\attachments\magazine\data\magazine_stanag60_damage.rvmat"
4499 }
4500 },
4501
4502 {
4503 0,
4504
4505 {
4506 "DZ\weapons\attachments\magazine\data\magazine_stanag60_destruct.rvmat"
4507 }
4508 }
4509 };
4510 };
4511 };
4512 };
4513 class AnimEvents
4514 {
4515 class SoundWeapon
4516 {
4517 class MagRifle_fill_in
4518 {
4519 soundSet="MagRifle_fill_in_SoundSet";
4520 id=1;
4521 };
4522 class MagRifle_fill_loop
4523 {
4524 soundSet="MagRifle_fill_loop_SoundSet";
4525 id=2;
4526 };
4527 class MagRifle_fill_out
4528 {
4529 soundSet="MagRifle_fill_out_SoundSet";
4530 id=3;
4531 };
4532 class MagRifle_empty_in
4533 {
4534 soundSet="MagRifle_empty_in_SoundSet";
4535 id=4;
4536 };
4537 class MagRifle_empty_loop
4538 {
4539 soundSet="MagRifle_empty_loop_SoundSet";
4540 id=5;
4541 };
4542 class MagRifle_empty_out
4543 {
4544 soundSet="MagRifle_empty_out_SoundSet";
4545 id=6;
4546 };
4547 class MagPistol_fill_in
4548 {
4549 soundSet="MagPistol_fill_in_SoundSet";
4550 id=7;
4551 };
4552 class MagPistol_fill_loop
4553 {
4554 soundSet="MagPistol_fill_loop_SoundSet";
4555 id=8;
4556 };
4557 class MagPistol_fill_out
4558 {
4559 soundSet="MagPistol_fill_out_SoundSet";
4560 id=9;
4561 };
4562 class MagPistol_empty_in
4563 {
4564 soundSet="MagPistol_empty_in_SoundSet";
4565 id=10;
4566 };
4567 class MagPistol_empty_loop
4568 {
4569 soundSet="MagPistol_empty_loop_SoundSet";
4570 id=11;
4571 };
4572 class MagPistol_empty_out
4573 {
4574 soundSet="MagPistol_empty_out_SoundSet";
4575 id=12;
4576 };
4577 };
4578 };
4579 };
4580 class Mag_CMAG_10Rnd: Magazine_Base
4581 {
4582 scope=2;
4583 displayName="$STR_CfgMagazines_Mag_CMAG_10Rnd0";
4584 descriptionShort="$STR_CfgMagazines_Mag_CMAG_10Rnd1";
4585 model="\DZ\weapons\attachments\magazine\magazine_pmag_10.p3d";
4586 weight=30;
4587 weightPerQuantityUnit=4;
4588 itemSize[]={1,2};
4589 count=10;
4590 ammo="Bullet_556x45";
4591 ammoItems[]=
4592 {
4593 "Ammo_556x45",
4594 "Ammo_556x45Tracer"
4595 };
4596 tracersEvery=0;
4597 hiddenSelections[]=
4598 {
4599 "camo"
4600 };
4601 hiddenSelectionsTextures[]=
4602 {
4603 "dz\weapons\attachments\data\pmag_black_co.paa"
4604 };
4605 class DamageSystem
4606 {
4607 class GlobalHealth
4608 {
4609 class Health
4610 {
4611 hitpoints=100;
4612 healthLevels[]=
4613 {
4614
4615 {
4616 1,
4617
4618 {
4619 "DZ\weapons\attachments\data\pmag_black.rvmat"
4620 }
4621 },
4622
4623 {
4624 0.69999999,
4625
4626 {
4627 "DZ\weapons\attachments\data\pmag_black.rvmat"
4628 }
4629 },
4630
4631 {
4632 0.5,
4633
4634 {
4635 "DZ\weapons\attachments\data\pmag_black_damage.rvmat"
4636 }
4637 },
4638
4639 {
4640 0.30000001,
4641
4642 {
4643 "DZ\weapons\attachments\data\pmag_black_damage.rvmat"
4644 }
4645 },
4646
4647 {
4648 0,
4649
4650 {
4651 "DZ\weapons\attachments\data\pmag_black_destruct.rvmat"
4652 }
4653 }
4654 };
4655 };
4656 };
4657 };
4658 class AnimEvents
4659 {
4660 class SoundWeapon
4661 {
4662 class MagRifle_fill_in
4663 {
4664 soundSet="MagRifle_fill_in_SoundSet";
4665 id=1;
4666 };
4667 class MagRifle_fill_loop
4668 {
4669 soundSet="MagRifle_fill_loop_SoundSet";
4670 id=2;
4671 };
4672 class MagRifle_fill_out
4673 {
4674 soundSet="MagRifle_fill_out_SoundSet";
4675 id=3;
4676 };
4677 class MagRifle_empty_in
4678 {
4679 soundSet="MagRifle_empty_in_SoundSet";
4680 id=4;
4681 };
4682 class MagRifle_empty_loop
4683 {
4684 soundSet="MagRifle_empty_loop_SoundSet";
4685 id=5;
4686 };
4687 class MagRifle_empty_out
4688 {
4689 soundSet="MagRifle_empty_out_SoundSet";
4690 id=6;
4691 };
4692 class MagPistol_fill_in
4693 {
4694 soundSet="MagPistol_fill_in_SoundSet";
4695 id=7;
4696 };
4697 class MagPistol_fill_loop
4698 {
4699 soundSet="MagPistol_fill_loop_SoundSet";
4700 id=8;
4701 };
4702 class MagPistol_fill_out
4703 {
4704 soundSet="MagPistol_fill_out_SoundSet";
4705 id=9;
4706 };
4707 class MagPistol_empty_in
4708 {
4709 soundSet="MagPistol_empty_in_SoundSet";
4710 id=10;
4711 };
4712 class MagPistol_empty_loop
4713 {
4714 soundSet="MagPistol_empty_loop_SoundSet";
4715 id=11;
4716 };
4717 class MagPistol_empty_out
4718 {
4719 soundSet="MagPistol_empty_out_SoundSet";
4720 id=12;
4721 };
4722 };
4723 };
4724 };
4725 class Mag_CMAG_10Rnd_Black: Mag_CMAG_10Rnd
4726 {
4727 scope=2;
4728 descriptionShort="$STR_CfgMagazines_Mag_CMAG_10Rnd_Black0";
4729 color="Black";
4730 };
4731 class Mag_CMAG_10Rnd_Green: Mag_CMAG_10Rnd
4732 {
4733 scope=2;
4734 descriptionShort="$STR_CfgMagazines_Mag_CMAG_10Rnd_Green0";
4735 color="Green";
4736 hiddenSelectionsTextures[]=
4737 {
4738 "dz\weapons\attachments\data\pmag_co.paa"
4739 };
4740 };
4741 class Mag_CMAG_20Rnd: Magazine_Base
4742 {
4743 scope=2;
4744 displayName="$STR_CfgMagazines_Mag_CMAG_20Rnd0";
4745 descriptionShort="$STR_CfgMagazines_Mag_CMAG_20Rnd1";
4746 model="\DZ\weapons\attachments\magazine\magazine_pmag_20.p3d";
4747 weight=60;
4748 weightPerQuantityUnit=4;
4749 itemSize[]={1,2};
4750 count=20;
4751 ammo="Bullet_556x45";
4752 ammoItems[]=
4753 {
4754 "Ammo_556x45",
4755 "Ammo_556x45Tracer"
4756 };
4757 tracersEvery=0;
4758 hiddenSelections[]=
4759 {
4760 "camo"
4761 };
4762 hiddenSelectionsTextures[]=
4763 {
4764 "dz\weapons\attachments\data\pmag_black_co.paa"
4765 };
4766 class DamageSystem
4767 {
4768 class GlobalHealth
4769 {
4770 class Health
4771 {
4772 hitpoints=100;
4773 healthLevels[]=
4774 {
4775
4776 {
4777 1,
4778
4779 {
4780 "DZ\weapons\attachments\data\pmag_black.rvmat"
4781 }
4782 },
4783
4784 {
4785 0.69999999,
4786
4787 {
4788 "DZ\weapons\attachments\data\pmag_black.rvmat"
4789 }
4790 },
4791
4792 {
4793 0.5,
4794
4795 {
4796 "DZ\weapons\attachments\data\pmag_black_damage.rvmat"
4797 }
4798 },
4799
4800 {
4801 0.30000001,
4802
4803 {
4804 "DZ\weapons\attachments\data\pmag_black_damage.rvmat"
4805 }
4806 },
4807
4808 {
4809 0,
4810
4811 {
4812 "DZ\weapons\attachments\data\pmag_black_destruct.rvmat"
4813 }
4814 }
4815 };
4816 };
4817 };
4818 };
4819 class AnimEvents
4820 {
4821 class SoundWeapon
4822 {
4823 class MagRifle_fill_in
4824 {
4825 soundSet="MagRifle_fill_in_SoundSet";
4826 id=1;
4827 };
4828 class MagRifle_fill_loop
4829 {
4830 soundSet="MagRifle_fill_loop_SoundSet";
4831 id=2;
4832 };
4833 class MagRifle_fill_out
4834 {
4835 soundSet="MagRifle_fill_out_SoundSet";
4836 id=3;
4837 };
4838 class MagRifle_empty_in
4839 {
4840 soundSet="MagRifle_empty_in_SoundSet";
4841 id=4;
4842 };
4843 class MagRifle_empty_loop
4844 {
4845 soundSet="MagRifle_empty_loop_SoundSet";
4846 id=5;
4847 };
4848 class MagRifle_empty_out
4849 {
4850 soundSet="MagRifle_empty_out_SoundSet";
4851 id=6;
4852 };
4853 class MagPistol_fill_in
4854 {
4855 soundSet="MagPistol_fill_in_SoundSet";
4856 id=7;
4857 };
4858 class MagPistol_fill_loop
4859 {
4860 soundSet="MagPistol_fill_loop_SoundSet";
4861 id=8;
4862 };
4863 class MagPistol_fill_out
4864 {
4865 soundSet="MagPistol_fill_out_SoundSet";
4866 id=9;
4867 };
4868 class MagPistol_empty_in
4869 {
4870 soundSet="MagPistol_empty_in_SoundSet";
4871 id=10;
4872 };
4873 class MagPistol_empty_loop
4874 {
4875 soundSet="MagPistol_empty_loop_SoundSet";
4876 id=11;
4877 };
4878 class MagPistol_empty_out
4879 {
4880 soundSet="MagPistol_empty_out_SoundSet";
4881 id=12;
4882 };
4883 };
4884 };
4885 };
4886 class Mag_CMAG_20Rnd_Black: Mag_CMAG_20Rnd
4887 {
4888 scope=2;
4889 descriptionShort="$STR_CfgMagazines_Mag_CMAG_20Rnd_Black0";
4890 color="Black";
4891 };
4892 class Mag_CMAG_20Rnd_Green: Mag_CMAG_20Rnd
4893 {
4894 scope=2;
4895 descriptionShort="$STR_CfgMagazines_Mag_CMAG_20Rnd_Green0";
4896 color="Green";
4897 hiddenSelectionsTextures[]=
4898 {
4899 "dz\weapons\attachments\data\pmag_co.paa"
4900 };
4901 };
4902 class Mag_CMAG_30Rnd: Magazine_Base
4903 {
4904 scope=2;
4905 displayName="$STR_CfgMagazines_Mag_CMAG_30Rnd0";
4906 descriptionShort="$STR_CfgMagazines_Mag_CMAG_30Rnd1";
4907 model="\DZ\weapons\attachments\magazine\magazine_pmag_30.p3d";
4908 weight=90;
4909 weightPerQuantityUnit=4;
4910 itemSize[]={1,3};
4911 count=30;
4912 ammo="Bullet_556x45";
4913 ammoItems[]=
4914 {
4915 "Ammo_556x45",
4916 "Ammo_556x45Tracer"
4917 };
4918 tracersEvery=0;
4919 hiddenSelections[]=
4920 {
4921 "camo"
4922 };
4923 hiddenSelectionsTextures[]=
4924 {
4925 "dz\weapons\attachments\data\pmag_black_co.paa"
4926 };
4927 class DamageSystem
4928 {
4929 class GlobalHealth
4930 {
4931 class Health
4932 {
4933 hitpoints=100;
4934 healthLevels[]=
4935 {
4936
4937 {
4938 1,
4939
4940 {
4941 "DZ\weapons\attachments\data\pmag_black.rvmat"
4942 }
4943 },
4944
4945 {
4946 0.69999999,
4947
4948 {
4949 "DZ\weapons\attachments\data\pmag_black.rvmat"
4950 }
4951 },
4952
4953 {
4954 0.5,
4955
4956 {
4957 "DZ\weapons\attachments\data\pmag_black_damage.rvmat"
4958 }
4959 },
4960
4961 {
4962 0.30000001,
4963
4964 {
4965 "DZ\weapons\attachments\data\pmag_black_damage.rvmat"
4966 }
4967 },
4968
4969 {
4970 0,
4971
4972 {
4973 "DZ\weapons\attachments\data\pmag_black_destruct.rvmat"
4974 }
4975 }
4976 };
4977 };
4978 };
4979 };
4980 class AnimEvents
4981 {
4982 class SoundWeapon
4983 {
4984 class MagRifle_fill_in
4985 {
4986 soundSet="MagRifle_fill_in_SoundSet";
4987 id=1;
4988 };
4989 class MagRifle_fill_loop
4990 {
4991 soundSet="MagRifle_fill_loop_SoundSet";
4992 id=2;
4993 };
4994 class MagRifle_fill_out
4995 {
4996 soundSet="MagRifle_fill_out_SoundSet";
4997 id=3;
4998 };
4999 class MagRifle_empty_in
5000 {
5001 soundSet="MagRifle_empty_in_SoundSet";
5002 id=4;
5003 };
5004 class MagRifle_empty_loop
5005 {
5006 soundSet="MagRifle_empty_loop_SoundSet";
5007 id=5;
5008 };
5009 class MagRifle_empty_out
5010 {
5011 soundSet="MagRifle_empty_out_SoundSet";
5012 id=6;
5013 };
5014 class MagPistol_fill_in
5015 {
5016 soundSet="MagPistol_fill_in_SoundSet";
5017 id=7;
5018 };
5019 class MagPistol_fill_loop
5020 {
5021 soundSet="MagPistol_fill_loop_SoundSet";
5022 id=8;
5023 };
5024 class MagPistol_fill_out
5025 {
5026 soundSet="MagPistol_fill_out_SoundSet";
5027 id=9;
5028 };
5029 class MagPistol_empty_in
5030 {
5031 soundSet="MagPistol_empty_in_SoundSet";
5032 id=10;
5033 };
5034 class MagPistol_empty_loop
5035 {
5036 soundSet="MagPistol_empty_loop_SoundSet";
5037 id=11;
5038 };
5039 class MagPistol_empty_out
5040 {
5041 soundSet="MagPistol_empty_out_SoundSet";
5042 id=12;
5043 };
5044 };
5045 };
5046 };
5047 class Mag_CMAG_30Rnd_Black: Mag_CMAG_30Rnd
5048 {
5049 scope=2;
5050 descriptionShort="$STR_CfgMagazines_Mag_CMAG_30Rnd_Black0";
5051 color="Black";
5052 };
5053 class Mag_CMAG_30Rnd_Green: Mag_CMAG_30Rnd
5054 {
5055 scope=2;
5056 descriptionShort="$STR_CfgMagazines_Mag_CMAG_30Rnd_Green0";
5057 color="Green";
5058 hiddenSelectionsTextures[]=
5059 {
5060 "dz\weapons\attachments\data\pmag_co.paa"
5061 };
5062 };
5063 class Mag_CMAG_40Rnd: Magazine_Base
5064 {
5065 scope=2;
5066 displayName="$STR_CfgMagazines_Mag_CMAG_40Rnd0";
5067 descriptionShort="$STR_CfgMagazines_Mag_CMAG_40Rnd1";
5068 model="\DZ\weapons\attachments\magazine\magazine_pmag_40.p3d";
5069 weight=100;
5070 weightPerQuantityUnit=4;
5071 itemSize[]={1,4};
5072 count=40;
5073 ammo="Bullet_556x45";
5074 ammoItems[]=
5075 {
5076 "Ammo_556x45",
5077 "Ammo_556x45Tracer"
5078 };
5079 tracersEvery=0;
5080 hiddenSelections[]=
5081 {
5082 "camo"
5083 };
5084 hiddenSelectionsTextures[]=
5085 {
5086 "dz\weapons\attachments\data\pmag_black_co.paa"
5087 };
5088 class DamageSystem
5089 {
5090 class GlobalHealth
5091 {
5092 class Health
5093 {
5094 hitpoints=100;
5095 healthLevels[]=
5096 {
5097
5098 {
5099 1,
5100
5101 {
5102 "DZ\weapons\attachments\data\pmag_black.rvmat"
5103 }
5104 },
5105
5106 {
5107 0.69999999,
5108
5109 {
5110 "DZ\weapons\attachments\data\pmag_black.rvmat"
5111 }
5112 },
5113
5114 {
5115 0.5,
5116
5117 {
5118 "DZ\weapons\attachments\data\pmag_black_damage.rvmat"
5119 }
5120 },
5121
5122 {
5123 0.30000001,
5124
5125 {
5126 "DZ\weapons\attachments\data\pmag_black_damage.rvmat"
5127 }
5128 },
5129
5130 {
5131 0,
5132
5133 {
5134 "DZ\weapons\attachments\data\pmag_black_destruct.rvmat"
5135 }
5136 }
5137 };
5138 };
5139 };
5140 };
5141 class AnimEvents
5142 {
5143 class SoundWeapon
5144 {
5145 class MagRifle_fill_in
5146 {
5147 soundSet="MagRifle_fill_in_SoundSet";
5148 id=1;
5149 };
5150 class MagRifle_fill_loop
5151 {
5152 soundSet="MagRifle_fill_loop_SoundSet";
5153 id=2;
5154 };
5155 class MagRifle_fill_out
5156 {
5157 soundSet="MagRifle_fill_out_SoundSet";
5158 id=3;
5159 };
5160 class MagRifle_empty_in
5161 {
5162 soundSet="MagRifle_empty_in_SoundSet";
5163 id=4;
5164 };
5165 class MagRifle_empty_loop
5166 {
5167 soundSet="MagRifle_empty_loop_SoundSet";
5168 id=5;
5169 };
5170 class MagRifle_empty_out
5171 {
5172 soundSet="MagRifle_empty_out_SoundSet";
5173 id=6;
5174 };
5175 class MagPistol_fill_in
5176 {
5177 soundSet="MagPistol_fill_in_SoundSet";
5178 id=7;
5179 };
5180 class MagPistol_fill_loop
5181 {
5182 soundSet="MagPistol_fill_loop_SoundSet";
5183 id=8;
5184 };
5185 class MagPistol_fill_out
5186 {
5187 soundSet="MagPistol_fill_out_SoundSet";
5188 id=9;
5189 };
5190 class MagPistol_empty_in
5191 {
5192 soundSet="MagPistol_empty_in_SoundSet";
5193 id=10;
5194 };
5195 class MagPistol_empty_loop
5196 {
5197 soundSet="MagPistol_empty_loop_SoundSet";
5198 id=11;
5199 };
5200 class MagPistol_empty_out
5201 {
5202 soundSet="MagPistol_empty_out_SoundSet";
5203 id=12;
5204 };
5205 };
5206 };
5207 };
5208 class Mag_CMAG_40Rnd_Black: Mag_CMAG_40Rnd
5209 {
5210 scope=2;
5211 descriptionShort="$STR_CfgMagazines_Mag_CMAG_40Rnd_Black0";
5212 color="Black";
5213 };
5214 class Mag_CMAG_40Rnd_Green: Mag_CMAG_40Rnd
5215 {
5216 scope=2;
5217 descriptionShort="$STR_CfgMagazines_Mag_CMAG_40Rnd_Green0";
5218 color="Green";
5219 hiddenSelectionsTextures[]=
5220 {
5221 "dz\weapons\attachments\data\pmag_co.paa"
5222 };
5223 };
5224 class Mag_AK101_30Rnd: Magazine_Base
5225 {
5226 scope=2;
5227 displayName="$STR_CfgMagazines_Mag_AK101_30Rnd0";
5228 descriptionShort="$STR_CfgMagazines_Mag_AK101_30Rnd1";
5229 model="\DZ\weapons\attachments\magazine\magazine_ak101_30rnd.p3d";
5230 weight=400;
5231 weightPerQuantityUnit=4;
5232 itemSize[]={1,3};
5233 count=30;
5234 ammo="Bullet_556x45";
5235 ammoItems[]=
5236 {
5237 "Ammo_556x45",
5238 "Ammo_556x45Tracer"
5239 };
5240 tracersEvery=0;
5241 hiddenSelections[]=
5242 {
5243 "camo"
5244 };
5245 hiddenSelectionsTextures[]=
5246 {
5247 "DZ\weapons\firearms\AK101\data\ak101_co.paa"
5248 };
5249 hiddenSelectionsMaterials[]=
5250 {
5251 "DZ\weapons\firearms\AK101\data\ak101.rvmat"
5252 };
5253 class DamageSystem
5254 {
5255 class GlobalHealth
5256 {
5257 class Health
5258 {
5259 hitpoints=100;
5260 healthLevels[]=
5261 {
5262
5263 {
5264 1,
5265
5266 {
5267 "DZ\weapons\firearms\AK101\data\ak101.rvmat"
5268 }
5269 },
5270
5271 {
5272 0.69999999,
5273
5274 {
5275 "DZ\weapons\firearms\AK101\data\ak101.rvmat"
5276 }
5277 },
5278
5279 {
5280 0.5,
5281
5282 {
5283 "DZ\weapons\firearms\AK101\data\ak101_damage.rvmat"
5284 }
5285 },
5286
5287 {
5288 0.30000001,
5289
5290 {
5291 "DZ\weapons\firearms\AK101\data\ak101_damage.rvmat"
5292 }
5293 },
5294
5295 {
5296 0,
5297
5298 {
5299 "DZ\weapons\firearms\AK101\data\ak101_destruct.rvmat"
5300 }
5301 }
5302 };
5303 };
5304 };
5305 };
5306 class AnimEvents
5307 {
5308 class SoundWeapon
5309 {
5310 class MagRifle_fill_in
5311 {
5312 soundSet="MagRifle_fill_in_SoundSet";
5313 id=1;
5314 };
5315 class MagRifle_fill_loop
5316 {
5317 soundSet="MagRifle_fill_loop_SoundSet";
5318 id=2;
5319 };
5320 class MagRifle_fill_out
5321 {
5322 soundSet="MagRifle_fill_out_SoundSet";
5323 id=3;
5324 };
5325 class MagRifle_empty_in
5326 {
5327 soundSet="MagRifle_empty_in_SoundSet";
5328 id=4;
5329 };
5330 class MagRifle_empty_loop
5331 {
5332 soundSet="MagRifle_empty_loop_SoundSet";
5333 id=5;
5334 };
5335 class MagRifle_empty_out
5336 {
5337 soundSet="MagRifle_empty_out_SoundSet";
5338 id=6;
5339 };
5340 class MagPistol_fill_in
5341 {
5342 soundSet="MagPistol_fill_in_SoundSet";
5343 id=7;
5344 };
5345 class MagPistol_fill_loop
5346 {
5347 soundSet="MagPistol_fill_loop_SoundSet";
5348 id=8;
5349 };
5350 class MagPistol_fill_out
5351 {
5352 soundSet="MagPistol_fill_out_SoundSet";
5353 id=9;
5354 };
5355 class MagPistol_empty_in
5356 {
5357 soundSet="MagPistol_empty_in_SoundSet";
5358 id=10;
5359 };
5360 class MagPistol_empty_loop
5361 {
5362 soundSet="MagPistol_empty_loop_SoundSet";
5363 id=11;
5364 };
5365 class MagPistol_empty_out
5366 {
5367 soundSet="MagPistol_empty_out_SoundSet";
5368 id=12;
5369 };
5370 };
5371 };
5372 };
5373 class Mag_Aug_30Rnd: Magazine_Base
5374 {
5375 scope=2;
5376 displayName="$STR_CfgMagazines_Mag_AUG_30Rnd0";
5377 descriptionShort="$STR_CfgMagazines_Mag_AUG_30Rnd1";
5378 model="\DZ\weapons\attachments\magazine\magazine_aug30.p3d";
5379 weight=90;
5380 weightPerQuantityUnit=4;
5381 itemSize[]={1,3};
5382 count=30;
5383 ammo="Bullet_556x45";
5384 ammoItems[]=
5385 {
5386 "Ammo_556x45",
5387 "Ammo_556x45Tracer"
5388 };
5389 tracersEvery=0;
5390 hiddenSelections[]=
5391 {
5392 "camo"
5393 };
5394 hiddenSelectionsTextures[]=
5395 {
5396 "DZ\weapons\attachments\magazine\data\aug_mag_co.paa"
5397 };
5398 hiddenSelectionsMaterials[]=
5399 {
5400 "DZ\weapons\attachments\magazine\data\aug_mag.rvmat"
5401 };
5402 class DamageSystem
5403 {
5404 class GlobalHealth
5405 {
5406 class Health
5407 {
5408 hitpoints=100;
5409 healthLevels[]=
5410 {
5411
5412 {
5413 1,
5414
5415 {
5416 "DZ\weapons\attachments\magazine\data\aug_mag.rvmat"
5417 }
5418 },
5419
5420 {
5421 0.69999999,
5422
5423 {
5424 "DZ\weapons\attachments\magazine\data\aug_mag.rvmat"
5425 }
5426 },
5427
5428 {
5429 0.5,
5430
5431 {
5432 "DZ\weapons\attachments\magazine\data\aug_mag_damage.rvmat"
5433 }
5434 },
5435
5436 {
5437 0.30000001,
5438
5439 {
5440 "DZ\weapons\attachments\magazine\data\aug_mag_damage.rvmat"
5441 }
5442 },
5443
5444 {
5445 0,
5446
5447 {
5448 "DZ\weapons\attachments\magazine\data\aug_mag_destruct.rvmat"
5449 }
5450 }
5451 };
5452 };
5453 };
5454 };
5455 class AnimEventse
5456 {
5457 class SoundWeapon
5458 {
5459 class MagRifle_fill_in
5460 {
5461 soundSet="MagRifle_fill_in_SoundSet";
5462 id=1;
5463 };
5464 class MagRifle_fill_loop
5465 {
5466 soundSet="MagRifle_fill_loop_SoundSet";
5467 id=2;
5468 };
5469 class MagRifle_fill_out
5470 {
5471 soundSet="MagRifle_fill_out_SoundSet";
5472 id=3;
5473 };
5474 class MagRifle_empty_in
5475 {
5476 soundSet="MagRifle_empty_in_SoundSet";
5477 id=4;
5478 };
5479 class MagRifle_empty_loop
5480 {
5481 soundSet="MagRifle_empty_loop_SoundSet";
5482 id=5;
5483 };
5484 class MagRifle_empty_out
5485 {
5486 soundSet="MagRifle_empty_out_SoundSet";
5487 id=6;
5488 };
5489 class MagPistol_fill_in
5490 {
5491 soundSet="MagPistol_fill_in_SoundSet";
5492 id=7;
5493 };
5494 class MagPistol_fill_loop
5495 {
5496 soundSet="MagPistol_fill_loop_SoundSet";
5497 id=8;
5498 };
5499 class MagPistol_fill_out
5500 {
5501 soundSet="MagPistol_fill_out_SoundSet";
5502 id=9;
5503 };
5504 class MagPistol_empty_in
5505 {
5506 soundSet="MagPistol_empty_in_SoundSet";
5507 id=10;
5508 };
5509 class MagPistol_empty_loop
5510 {
5511 soundSet="MagPistol_empty_loop_SoundSet";
5512 id=11;
5513 };
5514 class MagPistol_empty_out
5515 {
5516 soundSet="MagPistol_empty_out_SoundSet";
5517 id=12;
5518 };
5519 };
5520 };
5521 };
5522 class Mag_AK101_30Rnd_Black: Mag_AK101_30Rnd
5523 {
5524 scope=2;
5525 descriptionShort="$STR_CfgMagazines_Mag_AK101_30Rnd_Black0";
5526 color="Black";
5527 };
5528 class Mag_AK101_30Rnd_Green: Mag_AK101_30Rnd
5529 {
5530 scope=2;
5531 descriptionShort="$STR_CfgMagazines_Mag_AK101_30Rnd_Green0";
5532 color="Green";
5533 hiddenSelectionsTextures[]=
5534 {
5535 "#(argb,8,8,3)color(0.35,0.36,0.28,1.0,CO)"
5536 };
5537 };
5538 class Mag_AK74_30Rnd: Magazine_Base
5539 {
5540 scope=2;
5541 displayName="$STR_CfgMagazines_Mag_AK74_30Rnd0";
5542 descriptionShort="$STR_CfgMagazines_Mag_AK74_30Rnd1";
5543 model="\DZ\weapons\attachments\magazine\magazine_ak74_30rnd.p3d";
5544 weight=230;
5545 weightPerQuantityUnit=4;
5546 itemSize[]={1,3};
5547 count=30;
5548 ammo="Bullet_545x39";
5549 ammoItems[]=
5550 {
5551 "Ammo_545x39",
5552 "Ammo_545x39Tracer"
5553 };
5554 tracersEvery=0;
5555 hiddenSelections[]=
5556 {
5557 "camo"
5558 };
5559 hiddenSelectionsTextures[]=
5560 {
5561 "DZ\weapons\attachments\magazine\data\magazine_ak74_tan_co.paa"
5562 };
5563 hiddenSelectionsMaterials[]=
5564 {
5565 "DZ\weapons\attachments\magazine\data\magazine_ak74_tan.rvmat"
5566 };
5567 class DamageSystem
5568 {
5569 class GlobalHealth
5570 {
5571 class Health
5572 {
5573 hitpoints=100;
5574 healthLevels[]=
5575 {
5576
5577 {
5578 1,
5579
5580 {
5581 "DZ\weapons\attachments\magazine\data\magazine_ak74.rvmat"
5582 }
5583 },
5584
5585 {
5586 0.69999999,
5587
5588 {
5589 "DZ\weapons\attachments\magazine\data\magazine_ak74.rvmat"
5590 }
5591 },
5592
5593 {
5594 0.5,
5595
5596 {
5597 "DZ\weapons\attachments\magazine\data\magazine_ak74_damage.rvmat"
5598 }
5599 },
5600
5601 {
5602 0.30000001,
5603
5604 {
5605 "DZ\weapons\attachments\magazine\data\magazine_ak74_damage.rvmat"
5606 }
5607 },
5608
5609 {
5610 0,
5611
5612 {
5613 "DZ\weapons\attachments\magazine\data\magazine_ak74_destruct.rvmat"
5614 }
5615 }
5616 };
5617 };
5618 };
5619 };
5620 class AnimEvents
5621 {
5622 class SoundWeapon
5623 {
5624 class MagRifle_fill_in
5625 {
5626 soundSet="MagRifle_fill_in_SoundSet";
5627 id=1;
5628 };
5629 class MagRifle_fill_loop
5630 {
5631 soundSet="MagRifle_fill_loop_SoundSet";
5632 id=2;
5633 };
5634 class MagRifle_fill_out
5635 {
5636 soundSet="MagRifle_fill_out_SoundSet";
5637 id=3;
5638 };
5639 class MagRifle_empty_in
5640 {
5641 soundSet="MagRifle_empty_in_SoundSet";
5642 id=4;
5643 };
5644 class MagRifle_empty_loop
5645 {
5646 soundSet="MagRifle_empty_loop_SoundSet";
5647 id=5;
5648 };
5649 class MagRifle_empty_out
5650 {
5651 soundSet="MagRifle_empty_out_SoundSet";
5652 id=6;
5653 };
5654 class MagPistol_fill_in
5655 {
5656 soundSet="MagPistol_fill_in_SoundSet";
5657 id=7;
5658 };
5659 class MagPistol_fill_loop
5660 {
5661 soundSet="MagPistol_fill_loop_SoundSet";
5662 id=8;
5663 };
5664 class MagPistol_fill_out
5665 {
5666 soundSet="MagPistol_fill_out_SoundSet";
5667 id=9;
5668 };
5669 class MagPistol_empty_in
5670 {
5671 soundSet="MagPistol_empty_in_SoundSet";
5672 id=10;
5673 };
5674 class MagPistol_empty_loop
5675 {
5676 soundSet="MagPistol_empty_loop_SoundSet";
5677 id=11;
5678 };
5679 class MagPistol_empty_out
5680 {
5681 soundSet="MagPistol_empty_out_SoundSet";
5682 id=12;
5683 };
5684 };
5685 };
5686 };
5687 class Mag_AK74_30Rnd_Black: Mag_AK74_30Rnd
5688 {
5689 scope=2;
5690 descriptionShort="$STR_CfgMagazines_Mag_AK74_30Rnd_Black0";
5691 color="Black";
5692 hiddenSelectionsTextures[]=
5693 {
5694 "#(argb,8,8,3)color(0.15,0.15,0.15,1.0,CO)"
5695 };
5696 hiddenSelectionsMaterials[]=
5697 {
5698 "DZ\weapons\attachments\magazine\data\magazine_ak74.rvmat"
5699 };
5700 };
5701 class Mag_AK74_30Rnd_Green: Mag_AK74_30Rnd
5702 {
5703 scope=2;
5704 descriptionShort="$STR_CfgMagazines_Mag_AK74_30Rnd_Green0";
5705 color="Green";
5706 hiddenSelectionsTextures[]=
5707 {
5708 "#(argb,8,8,3)color(0.35,0.36,0.28,1.0,CO)"
5709 };
5710 hiddenSelectionsMaterials[]=
5711 {
5712 "DZ\weapons\attachments\magazine\data\magazine_ak74.rvmat"
5713 };
5714 };
5715 class Mag_AK74_45Rnd: Magazine_Base
5716 {
5717 scope=2;
5718 displayName="$STR_Mag_AK74_45rd_0";
5719 descriptionShort="$STR_Mag_AK74_45rd_1";
5720 model="\DZ\weapons\attachments\magazine\magazine_ak74_45rnd.p3d";
5721 weight=250;
5722 weightPerQuantityUnit=4;
5723 itemSize[]={1,4};
5724 count=45;
5725 ammo="Bullet_545x39";
5726 ammoItems[]=
5727 {
5728 "Ammo_545x39",
5729 "Ammo_545x39Tracer"
5730 };
5731 tracersEvery=0;
5732 hiddenSelections[]=
5733 {
5734 "camo"
5735 };
5736 hiddenSelectionsTextures[]=
5737 {
5738 "DZ\weapons\attachments\magazine\data\magazine_ak74_45rnd_co.paa"
5739 };
5740 hiddenSelectionsMaterials[]=
5741 {
5742 "DZ\weapons\attachments\magazine\data\magazine_ak74_45rnd.rvmat"
5743 };
5744 class DamageSystem
5745 {
5746 class GlobalHealth
5747 {
5748 class Health
5749 {
5750 hitpoints=100;
5751 healthLevels[]=
5752 {
5753
5754 {
5755 1,
5756
5757 {
5758 "DZ\weapons\attachments\magazine\data\magazine_ak74_45rnd.rvmat"
5759 }
5760 },
5761
5762 {
5763 0.69999999,
5764
5765 {
5766 "DZ\weapons\attachments\magazine\data\magazine_ak74_45rnd.rvmat"
5767 }
5768 },
5769
5770 {
5771 0.5,
5772
5773 {
5774 "DZ\weapons\attachments\magazine\data\magazine_ak74_45rnd_damage.rvmat"
5775 }
5776 },
5777
5778 {
5779 0.30000001,
5780
5781 {
5782 "DZ\weapons\attachments\magazine\data\magazine_ak74_45rnd_damage.rvmat"
5783 }
5784 },
5785
5786 {
5787 0,
5788
5789 {
5790 "DZ\weapons\attachments\magazine\data\magazine_ak74_45rnd_destruct.rvmat"
5791 }
5792 }
5793 };
5794 };
5795 };
5796 };
5797 class AnimEvents
5798 {
5799 class SoundWeapon
5800 {
5801 class MagRifle_fill_in
5802 {
5803 soundSet="MagRifle_fill_in_SoundSet";
5804 id=1;
5805 };
5806 class MagRifle_fill_loop
5807 {
5808 soundSet="MagRifle_fill_loop_SoundSet";
5809 id=2;
5810 };
5811 class MagRifle_fill_out
5812 {
5813 soundSet="MagRifle_fill_out_SoundSet";
5814 id=3;
5815 };
5816 class MagRifle_empty_in
5817 {
5818 soundSet="MagRifle_empty_in_SoundSet";
5819 id=4;
5820 };
5821 class MagRifle_empty_loop
5822 {
5823 soundSet="MagRifle_empty_loop_SoundSet";
5824 id=5;
5825 };
5826 class MagRifle_empty_out
5827 {
5828 soundSet="MagRifle_empty_out_SoundSet";
5829 id=6;
5830 };
5831 class MagPistol_fill_in
5832 {
5833 soundSet="MagPistol_fill_in_SoundSet";
5834 id=7;
5835 };
5836 class MagPistol_fill_loop
5837 {
5838 soundSet="MagPistol_fill_loop_SoundSet";
5839 id=8;
5840 };
5841 class MagPistol_fill_out
5842 {
5843 soundSet="MagPistol_fill_out_SoundSet";
5844 id=9;
5845 };
5846 class MagPistol_empty_in
5847 {
5848 soundSet="MagPistol_empty_in_SoundSet";
5849 id=10;
5850 };
5851 class MagPistol_empty_loop
5852 {
5853 soundSet="MagPistol_empty_loop_SoundSet";
5854 id=11;
5855 };
5856 class MagPistol_empty_out
5857 {
5858 soundSet="MagPistol_empty_out_SoundSet";
5859 id=12;
5860 };
5861 };
5862 };
5863 };
5864 class Mag_SVD_10Rnd: Magazine_Base
5865 {
5866 scope=2;
5867 displayName="$STR_CfgMagazines_Mag_SVD_10Rnd0";
5868 descriptionShort="$STR_CfgMagazines_Mag_SVD_10Rnd1";
5869 model="\DZ\weapons\attachments\magazine\magazine_svd.p3d";
5870 weight=120;
5871 weightPerQuantityUnit=9;
5872 itemSize[]={1,2};
5873 count=10;
5874 ammo="Bullet_762x54";
5875 ammoItems[]=
5876 {
5877 "Ammo_762x54",
5878 "Ammo_762x54Tracer"
5879 };
5880 tracersEvery=0;
5881 class DamageSystem
5882 {
5883 class GlobalHealth
5884 {
5885 class Health
5886 {
5887 hitpoints=100;
5888 healthLevels[]=
5889 {
5890
5891 {
5892 1,
5893
5894 {
5895 "dz\weapons\attachments\data\svd_mag.rvmat"
5896 }
5897 },
5898
5899 {
5900 0.69999999,
5901
5902 {
5903 "dz\weapons\attachments\data\svd_mag.rvmat"
5904 }
5905 },
5906
5907 {
5908 0.5,
5909
5910 {
5911 "dz\weapons\attachments\data\svd_mag_damage.rvmat"
5912 }
5913 },
5914
5915 {
5916 0.30000001,
5917
5918 {
5919 "dz\weapons\attachments\data\svd_mag_damage.rvmat"
5920 }
5921 },
5922
5923 {
5924 0,
5925
5926 {
5927 "dz\weapons\attachments\data\svd_mag_destruct.rvmat"
5928 }
5929 }
5930 };
5931 };
5932 };
5933 };
5934 class AnimEvents
5935 {
5936 class SoundWeapon
5937 {
5938 class MagRifle_fill_in
5939 {
5940 soundSet="MagRifle_fill_in_SoundSet";
5941 id=1;
5942 };
5943 class MagRifle_fill_loop
5944 {
5945 soundSet="MagRifle_fill_loop_SoundSet";
5946 id=2;
5947 };
5948 class MagRifle_fill_out
5949 {
5950 soundSet="MagRifle_fill_out_SoundSet";
5951 id=3;
5952 };
5953 class MagRifle_empty_in
5954 {
5955 soundSet="MagRifle_empty_in_SoundSet";
5956 id=4;
5957 };
5958 class MagRifle_empty_loop
5959 {
5960 soundSet="MagRifle_empty_loop_SoundSet";
5961 id=5;
5962 };
5963 class MagRifle_empty_out
5964 {
5965 soundSet="MagRifle_empty_out_SoundSet";
5966 id=6;
5967 };
5968 class MagPistol_fill_in
5969 {
5970 soundSet="MagPistol_fill_in_SoundSet";
5971 id=7;
5972 };
5973 class MagPistol_fill_loop
5974 {
5975 soundSet="MagPistol_fill_loop_SoundSet";
5976 id=8;
5977 };
5978 class MagPistol_fill_out
5979 {
5980 soundSet="MagPistol_fill_out_SoundSet";
5981 id=9;
5982 };
5983 class MagPistol_empty_in
5984 {
5985 soundSet="MagPistol_empty_in_SoundSet";
5986 id=10;
5987 };
5988 class MagPistol_empty_loop
5989 {
5990 soundSet="MagPistol_empty_loop_SoundSet";
5991 id=11;
5992 };
5993 class MagPistol_empty_out
5994 {
5995 soundSet="MagPistol_empty_out_SoundSet";
5996 id=12;
5997 };
5998 };
5999 };
6000 };
6001 class Mag_FAL_20Rnd: Magazine_Base
6002 {
6003 scope=2;
6004 displayName="$STR_CfgMagazines_Mag_FAL_20Rnd0";
6005 descriptionShort="$STR_CfgMagazines_Mag_FAL_20Rnd1";
6006 model="\DZ\weapons\attachments\magazine\magazine_fal.p3d";
6007 weight=120;
6008 weightPerQuantityUnit=10;
6009 itemSize[]={1,2};
6010 count=20;
6011 ammo="Bullet_308Win";
6012 ammoItems[]=
6013 {
6014 "Ammo_308Win",
6015 "Ammo_308WinTracer"
6016 };
6017 tracersEvery=0;
6018 hiddenSelections[]=
6019 {
6020 "camo"
6021 };
6022 hiddenSelectionsTextures[]=
6023 {
6024 "DZ\weapons\attachments\magazine\data\fal_mag_co.paa"
6025 };
6026 class DamageSystem
6027 {
6028 class GlobalHealth
6029 {
6030 class Health
6031 {
6032 hitpoints=100;
6033 healthLevels[]=
6034 {
6035
6036 {
6037 1,
6038
6039 {
6040 "DZ\weapons\attachments\magazine\data\fal_mag.rvmat"
6041 }
6042 },
6043
6044 {
6045 0.69999999,
6046
6047 {
6048 "DZ\weapons\attachments\magazine\data\fal_mag.rvmat"
6049 }
6050 },
6051
6052 {
6053 0.5,
6054
6055 {
6056 "DZ\weapons\attachments\magazine\data\fal_mag_damage.rvmat"
6057 }
6058 },
6059
6060 {
6061 0.30000001,
6062
6063 {
6064 "DZ\weapons\attachments\magazine\data\fal_mag_damage.rvmat"
6065 }
6066 },
6067
6068 {
6069 0,
6070
6071 {
6072 "DZ\weapons\attachments\magazine\data\fal_mag_destruct.rvmat"
6073 }
6074 }
6075 };
6076 };
6077 };
6078 };
6079 class AnimEvents
6080 {
6081 class SoundWeapon
6082 {
6083 class MagRifle_fill_in
6084 {
6085 soundSet="MagRifle_fill_in_SoundSet";
6086 id=1;
6087 };
6088 class MagRifle_fill_loop
6089 {
6090 soundSet="MagRifle_fill_loop_SoundSet";
6091 id=2;
6092 };
6093 class MagRifle_fill_out
6094 {
6095 soundSet="MagRifle_fill_out_SoundSet";
6096 id=3;
6097 };
6098 class MagRifle_empty_in
6099 {
6100 soundSet="MagRifle_empty_in_SoundSet";
6101 id=4;
6102 };
6103 class MagRifle_empty_loop
6104 {
6105 soundSet="MagRifle_empty_loop_SoundSet";
6106 id=5;
6107 };
6108 class MagRifle_empty_out
6109 {
6110 soundSet="MagRifle_empty_out_SoundSet";
6111 id=6;
6112 };
6113 class MagPistol_fill_in
6114 {
6115 soundSet="MagPistol_fill_in_SoundSet";
6116 id=7;
6117 };
6118 class MagPistol_fill_loop
6119 {
6120 soundSet="MagPistol_fill_loop_SoundSet";
6121 id=8;
6122 };
6123 class MagPistol_fill_out
6124 {
6125 soundSet="MagPistol_fill_out_SoundSet";
6126 id=9;
6127 };
6128 class MagPistol_empty_in
6129 {
6130 soundSet="MagPistol_empty_in_SoundSet";
6131 id=10;
6132 };
6133 class MagPistol_empty_loop
6134 {
6135 soundSet="MagPistol_empty_loop_SoundSet";
6136 id=11;
6137 };
6138 class MagPistol_empty_out
6139 {
6140 soundSet="MagPistol_empty_out_SoundSet";
6141 id=12;
6142 };
6143 };
6144 };
6145 };
6146 class Mag_Scout_5Rnd: Magazine_Base
6147 {
6148 scope=2;
6149 displayName="$STR_CfgMagazines_Mag_Scout_5Rnd0";
6150 descriptionShort="$STR_CfgMagazines_Mag_Scout_5Rnd1";
6151 model="\DZ\weapons\attachments\magazine\magazine_scout.p3d";
6152 weight=40;
6153 weightPerQuantityUnit=4;
6154 itemSize[]={1,1};
6155 count=5;
6156 ammo="Bullet_556x45";
6157 ammoItems[]=
6158 {
6159 "Ammo_556x45",
6160 "Ammo_556x45Tracer"
6161 };
6162 tracersEvery=0;
6163 hiddenSelections[]=
6164 {
6165 "camo"
6166 };
6167 hiddenSelectionsTextures[]=
6168 {
6169 "dz\weapons\attachments\magazine\data\scout_mag_co.paa"
6170 };
6171 class DamageSystem
6172 {
6173 class GlobalHealth
6174 {
6175 class Health
6176 {
6177 hitpoints=100;
6178 healthLevels[]=
6179 {
6180
6181 {
6182 1,
6183
6184 {
6185 "DZ\weapons\attachments\magazine\data\scout_mag.rvmat"
6186 }
6187 },
6188
6189 {
6190 0.69999999,
6191
6192 {
6193 "DZ\weapons\attachments\magazine\data\scout_mag.rvmat"
6194 }
6195 },
6196
6197 {
6198 0.5,
6199
6200 {
6201 "DZ\weapons\attachments\magazine\data\scout_mag_damage.rvmat"
6202 }
6203 },
6204
6205 {
6206 0.30000001,
6207
6208 {
6209 "DZ\weapons\attachments\magazine\data\scout_mag_damage.rvmat"
6210 }
6211 },
6212
6213 {
6214 0,
6215
6216 {
6217 "DZ\weapons\attachments\magazine\data\scout_mag_destruct.rvmat"
6218 }
6219 }
6220 };
6221 };
6222 };
6223 };
6224 class AnimEvents
6225 {
6226 class SoundWeapon
6227 {
6228 class MagRifle_fill_in
6229 {
6230 soundSet="MagRifle_fill_in_SoundSet";
6231 id=1;
6232 };
6233 class MagRifle_fill_loop
6234 {
6235 soundSet="MagRifle_fill_loop_SoundSet";
6236 id=2;
6237 };
6238 class MagRifle_fill_out
6239 {
6240 soundSet="MagRifle_fill_out_SoundSet";
6241 id=3;
6242 };
6243 class MagRifle_empty_in
6244 {
6245 soundSet="MagRifle_empty_in_SoundSet";
6246 id=4;
6247 };
6248 class MagRifle_empty_loop
6249 {
6250 soundSet="MagRifle_empty_loop_SoundSet";
6251 id=5;
6252 };
6253 class MagRifle_empty_out
6254 {
6255 soundSet="MagRifle_empty_out_SoundSet";
6256 id=6;
6257 };
6258 class MagPistol_fill_in
6259 {
6260 soundSet="MagPistol_fill_in_SoundSet";
6261 id=7;
6262 };
6263 class MagPistol_fill_loop
6264 {
6265 soundSet="MagPistol_fill_loop_SoundSet";
6266 id=8;
6267 };
6268 class MagPistol_fill_out
6269 {
6270 soundSet="MagPistol_fill_out_SoundSet";
6271 id=9;
6272 };
6273 class MagPistol_empty_in
6274 {
6275 soundSet="MagPistol_empty_in_SoundSet";
6276 id=10;
6277 };
6278 class MagPistol_empty_loop
6279 {
6280 soundSet="MagPistol_empty_loop_SoundSet";
6281 id=11;
6282 };
6283 class MagPistol_empty_out
6284 {
6285 soundSet="MagPistol_empty_out_SoundSet";
6286 id=12;
6287 };
6288 };
6289 };
6290 };
6291 class Mag_UMP_25Rnd: Magazine_Base
6292 {
6293 scope=2;
6294 displayName="$STR_CfgMagazines_Mag_UMP_25Rnd0";
6295 descriptionShort="$STR_CfgMagazines_Mag_UMP_25Rnd1";
6296 model="\DZ\weapons\attachments\magazine\magazine_ump45_25rnd.p3d";
6297 weight=350;
6298 weightPerQuantityUnit=12;
6299 itemSize[]={1,3};
6300 count=25;
6301 ammo="Bullet_45ACP";
6302 ammoItems[]=
6303 {
6304 "Ammo_45ACP"
6305 };
6306 class DamageSystem
6307 {
6308 class GlobalHealth
6309 {
6310 class Health
6311 {
6312 hitpoints=100;
6313 healthLevels[]=
6314 {
6315
6316 {
6317 1,
6318
6319 {
6320 "DZ\weapons\attachments\magazine\data\ump45_magazine.rvmat"
6321 }
6322 },
6323
6324 {
6325 0.69999999,
6326
6327 {
6328 "DZ\weapons\attachments\magazine\data\ump45_magazine.rvmat"
6329 }
6330 },
6331
6332 {
6333 0.5,
6334
6335 {
6336 "DZ\weapons\attachments\magazine\data\ump45_magazine_damage.rvmat"
6337 }
6338 },
6339
6340 {
6341 0.30000001,
6342
6343 {
6344 "DZ\weapons\attachments\magazine\data\ump45_magazine_damage.rvmat"
6345 }
6346 },
6347
6348 {
6349 0,
6350
6351 {
6352 "DZ\weapons\attachments\magazine\data\ump45_magazine_destruct.rvmat"
6353 }
6354 }
6355 };
6356 };
6357 };
6358 };
6359 tracersEvery=0;
6360 class AnimEvents
6361 {
6362 class SoundWeapon
6363 {
6364 class MagRifle_fill_in
6365 {
6366 soundSet="MagRifle_fill_in_SoundSet";
6367 id=1;
6368 };
6369 class MagRifle_fill_loop
6370 {
6371 soundSet="MagRifle_fill_loop_SoundSet";
6372 id=2;
6373 };
6374 class MagRifle_fill_out
6375 {
6376 soundSet="MagRifle_fill_out_SoundSet";
6377 id=3;
6378 };
6379 class MagRifle_empty_in
6380 {
6381 soundSet="MagRifle_empty_in_SoundSet";
6382 id=4;
6383 };
6384 class MagRifle_empty_loop
6385 {
6386 soundSet="MagRifle_empty_loop_SoundSet";
6387 id=5;
6388 };
6389 class MagRifle_empty_out
6390 {
6391 soundSet="MagRifle_empty_out_SoundSet";
6392 id=6;
6393 };
6394 class MagPistol_fill_in
6395 {
6396 soundSet="MagPistol_fill_in_SoundSet";
6397 id=7;
6398 };
6399 class MagPistol_fill_loop
6400 {
6401 soundSet="MagPistol_fill_loop_SoundSet";
6402 id=8;
6403 };
6404 class MagPistol_fill_out
6405 {
6406 soundSet="MagPistol_fill_out_SoundSet";
6407 id=9;
6408 };
6409 class MagPistol_empty_in
6410 {
6411 soundSet="MagPistol_empty_in_SoundSet";
6412 id=10;
6413 };
6414 class MagPistol_empty_loop
6415 {
6416 soundSet="MagPistol_empty_loop_SoundSet";
6417 id=11;
6418 };
6419 class MagPistol_empty_out
6420 {
6421 soundSet="MagPistol_empty_out_SoundSet";
6422 id=12;
6423 };
6424 };
6425 };
6426 };
6427 class Mag_VSS_10Rnd: Magazine_Base
6428 {
6429 scope=2;
6430 displayName="$STR_CfgMagazines_Mag_VSS_10Rnd0";
6431 descriptionShort="$STR_CfgMagazines_Mag_VSS_10Rnd1";
6432 model="\DZ\weapons\attachments\magazine\magazine_vss.p3d";
6433 weight=350;
6434 weightPerQuantityUnit=8;
6435 itemSize[]={1,2};
6436 count=10;
6437 ammo="Bullet_9x39";
6438 ammoItems[]=
6439 {
6440 "Ammo_9x39",
6441 "Ammo_9x39AP"
6442 };
6443 tracersEvery=0;
6444 class DamageSystem
6445 {
6446 class GlobalHealth
6447 {
6448 class Health
6449 {
6450 hitpoints=100;
6451 healthLevels[]=
6452 {
6453
6454 {
6455 1,
6456
6457 {
6458 "DZ\weapons\attachments\magazine\data\vss_mag.rvmat"
6459 }
6460 },
6461
6462 {
6463 0.69999999,
6464
6465 {
6466 "DZ\weapons\attachments\magazine\data\vss_mag.rvmat"
6467 }
6468 },
6469
6470 {
6471 0.5,
6472
6473 {
6474 "DZ\weapons\attachments\magazine\data\vss_mag_damage.rvmat"
6475 }
6476 },
6477
6478 {
6479 0.30000001,
6480
6481 {
6482 "DZ\weapons\attachments\magazine\data\vss_mag_damage.rvmat"
6483 }
6484 },
6485
6486 {
6487 0,
6488
6489 {
6490 "DZ\weapons\attachments\magazine\data\vss_mag_destruct.rvmat"
6491 }
6492 }
6493 };
6494 };
6495 };
6496 };
6497 class AnimEvents
6498 {
6499 class SoundWeapon
6500 {
6501 class MagRifle_fill_in
6502 {
6503 soundSet="MagRifle_fill_in_SoundSet";
6504 id=1;
6505 };
6506 class MagRifle_fill_loop
6507 {
6508 soundSet="MagRifle_fill_loop_SoundSet";
6509 id=2;
6510 };
6511 class MagRifle_fill_out
6512 {
6513 soundSet="MagRifle_fill_out_SoundSet";
6514 id=3;
6515 };
6516 class MagRifle_empty_in
6517 {
6518 soundSet="MagRifle_empty_in_SoundSet";
6519 id=4;
6520 };
6521 class MagRifle_empty_loop
6522 {
6523 soundSet="MagRifle_empty_loop_SoundSet";
6524 id=5;
6525 };
6526 class MagRifle_empty_out
6527 {
6528 soundSet="MagRifle_empty_out_SoundSet";
6529 id=6;
6530 };
6531 class MagPistol_fill_in
6532 {
6533 soundSet="MagPistol_fill_in_SoundSet";
6534 id=7;
6535 };
6536 class MagPistol_fill_loop
6537 {
6538 soundSet="MagPistol_fill_loop_SoundSet";
6539 id=8;
6540 };
6541 class MagPistol_fill_out
6542 {
6543 soundSet="MagPistol_fill_out_SoundSet";
6544 id=9;
6545 };
6546 class MagPistol_empty_in
6547 {
6548 soundSet="MagPistol_empty_in_SoundSet";
6549 id=10;
6550 };
6551 class MagPistol_empty_loop
6552 {
6553 soundSet="MagPistol_empty_loop_SoundSet";
6554 id=11;
6555 };
6556 class MagPistol_empty_out
6557 {
6558 soundSet="MagPistol_empty_out_SoundSet";
6559 id=12;
6560 };
6561 };
6562 };
6563 };
6564 class Mag_VAL_20Rnd: Magazine_Base
6565 {
6566 scope=2;
6567 displayName="$STR_CfgMagazines_Mag_VAL_20Rnd0";
6568 descriptionShort="$STR_CfgMagazines_Mag_VAL_20Rnd1";
6569 model="\DZ\weapons\attachments\magazine\magazine_val.p3d";
6570 weight=550;
6571 weightPerQuantityUnit=16;
6572 itemSize[]={1,2};
6573 count=20;
6574 ammo="Bullet_9x39";
6575 ammoItems[]=
6576 {
6577 "Ammo_9x39",
6578 "Ammo_9x39AP"
6579 };
6580 tracersEvery=0;
6581 hiddenSelections[]=
6582 {
6583 "camo"
6584 };
6585 hiddenSelectionsTextures[]=
6586 {
6587 "dz\weapons\attachments\magazine\data\val_mag_co.paa"
6588 };
6589 hiddenSelectionsMaterials[]=
6590 {
6591 "dz\weapons\attachments\magazine\data\val_mag.rvmat"
6592 };
6593 class DamageSystem
6594 {
6595 class GlobalHealth
6596 {
6597 class Health
6598 {
6599 hitpoints=100;
6600 healthLevels[]=
6601 {
6602
6603 {
6604 1,
6605
6606 {
6607 "DZ\weapons\attachments\magazine\data\val_mag.rvmat"
6608 }
6609 },
6610
6611 {
6612 0.69999999,
6613
6614 {
6615 "DZ\weapons\attachments\magazine\data\val_mag.rvmat"
6616 }
6617 },
6618
6619 {
6620 0.5,
6621
6622 {
6623 "DZ\weapons\attachments\magazine\data\val_mag_damage.rvmat"
6624 }
6625 },
6626
6627 {
6628 0.30000001,
6629
6630 {
6631 "DZ\weapons\attachments\magazine\data\val_mag_damage.rvmat"
6632 }
6633 },
6634
6635 {
6636 0,
6637
6638 {
6639 "DZ\weapons\attachments\magazine\data\val_mag_destruct.rvmat"
6640 }
6641 }
6642 };
6643 };
6644 };
6645 };
6646 class AnimEvents
6647 {
6648 class SoundWeapon
6649 {
6650 class MagRifle_fill_in
6651 {
6652 soundSet="MagRifle_fill_in_SoundSet";
6653 id=1;
6654 };
6655 class MagRifle_fill_loop
6656 {
6657 soundSet="MagRifle_fill_loop_SoundSet";
6658 id=2;
6659 };
6660 class MagRifle_fill_out
6661 {
6662 soundSet="MagRifle_fill_out_SoundSet";
6663 id=3;
6664 };
6665 class MagRifle_empty_in
6666 {
6667 soundSet="MagRifle_empty_in_SoundSet";
6668 id=4;
6669 };
6670 class MagRifle_empty_loop
6671 {
6672 soundSet="MagRifle_empty_loop_SoundSet";
6673 id=5;
6674 };
6675 class MagRifle_empty_out
6676 {
6677 soundSet="MagRifle_empty_out_SoundSet";
6678 id=6;
6679 };
6680 class MagPistol_fill_in
6681 {
6682 soundSet="MagPistol_fill_in_SoundSet";
6683 id=7;
6684 };
6685 class MagPistol_fill_loop
6686 {
6687 soundSet="MagPistol_fill_loop_SoundSet";
6688 id=8;
6689 };
6690 class MagPistol_fill_out
6691 {
6692 soundSet="MagPistol_fill_out_SoundSet";
6693 id=9;
6694 };
6695 class MagPistol_empty_in
6696 {
6697 soundSet="MagPistol_empty_in_SoundSet";
6698 id=10;
6699 };
6700 class MagPistol_empty_loop
6701 {
6702 soundSet="MagPistol_empty_loop_SoundSet";
6703 id=11;
6704 };
6705 class MagPistol_empty_out
6706 {
6707 soundSet="MagPistol_empty_out_SoundSet";
6708 id=12;
6709 };
6710 };
6711 };
6712 };
6713 class Mag_Vikhr_30Rnd: Magazine_Base
6714 {
6715 scope=2;
6716 displayName="$STR_CfgMagazines_Mag_Vikhr_30Rnd0";
6717 descriptionShort="$STR_CfgMagazines_Mag_Vikhr_30Rnd1";
6718 model="\DZ\weapons\attachments\magazine\magazine_vikhr_30rnd.p3d";
6719 weight=750;
6720 weightPerQuantityUnit=16;
6721 itemSize[]={1,3};
6722 count=30;
6723 ammo="Bullet_9x39";
6724 ammoItems[]=
6725 {
6726 "Ammo_9x39",
6727 "Ammo_9x39AP"
6728 };
6729 tracersEvery=0;
6730 hiddenSelections[]=
6731 {
6732 "camo"
6733 };
6734 hiddenSelectionsTextures[]=
6735 {
6736 "dz\weapons\attachments\magazine\data\magazine_vikhr_30rnd_co.paa"
6737 };
6738 hiddenSelectionsMaterials[]=
6739 {
6740 "dz\weapons\attachments\magazine\data\magazine_vikhr_30rnd.rvmat"
6741 };
6742 class DamageSystem
6743 {
6744 class GlobalHealth
6745 {
6746 class Health
6747 {
6748 hitpoints=100;
6749 healthLevels[]=
6750 {
6751
6752 {
6753 1,
6754
6755 {
6756 "DZ\weapons\attachments\magazine\data\magazine_vikhr_30rnd.rvmat"
6757 }
6758 },
6759
6760 {
6761 0.69999999,
6762
6763 {
6764 "DZ\weapons\attachments\magazine\data\magazine_vikhr_30rnd.rvmat"
6765 }
6766 },
6767
6768 {
6769 0.5,
6770
6771 {
6772 "DZ\weapons\attachments\magazine\data\magazine_vikhr_30rnd_damage.rvmat"
6773 }
6774 },
6775
6776 {
6777 0.30000001,
6778
6779 {
6780 "DZ\weapons\attachments\magazine\data\magazine_vikhr_30rnd_damage.rvmat"
6781 }
6782 },
6783
6784 {
6785 0,
6786
6787 {
6788 "DZ\weapons\attachments\magazine\data\magazine_vikhr_30rnd_destruct.rvmat"
6789 }
6790 }
6791 };
6792 };
6793 };
6794 };
6795 class AnimEvents
6796 {
6797 class SoundWeapon
6798 {
6799 class MagRifle_fill_in
6800 {
6801 soundSet="MagRifle_fill_in_SoundSet";
6802 id=1;
6803 };
6804 class MagRifle_fill_loop
6805 {
6806 soundSet="MagRifle_fill_loop_SoundSet";
6807 id=2;
6808 };
6809 class MagRifle_fill_out
6810 {
6811 soundSet="MagRifle_fill_out_SoundSet";
6812 id=3;
6813 };
6814 class MagRifle_empty_in
6815 {
6816 soundSet="MagRifle_empty_in_SoundSet";
6817 id=4;
6818 };
6819 class MagRifle_empty_loop
6820 {
6821 soundSet="MagRifle_empty_loop_SoundSet";
6822 id=5;
6823 };
6824 class MagRifle_empty_out
6825 {
6826 soundSet="MagRifle_empty_out_SoundSet";
6827 id=6;
6828 };
6829 class MagPistol_fill_in
6830 {
6831 soundSet="MagPistol_fill_in_SoundSet";
6832 id=7;
6833 };
6834 class MagPistol_fill_loop
6835 {
6836 soundSet="MagPistol_fill_loop_SoundSet";
6837 id=8;
6838 };
6839 class MagPistol_fill_out
6840 {
6841 soundSet="MagPistol_fill_out_SoundSet";
6842 id=9;
6843 };
6844 class MagPistol_empty_in
6845 {
6846 soundSet="MagPistol_empty_in_SoundSet";
6847 id=10;
6848 };
6849 class MagPistol_empty_loop
6850 {
6851 soundSet="MagPistol_empty_loop_SoundSet";
6852 id=11;
6853 };
6854 class MagPistol_empty_out
6855 {
6856 soundSet="MagPistol_empty_out_SoundSet";
6857 id=12;
6858 };
6859 };
6860 };
6861 };
6862 class Mag_M249_Box200Rnd: Magazine_Base
6863 {
6864 scope=2;
6865 displayName="$STR_CfgMagazines_Mag_M249_Box200Rnd0";
6866 descriptionShort="$STR_CfgMagazines_Mag_M249_Box200Rnd1";
6867 model="\DZ\weapons\attachments\magazine\magazine_m249_ammobox.p3d";
6868 rotationFlags=12;
6869 weight=2000;
6870 weightPerQuantityUnit=4;
6871 itemSize[]={5,4};
6872 count=200;
6873 ammo="Bullet_556x45";
6874 ammoItems[]=
6875 {
6876 "Ammo_556x45",
6877 "Ammo_556x45Tracer"
6878 };
6879 tracersEvery=0;
6880 class AnimEvents
6881 {
6882 class SoundWeapon
6883 {
6884 class MagRifle_fill_in
6885 {
6886 soundSet="MagRifle_fill_in_SoundSet";
6887 id=1;
6888 };
6889 class MagRifle_fill_loop
6890 {
6891 soundSet="MagRifle_fill_loop_SoundSet";
6892 id=2;
6893 };
6894 class MagRifle_fill_out
6895 {
6896 soundSet="MagRifle_fill_out_SoundSet";
6897 id=3;
6898 };
6899 class MagRifle_empty_in
6900 {
6901 soundSet="MagRifle_empty_in_SoundSet";
6902 id=4;
6903 };
6904 class MagRifle_empty_loop
6905 {
6906 soundSet="MagRifle_empty_loop_SoundSet";
6907 id=5;
6908 };
6909 class MagRifle_empty_out
6910 {
6911 soundSet="MagRifle_empty_out_SoundSet";
6912 id=6;
6913 };
6914 class MagPistol_fill_in
6915 {
6916 soundSet="MagPistol_fill_in_SoundSet";
6917 id=7;
6918 };
6919 class MagPistol_fill_loop
6920 {
6921 soundSet="MagPistol_fill_loop_SoundSet";
6922 id=8;
6923 };
6924 class MagPistol_fill_out
6925 {
6926 soundSet="MagPistol_fill_out_SoundSet";
6927 id=9;
6928 };
6929 class MagPistol_empty_in
6930 {
6931 soundSet="MagPistol_empty_in_SoundSet";
6932 id=10;
6933 };
6934 class MagPistol_empty_loop
6935 {
6936 soundSet="MagPistol_empty_loop_SoundSet";
6937 id=11;
6938 };
6939 class MagPistol_empty_out
6940 {
6941 soundSet="MagPistol_empty_out_SoundSet";
6942 id=12;
6943 };
6944 };
6945 };
6946 };
6947 class Mag_PP19_64Rnd: Magazine_Base
6948 {
6949 scope=2;
6950 displayName="$STR_CfgMagazines_Mag_PP19_64Rnd0";
6951 descriptionShort="$STR_CfgMagazines_Mag_PP19_64Rnd1";
6952 model="\dz\weapons\attachments\magazine\magazine_PP19.p3d";
6953 rotationFlags=12;
6954 weight=400;
6955 weightPerQuantityUnit=6;
6956 itemSize[]={1,4};
6957 count=64;
6958 ammo="Bullet_380";
6959 ammoItems[]=
6960 {
6961 "Ammo_380"
6962 };
6963 class DamageSystem
6964 {
6965 class GlobalHealth
6966 {
6967 class Health
6968 {
6969 hitpoints=100;
6970 healthLevels[]=
6971 {
6972
6973 {
6974 1,
6975
6976 {
6977 "DZ\weapons\attachments\magazine\data\magazine_PP_19.rvmat"
6978 }
6979 },
6980
6981 {
6982 0.69999999,
6983
6984 {
6985 "DZ\weapons\attachments\magazine\data\magazine_PP_19.rvmat"
6986 }
6987 },
6988
6989 {
6990 0.5,
6991
6992 {
6993 "DZ\weapons\attachments\magazine\data\magazine_PP_19_damage.rvmat"
6994 }
6995 },
6996
6997 {
6998 0.30000001,
6999
7000 {
7001 "DZ\weapons\attachments\magazine\data\magazine_PP_19_damage.rvmat"
7002 }
7003 },
7004
7005 {
7006 0,
7007
7008 {
7009 "DZ\weapons\attachments\magazine\data\magazine_PP_19_destruct.rvmat"
7010 }
7011 }
7012 };
7013 };
7014 };
7015 };
7016 class AnimEvents
7017 {
7018 class SoundWeapon
7019 {
7020 class MagRifle_fill_in
7021 {
7022 soundSet="MagRifle_fill_in_SoundSet";
7023 id=1;
7024 };
7025 class MagRifle_fill_loop
7026 {
7027 soundSet="MagRifle_fill_loop_SoundSet";
7028 id=2;
7029 };
7030 class MagRifle_fill_out
7031 {
7032 soundSet="MagRifle_fill_out_SoundSet";
7033 id=3;
7034 };
7035 class MagRifle_empty_in
7036 {
7037 soundSet="MagRifle_empty_in_SoundSet";
7038 id=4;
7039 };
7040 class MagRifle_empty_loop
7041 {
7042 soundSet="MagRifle_empty_loop_SoundSet";
7043 id=5;
7044 };
7045 class MagRifle_empty_out
7046 {
7047 soundSet="MagRifle_empty_out_SoundSet";
7048 id=6;
7049 };
7050 class MagPistol_fill_in
7051 {
7052 soundSet="MagPistol_fill_in_SoundSet";
7053 id=7;
7054 };
7055 class MagPistol_fill_loop
7056 {
7057 soundSet="MagPistol_fill_loop_SoundSet";
7058 id=8;
7059 };
7060 class MagPistol_fill_out
7061 {
7062 soundSet="MagPistol_fill_out_SoundSet";
7063 id=9;
7064 };
7065 class MagPistol_empty_in
7066 {
7067 soundSet="MagPistol_empty_in_SoundSet";
7068 id=10;
7069 };
7070 class MagPistol_empty_loop
7071 {
7072 soundSet="MagPistol_empty_loop_SoundSet";
7073 id=11;
7074 };
7075 class MagPistol_empty_out
7076 {
7077 soundSet="MagPistol_empty_out_SoundSet";
7078 id=12;
7079 };
7080 };
7081 };
7082 };
7083 class Mag_CZ550_4rnd: Magazine_Base
7084 {
7085 scope=2;
7086 displayName="$STR_CfgMagazines_Mag_CZ550_4rnd0";
7087 descriptionShort="$STR_CfgMagazines_Mag_CZ550_4rnd1";
7088 model="\DZ\weapons\attachments\magazine\magazine_cz550_4rnd.p3d";
7089 weight=100;
7090 weightPerQuantityUnit=10;
7091 itemSize[]={1,1};
7092 count=4;
7093 ammo="Bullet_308Win";
7094 ammoItems[]=
7095 {
7096 "Ammo_308Win",
7097 "Ammo_308WinTracer"
7098 };
7099 class DamageSystem
7100 {
7101 class GlobalHealth
7102 {
7103 class Health
7104 {
7105 hitpoints=100;
7106 healthLevels[]=
7107 {
7108
7109 {
7110 1,
7111
7112 {
7113 "DZ\weapons\attachments\magazine\data\magazine_cz550_4rnd.rvmat"
7114 }
7115 },
7116
7117 {
7118 0.69999999,
7119
7120 {
7121 "DZ\weapons\attachments\magazine\data\magazine_cz550_4rnd.rvmat"
7122 }
7123 },
7124
7125 {
7126 0.5,
7127
7128 {
7129 "DZ\weapons\attachments\magazine\data\magazine_cz550_4rnd_damage.rvmat"
7130 }
7131 },
7132
7133 {
7134 0.30000001,
7135
7136 {
7137 "DZ\weapons\attachments\magazine\data\magazine_cz550_4rnd_damage.rvmat"
7138 }
7139 },
7140
7141 {
7142 0,
7143
7144 {
7145 "DZ\weapons\attachments\magazine\data\magazine_cz550_4rnd_destruct.rvmat"
7146 }
7147 }
7148 };
7149 };
7150 };
7151 };
7152 class AnimEvents
7153 {
7154 class SoundWeapon
7155 {
7156 class MagRifle_fill_in
7157 {
7158 soundSet="MagRifle_fill_in_SoundSet";
7159 id=1;
7160 };
7161 class MagRifle_fill_loop
7162 {
7163 soundSet="MagRifle_fill_loop_SoundSet";
7164 id=2;
7165 };
7166 class MagRifle_fill_out
7167 {
7168 soundSet="MagRifle_fill_out_SoundSet";
7169 id=3;
7170 };
7171 class MagRifle_empty_in
7172 {
7173 soundSet="MagRifle_empty_in_SoundSet";
7174 id=4;
7175 };
7176 class MagRifle_empty_loop
7177 {
7178 soundSet="MagRifle_empty_loop_SoundSet";
7179 id=5;
7180 };
7181 class MagRifle_empty_out
7182 {
7183 soundSet="MagRifle_empty_out_SoundSet";
7184 id=6;
7185 };
7186 class MagPistol_fill_in
7187 {
7188 soundSet="MagPistol_fill_in_SoundSet";
7189 id=7;
7190 };
7191 class MagPistol_fill_loop
7192 {
7193 soundSet="MagPistol_fill_loop_SoundSet";
7194 id=8;
7195 };
7196 class MagPistol_fill_out
7197 {
7198 soundSet="MagPistol_fill_out_SoundSet";
7199 id=9;
7200 };
7201 class MagPistol_empty_in
7202 {
7203 soundSet="MagPistol_empty_in_SoundSet";
7204 id=10;
7205 };
7206 class MagPistol_empty_loop
7207 {
7208 soundSet="MagPistol_empty_loop_SoundSet";
7209 id=11;
7210 };
7211 class MagPistol_empty_out
7212 {
7213 soundSet="MagPistol_empty_out_SoundSet";
7214 id=12;
7215 };
7216 };
7217 };
7218 };
7219 class Mag_CZ550_10rnd: Magazine_Base
7220 {
7221 scope=2;
7222 displayName="$STR_CfgMagazines_Mag_CZ550_10rnd0";
7223 descriptionShort="$STR_CfgMagazines_Mag_CZ550_10rnd1";
7224 model="\DZ\weapons\attachments\magazine\magazine_cz550_10rnd.p3d";
7225 weight=220;
7226 weightPerQuantityUnit=10;
7227 itemSize[]={1,2};
7228 count=10;
7229 ammo="Bullet_308Win";
7230 ammoItems[]=
7231 {
7232 "Ammo_308Win",
7233 "Ammo_308WinTracer"
7234 };
7235 class DamageSystem
7236 {
7237 class GlobalHealth
7238 {
7239 class Health
7240 {
7241 hitpoints=100;
7242 healthLevels[]=
7243 {
7244
7245 {
7246 1,
7247
7248 {
7249 "DZ\weapons\attachments\magazine\data\magazine_cz550_10rnd.rvmat"
7250 }
7251 },
7252
7253 {
7254 0.69999999,
7255
7256 {
7257 "DZ\weapons\attachments\magazine\data\magazine_cz550_10rnd.rvmat"
7258 }
7259 },
7260
7261 {
7262 0.5,
7263
7264 {
7265 "DZ\weapons\attachments\magazine\data\magazine_cz550_10rnd_damage.rvmat"
7266 }
7267 },
7268
7269 {
7270 0.30000001,
7271
7272 {
7273 "DZ\weapons\attachments\magazine\data\magazine_cz550_10rnd_damage.rvmat"
7274 }
7275 },
7276
7277 {
7278 0,
7279
7280 {
7281 "DZ\weapons\attachments\magazine\data\magazine_cz550_10rnd_destruct.rvmat"
7282 }
7283 }
7284 };
7285 };
7286 };
7287 };
7288 class AnimEvents
7289 {
7290 class SoundWeapon
7291 {
7292 class MagRifle_fill_in
7293 {
7294 soundSet="MagRifle_fill_in_SoundSet";
7295 id=1;
7296 };
7297 class MagRifle_fill_loop
7298 {
7299 soundSet="MagRifle_fill_loop_SoundSet";
7300 id=2;
7301 };
7302 class MagRifle_fill_out
7303 {
7304 soundSet="MagRifle_fill_out_SoundSet";
7305 id=3;
7306 };
7307 class MagRifle_empty_in
7308 {
7309 soundSet="MagRifle_empty_in_SoundSet";
7310 id=4;
7311 };
7312 class MagRifle_empty_loop
7313 {
7314 soundSet="MagRifle_empty_loop_SoundSet";
7315 id=5;
7316 };
7317 class MagRifle_empty_out
7318 {
7319 soundSet="MagRifle_empty_out_SoundSet";
7320 id=6;
7321 };
7322 class MagPistol_fill_in
7323 {
7324 soundSet="MagPistol_fill_in_SoundSet";
7325 id=7;
7326 };
7327 class MagPistol_fill_loop
7328 {
7329 soundSet="MagPistol_fill_loop_SoundSet";
7330 id=8;
7331 };
7332 class MagPistol_fill_out
7333 {
7334 soundSet="MagPistol_fill_out_SoundSet";
7335 id=9;
7336 };
7337 class MagPistol_empty_in
7338 {
7339 soundSet="MagPistol_empty_in_SoundSet";
7340 id=10;
7341 };
7342 class MagPistol_empty_loop
7343 {
7344 soundSet="MagPistol_empty_loop_SoundSet";
7345 id=11;
7346 };
7347 class MagPistol_empty_out
7348 {
7349 soundSet="MagPistol_empty_out_SoundSet";
7350 id=12;
7351 };
7352 };
7353 };
7354 };
7355 class Mag_SSG82_5rnd: Magazine_Base
7356 {
7357 scope=2;
7358 displayName="$STR_CfgMagazines_Mag_SSG82_5rnd0";
7359 descriptionShort="$STR_CfgMagazines_Mag_SSG82_5rnd1";
7360 model="\DZ\weapons\attachments\magazine\magazine_ssg82.p3d";
7361 weight=220;
7362 weightPerQuantityUnit=4;
7363 itemSize[]={1,1};
7364 count=5;
7365 ammo="Bullet_545x39";
7366 ammoItems[]=
7367 {
7368 "Ammo_545x39",
7369 "Ammo_545x39Tracer"
7370 };
7371 hiddenSelections[]=
7372 {
7373 "camo"
7374 };
7375 hiddenSelectionsTextures[]=
7376 {
7377 "DZ\weapons\attachments\magazine\data\magazine_ssg82_co.paa"
7378 };
7379 hiddenSelectionsMaterials[]=
7380 {
7381 "dz\weapons\attachments\magazine\data\magazine_ssg82.rvmat"
7382 };
7383 class DamageSystem
7384 {
7385 class GlobalHealth
7386 {
7387 class Health
7388 {
7389 hitpoints=100;
7390 healthLevels[]=
7391 {
7392
7393 {
7394 1,
7395
7396 {
7397 "DZ\weapons\attachments\magazine\data\magazine_ssg82.rvmat"
7398 }
7399 },
7400
7401 {
7402 0.69999999,
7403
7404 {
7405 "DZ\weapons\attachments\magazine\data\magazine_ssg82.rvmat"
7406 }
7407 },
7408
7409 {
7410 0.5,
7411
7412 {
7413 "DZ\weapons\attachments\magazine\data\magazine_ssg82_damage.rvmat"
7414 }
7415 },
7416
7417 {
7418 0.30000001,
7419
7420 {
7421 "DZ\weapons\attachments\magazine\data\magazine_ssg82_damage.rvmat"
7422 }
7423 },
7424
7425 {
7426 0,
7427
7428 {
7429 "DZ\weapons\attachments\magazine\data\magazine_ssg82_destruct.rvmat"
7430 }
7431 }
7432 };
7433 };
7434 };
7435 };
7436 class AnimEvents
7437 {
7438 class SoundWeapon
7439 {
7440 class MagRifle_fill_in
7441 {
7442 soundSet="MagRifle_fill_in_SoundSet";
7443 id=1;
7444 };
7445 class MagRifle_fill_loop
7446 {
7447 soundSet="MagRifle_fill_loop_SoundSet";
7448 id=2;
7449 };
7450 class MagRifle_fill_out
7451 {
7452 soundSet="MagRifle_fill_out_SoundSet";
7453 id=3;
7454 };
7455 class MagRifle_empty_in
7456 {
7457 soundSet="MagRifle_empty_in_SoundSet";
7458 id=4;
7459 };
7460 class MagRifle_empty_loop
7461 {
7462 soundSet="MagRifle_empty_loop_SoundSet";
7463 id=5;
7464 };
7465 class MagRifle_empty_out
7466 {
7467 soundSet="MagRifle_empty_out_SoundSet";
7468 id=6;
7469 };
7470 class MagPistol_fill_in
7471 {
7472 soundSet="MagPistol_fill_in_SoundSet";
7473 id=7;
7474 };
7475 class MagPistol_fill_loop
7476 {
7477 soundSet="MagPistol_fill_loop_SoundSet";
7478 id=8;
7479 };
7480 class MagPistol_fill_out
7481 {
7482 soundSet="MagPistol_fill_out_SoundSet";
7483 id=9;
7484 };
7485 class MagPistol_empty_in
7486 {
7487 soundSet="MagPistol_empty_in_SoundSet";
7488 id=10;
7489 };
7490 class MagPistol_empty_loop
7491 {
7492 soundSet="MagPistol_empty_loop_SoundSet";
7493 id=11;
7494 };
7495 class MagPistol_empty_out
7496 {
7497 soundSet="MagPistol_empty_out_SoundSet";
7498 id=12;
7499 };
7500 };
7501 };
7502 };
7503 class Mag_12gaSnaploader_2Rnd: Magazine_Base
7504 {
7505 scope=2;
7506 displayName="$STR_CfgMagazines_Mag_12gaSnaploader_2Rnd0";
7507 descriptionShort="$STR_CfgMagazines_Mag_12gaSnaploader_2Rnd1";
7508 model="\dz\weapons\attachments\magazine\snaploader.p3d";
7509 weight=10;
7510 weightPerQuantityUnit=35;
7511 itemSize[]={1,1};
7512 count=2;
7513 ammo="Bullet_12GaugePellets";
7514 ammoItems[]=
7515 {
7516 "Ammo_12gaPellets",
7517 "Ammo_12gaSlug",
7518 "Ammo_12gaRubberSlug"
7519 };
7520 tracersEvery=0;
7521 mass=10;
7522 hiddenSelections[]=
7523 {
7524 "camo"
7525 };
7526 hiddenSelectionsTextures[]=
7527 {
7528 "dz\weapons\attachments\data\snaploader_red_co.paa"
7529 };
7530 class DamageSystem
7531 {
7532 class GlobalHealth
7533 {
7534 class Health
7535 {
7536 hitpoints=100;
7537 healthLevels[]=
7538 {
7539
7540 {
7541 1,
7542
7543 {
7544 "DZ\weapons\attachments\data\snaploader.rvmat"
7545 }
7546 },
7547
7548 {
7549 0.69999999,
7550
7551 {
7552 "DZ\weapons\attachments\data\snaploader.rvmat"
7553 }
7554 },
7555
7556 {
7557 0.5,
7558
7559 {
7560 "DZ\weapons\attachments\data\snaploader_damage.rvmat"
7561 }
7562 },
7563
7564 {
7565 0.30000001,
7566
7567 {
7568 "DZ\weapons\attachments\data\snaploader_damage.rvmat"
7569 }
7570 },
7571
7572 {
7573 0,
7574
7575 {
7576 "DZ\weapons\attachments\data\snaploader_destruct.rvmat"
7577 }
7578 }
7579 };
7580 };
7581 };
7582 };
7583 class AnimEvents
7584 {
7585 class SoundWeapon
7586 {
7587 class MagRifle_fill_in
7588 {
7589 soundSet="MagRifle_fill_in_SoundSet";
7590 id=1;
7591 };
7592 class MagRifle_fill_loop
7593 {
7594 soundSet="MagRifle_fill_loop_SoundSet";
7595 id=2;
7596 };
7597 class MagRifle_fill_out
7598 {
7599 soundSet="MagRifle_fill_out_SoundSet";
7600 id=3;
7601 };
7602 class MagRifle_empty_in
7603 {
7604 soundSet="MagRifle_empty_in_SoundSet";
7605 id=4;
7606 };
7607 class MagRifle_empty_loop
7608 {
7609 soundSet="MagRifle_empty_loop_SoundSet";
7610 id=5;
7611 };
7612 class MagRifle_empty_out
7613 {
7614 soundSet="MagRifle_empty_out_SoundSet";
7615 id=6;
7616 };
7617 class MagPistol_fill_in
7618 {
7619 soundSet="MagPistol_fill_in_SoundSet";
7620 id=7;
7621 };
7622 class MagPistol_fill_loop
7623 {
7624 soundSet="MagPistol_fill_loop_SoundSet";
7625 id=8;
7626 };
7627 class MagPistol_fill_out
7628 {
7629 soundSet="MagPistol_fill_out_SoundSet";
7630 id=9;
7631 };
7632 class MagPistol_empty_in
7633 {
7634 soundSet="MagPistol_empty_in_SoundSet";
7635 id=10;
7636 };
7637 class MagPistol_empty_loop
7638 {
7639 soundSet="MagPistol_empty_loop_SoundSet";
7640 id=11;
7641 };
7642 class MagPistol_empty_out
7643 {
7644 soundSet="MagPistol_empty_out_SoundSet";
7645 id=12;
7646 };
7647 };
7648 };
7649 };
7650 class Mag_Saiga_5Rnd: Magazine_Base
7651 {
7652 scope=2;
7653 displayName="$STR_CfgMagazines_Mag_Saiga_5Rnd0";
7654 descriptionShort="$STR_CfgMagazines_Mag_Saiga_5Rnd1";
7655 model="\dz\weapons\attachments\magazine\magazine_saiga_mag5.p3d";
7656 weight=200;
7657 weightPerQuantityUnit=35;
7658 itemSize[]={1,1};
7659 count=5;
7660 ammo="Bullet_12GaugePellets";
7661 ammoItems[]=
7662 {
7663 "Ammo_12gaPellets",
7664 "Ammo_12gaSlug",
7665 "Ammo_12gaRubberSlug",
7666 "Ammo_12gaBeanbag"
7667 };
7668 tracersEvery=0;
7669 mass=10;
7670 hiddenSelections[]=
7671 {
7672 "camo"
7673 };
7674 hiddenSelectionsTextures[]=
7675 {
7676 "dz\weapons\attachments\magazine\data\saiga_mag5_co.paa"
7677 };
7678 class DamageSystem
7679 {
7680 class GlobalHealth
7681 {
7682 class Health
7683 {
7684 hitpoints=100;
7685 healthLevels[]=
7686 {
7687
7688 {
7689 1,
7690
7691 {
7692 "DZ\weapons\attachments\magazine\data\saiga_mag5.rvmat"
7693 }
7694 },
7695
7696 {
7697 0.69999999,
7698
7699 {
7700 "DZ\weapons\attachments\magazine\data\saiga_mag5.rvmat"
7701 }
7702 },
7703
7704 {
7705 0.5,
7706
7707 {
7708 "DZ\weapons\attachments\magazine\data\saiga_mag5_damage.rvmat"
7709 }
7710 },
7711
7712 {
7713 0.30000001,
7714
7715 {
7716 "DZ\weapons\attachments\magazine\data\saiga_mag5_damage.rvmat"
7717 }
7718 },
7719
7720 {
7721 0,
7722
7723 {
7724 "DZ\weapons\attachments\magazine\data\saiga_mag5_destruct.rvmat"
7725 }
7726 }
7727 };
7728 };
7729 };
7730 };
7731 class AnimEvents
7732 {
7733 class SoundWeapon
7734 {
7735 class MagRifle_fill_in
7736 {
7737 soundSet="MagRifle_fill_in_SoundSet";
7738 id=1;
7739 };
7740 class MagRifle_fill_loop
7741 {
7742 soundSet="MagRifle_fill_loop_SoundSet";
7743 id=2;
7744 };
7745 class MagRifle_fill_out
7746 {
7747 soundSet="MagRifle_fill_out_SoundSet";
7748 id=3;
7749 };
7750 class MagRifle_empty_in
7751 {
7752 soundSet="MagRifle_empty_in_SoundSet";
7753 id=4;
7754 };
7755 class MagRifle_empty_loop
7756 {
7757 soundSet="MagRifle_empty_loop_SoundSet";
7758 id=5;
7759 };
7760 class MagRifle_empty_out
7761 {
7762 soundSet="MagRifle_empty_out_SoundSet";
7763 id=6;
7764 };
7765 class MagPistol_fill_in
7766 {
7767 soundSet="MagPistol_fill_in_SoundSet";
7768 id=7;
7769 };
7770 class MagPistol_fill_loop
7771 {
7772 soundSet="MagPistol_fill_loop_SoundSet";
7773 id=8;
7774 };
7775 class MagPistol_fill_out
7776 {
7777 soundSet="MagPistol_fill_out_SoundSet";
7778 id=9;
7779 };
7780 class MagPistol_empty_in
7781 {
7782 soundSet="MagPistol_empty_in_SoundSet";
7783 id=10;
7784 };
7785 class MagPistol_empty_loop
7786 {
7787 soundSet="MagPistol_empty_loop_SoundSet";
7788 id=11;
7789 };
7790 class MagPistol_empty_out
7791 {
7792 soundSet="MagPistol_empty_out_SoundSet";
7793 id=12;
7794 };
7795 };
7796 };
7797 };
7798 class Mag_Saiga_8Rnd: Magazine_Base
7799 {
7800 scope=2;
7801 displayName="$STR_CfgMagazines_Mag_Saiga_8Rnd0";
7802 descriptionShort="$STR_CfgMagazines_Mag_Saiga_8Rnd1";
7803 model="\dz\weapons\attachments\magazine\magazine_saiga_mag8.p3d";
7804 weight=220;
7805 weightPerQuantityUnit=35;
7806 itemSize[]={1,2};
7807 count=8;
7808 ammo="Bullet_12GaugePellets";
7809 ammoItems[]=
7810 {
7811 "Ammo_12gaPellets",
7812 "Ammo_12gaSlug",
7813 "Ammo_12gaRubberSlug",
7814 "Ammo_12gaBeanbag"
7815 };
7816 hiddenSelections[]=
7817 {
7818 "camo"
7819 };
7820 hiddenSelectionsTextures[]=
7821 {
7822 "dz\weapons\attachments\magazine\data\saiga_mag8_co.paa"
7823 };
7824 class DamageSystem
7825 {
7826 class GlobalHealth
7827 {
7828 class Health
7829 {
7830 hitpoints=100;
7831 healthLevels[]=
7832 {
7833
7834 {
7835 1,
7836
7837 {
7838 "DZ\weapons\attachments\magazine\data\saiga_mag8.rvmat"
7839 }
7840 },
7841
7842 {
7843 0.69999999,
7844
7845 {
7846 "DZ\weapons\attachments\magazine\data\saiga_mag8.rvmat"
7847 }
7848 },
7849
7850 {
7851 0.5,
7852
7853 {
7854 "DZ\weapons\attachments\magazine\data\saiga_mag8_damage.rvmat"
7855 }
7856 },
7857
7858 {
7859 0.30000001,
7860
7861 {
7862 "DZ\weapons\attachments\magazine\data\saiga_mag8_damage.rvmat"
7863 }
7864 },
7865
7866 {
7867 0,
7868
7869 {
7870 "DZ\weapons\attachments\magazine\data\saiga_mag8_destruct.rvmat"
7871 }
7872 }
7873 };
7874 };
7875 };
7876 };
7877 class AnimEvents
7878 {
7879 class SoundWeapon
7880 {
7881 class MagRifle_fill_in
7882 {
7883 soundSet="MagRifle_fill_in_SoundSet";
7884 id=1;
7885 };
7886 class MagRifle_fill_loop
7887 {
7888 soundSet="MagRifle_fill_loop_SoundSet";
7889 id=2;
7890 };
7891 class MagRifle_fill_out
7892 {
7893 soundSet="MagRifle_fill_out_SoundSet";
7894 id=3;
7895 };
7896 class MagRifle_empty_in
7897 {
7898 soundSet="MagRifle_empty_in_SoundSet";
7899 id=4;
7900 };
7901 class MagRifle_empty_loop
7902 {
7903 soundSet="MagRifle_empty_loop_SoundSet";
7904 id=5;
7905 };
7906 class MagRifle_empty_out
7907 {
7908 soundSet="MagRifle_empty_out_SoundSet";
7909 id=6;
7910 };
7911 class MagPistol_fill_in
7912 {
7913 soundSet="MagPistol_fill_in_SoundSet";
7914 id=7;
7915 };
7916 class MagPistol_fill_loop
7917 {
7918 soundSet="MagPistol_fill_loop_SoundSet";
7919 id=8;
7920 };
7921 class MagPistol_fill_out
7922 {
7923 soundSet="MagPistol_fill_out_SoundSet";
7924 id=9;
7925 };
7926 class MagPistol_empty_in
7927 {
7928 soundSet="MagPistol_empty_in_SoundSet";
7929 id=10;
7930 };
7931 class MagPistol_empty_loop
7932 {
7933 soundSet="MagPistol_empty_loop_SoundSet";
7934 id=11;
7935 };
7936 class MagPistol_empty_out
7937 {
7938 soundSet="MagPistol_empty_out_SoundSet";
7939 id=12;
7940 };
7941 };
7942 };
7943 };
7944 class Mag_Saiga_Drum20Rnd: Magazine_Base
7945 {
7946 scope=2;
7947 displayName="$STR_CfgMagazines_Mag_Saiga_Drum20Rnd0";
7948 descriptionShort="$STR_CfgMagazines_Mag_Saiga_Drum20Rnd1";
7949 model="\dz\weapons\attachments\magazine\magazine_saiga_drum.p3d";
7950 rotationFlags=12;
7951 weight=260;
7952 weightPerQuantityUnit=35;
7953 itemSize[]={2,2};
7954 count=20;
7955 ammo="Bullet_12GaugePellets";
7956 ammoItems[]=
7957 {
7958 "Ammo_12gaPellets",
7959 "Ammo_12gaSlug",
7960 "Ammo_12gaRubberSlug",
7961 "Ammo_12gaBeanbag"
7962 };
7963 hiddenSelections[]=
7964 {
7965 "camo"
7966 };
7967 hiddenSelectionsTextures[]=
7968 {
7969 "dz\weapons\attachments\magazine\data\saiga_drum_co.paa"
7970 };
7971 class DamageSystem
7972 {
7973 class GlobalHealth
7974 {
7975 class Health
7976 {
7977 hitpoints=100;
7978 healthLevels[]=
7979 {
7980
7981 {
7982 1,
7983
7984 {
7985 "DZ\weapons\attachments\magazine\data\saiga_drum.rvmat"
7986 }
7987 },
7988
7989 {
7990 0.69999999,
7991
7992 {
7993 "DZ\weapons\attachments\magazine\data\saiga_drum.rvmat"
7994 }
7995 },
7996
7997 {
7998 0.5,
7999
8000 {
8001 "DZ\weapons\attachments\magazine\data\saiga_drum_damage.rvmat"
8002 }
8003 },
8004
8005 {
8006 0.30000001,
8007
8008 {
8009 "DZ\weapons\attachments\magazine\data\saiga_drum_damage.rvmat"
8010 }
8011 },
8012
8013 {
8014 0,
8015
8016 {
8017 "DZ\weapons\attachments\magazine\data\saiga_drum_destruct.rvmat"
8018 }
8019 }
8020 };
8021 };
8022 };
8023 };
8024 class AnimEvents
8025 {
8026 class SoundWeapon
8027 {
8028 class MagRifle_fill_in
8029 {
8030 soundSet="MagRifle_fill_in_SoundSet";
8031 id=1;
8032 };
8033 class MagRifle_fill_loop
8034 {
8035 soundSet="MagRifle_fill_loop_SoundSet";
8036 id=2;
8037 };
8038 class MagRifle_fill_out
8039 {
8040 soundSet="MagRifle_fill_out_SoundSet";
8041 id=3;
8042 };
8043 class MagRifle_empty_in
8044 {
8045 soundSet="MagRifle_empty_in_SoundSet";
8046 id=4;
8047 };
8048 class MagRifle_empty_loop
8049 {
8050 soundSet="MagRifle_empty_loop_SoundSet";
8051 id=5;
8052 };
8053 class MagRifle_empty_out
8054 {
8055 soundSet="MagRifle_empty_out_SoundSet";
8056 id=6;
8057 };
8058 class MagPistol_fill_in
8059 {
8060 soundSet="MagPistol_fill_in_SoundSet";
8061 id=7;
8062 };
8063 class MagPistol_fill_loop
8064 {
8065 soundSet="MagPistol_fill_loop_SoundSet";
8066 id=8;
8067 };
8068 class MagPistol_fill_out
8069 {
8070 soundSet="MagPistol_fill_out_SoundSet";
8071 id=9;
8072 };
8073 class MagPistol_empty_in
8074 {
8075 soundSet="MagPistol_empty_in_SoundSet";
8076 id=10;
8077 };
8078 class MagPistol_empty_loop
8079 {
8080 soundSet="MagPistol_empty_loop_SoundSet";
8081 id=11;
8082 };
8083 class MagPistol_empty_out
8084 {
8085 soundSet="MagPistol_empty_out_SoundSet";
8086 id=12;
8087 };
8088 };
8089 };
8090 };
8091 class Mag_Arrows_Quiver: Magazine_Base
8092 {
8093 scope=2;
8094 displayName="$STR_CfgMagazines_Mag_Arrows_Quiver0";
8095 descriptionShort="$STR_CfgMagazines_Mag_Arrows_Quiver1";
8096 model="\dz\weapons\attachments\magazine\magazine_quiver.p3d";
8097 rotationFlags=1;
8098 weight=150;
8099 itemSize[]={2,3};
8100 count=5;
8101 ammo="Arrow_Composite";
8102 ammoItems[]=
8103 {
8104 "Ammo_ArrowComposite"
8105 };
8106 tracersEvery=1;
8107 mass=10;
8108 class Damage
8109 {
8110 tex[]={};
8111 mat[]=
8112 {
8113 "dz\characters\vests\data\chest_holster.rvmat",
8114 "dz\characters\vests\data\chest_holster_damage.rvmat",
8115 "dz\characters\vests\data\chest_holster_destruct.rvmat"
8116 };
8117 };
8118 class AnimEvents
8119 {
8120 class SoundWeapon
8121 {
8122 class MagRifle_fill_in
8123 {
8124 soundSet="MagRifle_fill_in_SoundSet";
8125 id=1;
8126 };
8127 class MagRifle_fill_loop
8128 {
8129 soundSet="MagRifle_fill_loop_SoundSet";
8130 id=2;
8131 };
8132 class MagRifle_fill_out
8133 {
8134 soundSet="MagRifle_fill_out_SoundSet";
8135 id=3;
8136 };
8137 class MagRifle_empty_in
8138 {
8139 soundSet="MagRifle_empty_in_SoundSet";
8140 id=4;
8141 };
8142 class MagRifle_empty_loop
8143 {
8144 soundSet="MagRifle_empty_loop_SoundSet";
8145 id=5;
8146 };
8147 class MagRifle_empty_out
8148 {
8149 soundSet="MagRifle_empty_out_SoundSet";
8150 id=6;
8151 };
8152 class MagPistol_fill_in
8153 {
8154 soundSet="MagPistol_fill_in_SoundSet";
8155 id=7;
8156 };
8157 class MagPistol_fill_loop
8158 {
8159 soundSet="MagPistol_fill_loop_SoundSet";
8160 id=8;
8161 };
8162 class MagPistol_fill_out
8163 {
8164 soundSet="MagPistol_fill_out_SoundSet";
8165 id=9;
8166 };
8167 class MagPistol_empty_in
8168 {
8169 soundSet="MagPistol_empty_in_SoundSet";
8170 id=10;
8171 };
8172 class MagPistol_empty_loop
8173 {
8174 soundSet="MagPistol_empty_loop_SoundSet";
8175 id=11;
8176 };
8177 class MagPistol_empty_out
8178 {
8179 soundSet="MagPistol_empty_out_SoundSet";
8180 id=12;
8181 };
8182 };
8183 };
8184 };
8185 class Mag_Bolts_Quiver: Magazine_Base
8186 {
8187 scope=2;
8188 displayName="$STR_CfgMagazines_Mag_Bolts_Quiver0";
8189 descriptionShort="$STR_CfgMagazines_Mag_Bolts_Quiver1";
8190 model="\dz\weapons\attachments\magazine\magazine_quiver.p3d";
8191 rotationFlags=1;
8192 weight=150;
8193 itemSize[]={2,3};
8194 count=5;
8195 ammo="Arrow_Bolt";
8196 ammoItems[]=
8197 {
8198 "Ammo_ArrowBolt"
8199 };
8200 tracersEvery=1;
8201 mass=10;
8202 class Damage
8203 {
8204 tex[]={};
8205 mat[]=
8206 {
8207 "dz\characters\vests\data\chest_holster.rvmat",
8208 "dz\characters\vests\data\chest_holster_damage.rvmat",
8209 "dz\characters\vests\data\chest_holster_destruct.rvmat"
8210 };
8211 };
8212 class AnimEvents
8213 {
8214 class SoundWeapon
8215 {
8216 class MagRifle_fill_in
8217 {
8218 soundSet="MagRifle_fill_in_SoundSet";
8219 id=1;
8220 };
8221 class MagRifle_fill_loop
8222 {
8223 soundSet="MagRifle_fill_loop_SoundSet";
8224 id=2;
8225 };
8226 class MagRifle_fill_out
8227 {
8228 soundSet="MagRifle_fill_out_SoundSet";
8229 id=3;
8230 };
8231 class MagRifle_empty_in
8232 {
8233 soundSet="MagRifle_empty_in_SoundSet";
8234 id=4;
8235 };
8236 class MagRifle_empty_loop
8237 {
8238 soundSet="MagRifle_empty_loop_SoundSet";
8239 id=5;
8240 };
8241 class MagRifle_empty_out
8242 {
8243 soundSet="MagRifle_empty_out_SoundSet";
8244 id=6;
8245 };
8246 class MagPistol_fill_in
8247 {
8248 soundSet="MagPistol_fill_in_SoundSet";
8249 id=7;
8250 };
8251 class MagPistol_fill_loop
8252 {
8253 soundSet="MagPistol_fill_loop_SoundSet";
8254 id=8;
8255 };
8256 class MagPistol_fill_out
8257 {
8258 soundSet="MagPistol_fill_out_SoundSet";
8259 id=9;
8260 };
8261 class MagPistol_empty_in
8262 {
8263 soundSet="MagPistol_empty_in_SoundSet";
8264 id=10;
8265 };
8266 class MagPistol_empty_loop
8267 {
8268 soundSet="MagPistol_empty_loop_SoundSet";
8269 id=11;
8270 };
8271 class MagPistol_empty_out
8272 {
8273 soundSet="MagPistol_empty_out_SoundSet";
8274 id=12;
8275 };
8276 };
8277 };
8278 };
8279 class Mag_Dartgun_CO2: Magazine_Base
8280 {
8281 scope=2;
8282 displayName="$STR_CfgMagazines_Mag_Dartgun_CO20";
8283 descriptionShort="$STR_CfgMagazines_Mag_Dartgun_CO21";
8284 model="\dz\weapons\attachments\magazine\magazine_dartgun_CO2.p3d";
8285 weight=12;
8286 itemSize[]={2,2};
8287 count=0;
8288 tracersEvery=1;
8289 mass=10;
8290 class DamageSystem
8291 {
8292 class GlobalHealth
8293 {
8294 class Health
8295 {
8296 hitpoints=100;
8297 healthLevels[]=
8298 {
8299
8300 {
8301 1,
8302
8303 {
8304 "DZ\weapons\attachments\magazine\data\magazine_dartgun_CO2.rvmat"
8305 }
8306 },
8307
8308 {
8309 0.69999999,
8310
8311 {
8312 "DZ\weapons\attachments\magazine\data\magazine_dartgun_CO2.rvmat"
8313 }
8314 },
8315
8316 {
8317 0.5,
8318
8319 {
8320 "DZ\weapons\attachments\magazine\data\magazine_dartgun_CO2_damage.rvmat"
8321 }
8322 },
8323
8324 {
8325 0.30000001,
8326
8327 {
8328 "DZ\weapons\attachments\magazine\data\magazine_dartgun_CO2_damage.rvmat"
8329 }
8330 },
8331
8332 {
8333 0,
8334
8335 {
8336 "DZ\weapons\attachments\magazine\data\magazine_dartgun_CO2_destruct.rvmat"
8337 }
8338 }
8339 };
8340 };
8341 };
8342 };
8343 class AnimEvents
8344 {
8345 class SoundWeapon
8346 {
8347 class MagRifle_fill_in
8348 {
8349 soundSet="MagRifle_fill_in_SoundSet";
8350 id=1;
8351 };
8352 class MagRifle_fill_loop
8353 {
8354 soundSet="MagRifle_fill_loop_SoundSet";
8355 id=2;
8356 };
8357 class MagRifle_fill_out
8358 {
8359 soundSet="MagRifle_fill_out_SoundSet";
8360 id=3;
8361 };
8362 class MagRifle_empty_in
8363 {
8364 soundSet="MagRifle_empty_in_SoundSet";
8365 id=4;
8366 };
8367 class MagRifle_empty_loop
8368 {
8369 soundSet="MagRifle_empty_loop_SoundSet";
8370 id=5;
8371 };
8372 class MagRifle_empty_out
8373 {
8374 soundSet="MagRifle_empty_out_SoundSet";
8375 id=6;
8376 };
8377 class MagPistol_fill_in
8378 {
8379 soundSet="MagPistol_fill_in_SoundSet";
8380 id=7;
8381 };
8382 class MagPistol_fill_loop
8383 {
8384 soundSet="MagPistol_fill_loop_SoundSet";
8385 id=8;
8386 };
8387 class MagPistol_fill_out
8388 {
8389 soundSet="MagPistol_fill_out_SoundSet";
8390 id=9;
8391 };
8392 class MagPistol_empty_in
8393 {
8394 soundSet="MagPistol_empty_in_SoundSet";
8395 id=10;
8396 };
8397 class MagPistol_empty_loop
8398 {
8399 soundSet="MagPistol_empty_loop_SoundSet";
8400 id=11;
8401 };
8402 class MagPistol_empty_out
8403 {
8404 soundSet="MagPistol_empty_out_SoundSet";
8405 id=12;
8406 };
8407 };
8408 };
8409 };
8410 class Mag_Groza_20Rnd: Magazine_Base
8411 {
8412 scope=2;
8413 displayName="$STR_CfgMagazines_Mag_Groza_20Rnd0";
8414 descriptionShort="$STR_CfgMagazines_Mag_Groza_20Rnd1";
8415 model="\dz\weapons\attachments\magazine\magazine_ots14.p3d";
8416 weight=410;
8417 itemSize[]={1,2};
8418 count=20;
8419 ammo="Bullet_9x39AP";
8420 ammoItems[]=
8421 {
8422 "Ammo_9x39",
8423 "Ammo_9x39AP"
8424 };
8425 tracersEvery=0;
8426 class DamageSystem
8427 {
8428 class GlobalHealth
8429 {
8430 class Health
8431 {
8432 hitpoints=100;
8433 healthLevels[]=
8434 {
8435
8436 {
8437 1,
8438
8439 {
8440 "DZ\weapons\attachments\magazine\data\ots14_magazine.rvmat"
8441 }
8442 },
8443
8444 {
8445 0.69999999,
8446
8447 {
8448 "DZ\weapons\attachments\magazine\data\ots14_magazine.rvmat"
8449 }
8450 },
8451
8452 {
8453 0.5,
8454
8455 {
8456 "DZ\weapons\attachments\magazine\data\ots14_magazine_damage.rvmat"
8457 }
8458 },
8459
8460 {
8461 0.30000001,
8462
8463 {
8464 "DZ\weapons\attachments\magazine\data\ots14_magazine_damage.rvmat"
8465 }
8466 },
8467
8468 {
8469 0,
8470
8471 {
8472 "DZ\weapons\attachments\magazine\data\ots14_magazine_destruct.rvmat"
8473 }
8474 }
8475 };
8476 };
8477 };
8478 };
8479 class AnimEvents
8480 {
8481 class SoundWeapon
8482 {
8483 class MagRifle_fill_in
8484 {
8485 soundSet="MagRifle_fill_in_SoundSet";
8486 id=1;
8487 };
8488 class MagRifle_fill_loop
8489 {
8490 soundSet="MagRifle_fill_loop_SoundSet";
8491 id=2;
8492 };
8493 class MagRifle_fill_out
8494 {
8495 soundSet="MagRifle_fill_out_SoundSet";
8496 id=3;
8497 };
8498 class MagRifle_empty_in
8499 {
8500 soundSet="MagRifle_empty_in_SoundSet";
8501 id=4;
8502 };
8503 class MagRifle_empty_loop
8504 {
8505 soundSet="MagRifle_empty_loop_SoundSet";
8506 id=5;
8507 };
8508 class MagRifle_empty_out
8509 {
8510 soundSet="MagRifle_empty_out_SoundSet";
8511 id=6;
8512 };
8513 class MagPistol_fill_in
8514 {
8515 soundSet="MagPistol_fill_in_SoundSet";
8516 id=7;
8517 };
8518 class MagPistol_fill_loop
8519 {
8520 soundSet="MagPistol_fill_loop_SoundSet";
8521 id=8;
8522 };
8523 class MagPistol_fill_out
8524 {
8525 soundSet="MagPistol_fill_out_SoundSet";
8526 id=9;
8527 };
8528 class MagPistol_empty_in
8529 {
8530 soundSet="MagPistol_empty_in_SoundSet";
8531 id=10;
8532 };
8533 class MagPistol_empty_loop
8534 {
8535 soundSet="MagPistol_empty_loop_SoundSet";
8536 id=11;
8537 };
8538 class MagPistol_empty_out
8539 {
8540 soundSet="MagPistol_empty_out_SoundSet";
8541 id=12;
8542 };
8543 };
8544 };
8545 };
8546 class Mag_MakarovPB_8Rnd: Magazine_Base
8547 {
8548 scope=2;
8549 displayName="$STR_CfgMagazines_Mag_MakarovPB_8Rnd0";
8550 descriptionShort="$STR_CfgMagazines_Mag_MakarovPB_8Rnd1";
8551 model="\DZ\weapons\attachments\magazine\magazine_pb6p9.p3d";
8552 weight=131;
8553 weightPerQuantityUnit=6;
8554 itemSize[]={1,2};
8555 count=8;
8556 ammo="Bullet_380";
8557 ammoItems[]=
8558 {
8559 "Ammo_380"
8560 };
8561 tracersEvery=0;
8562 mass=10;
8563 class DamageSystem
8564 {
8565 class GlobalHealth
8566 {
8567 class Health
8568 {
8569 hitpoints=100;
8570 healthLevels[]=
8571 {
8572
8573 {
8574 1,
8575
8576 {
8577 "DZ\weapons\attachments\magazine\data\magazine_pb6p9.rvmat"
8578 }
8579 },
8580
8581 {
8582 0.69999999,
8583
8584 {
8585 "DZ\weapons\attachments\magazine\data\magazine_pb6p9.rvmat"
8586 }
8587 },
8588
8589 {
8590 0.5,
8591
8592 {
8593 "DZ\weapons\attachments\magazine\data\magazine_pb6p9_damage.rvmat"
8594 }
8595 },
8596
8597 {
8598 0.30000001,
8599
8600 {
8601 "DZ\weapons\attachments\magazine\data\magazine_pb6p9_damage.rvmat"
8602 }
8603 },
8604
8605 {
8606 0,
8607
8608 {
8609 "DZ\weapons\attachments\magazine\data\magazine_pb6p9_destruct.rvmat"
8610 }
8611 }
8612 };
8613 };
8614 };
8615 };
8616 class AnimEvents
8617 {
8618 class SoundWeapon
8619 {
8620 class MagRifle_fill_in
8621 {
8622 soundSet="MagRifle_fill_in_SoundSet";
8623 id=1;
8624 };
8625 class MagRifle_fill_loop
8626 {
8627 soundSet="MagRifle_fill_loop_SoundSet";
8628 id=2;
8629 };
8630 class MagRifle_fill_out
8631 {
8632 soundSet="MagRifle_fill_out_SoundSet";
8633 id=3;
8634 };
8635 class MagRifle_empty_in
8636 {
8637 soundSet="MagRifle_empty_in_SoundSet";
8638 id=4;
8639 };
8640 class MagRifle_empty_loop
8641 {
8642 soundSet="MagRifle_empty_loop_SoundSet";
8643 id=5;
8644 };
8645 class MagRifle_empty_out
8646 {
8647 soundSet="MagRifle_empty_out_SoundSet";
8648 id=6;
8649 };
8650 class MagPistol_fill_in
8651 {
8652 soundSet="MagPistol_fill_in_SoundSet";
8653 id=7;
8654 };
8655 class MagPistol_fill_loop
8656 {
8657 soundSet="MagPistol_fill_loop_SoundSet";
8658 id=8;
8659 };
8660 class MagPistol_fill_out
8661 {
8662 soundSet="MagPistol_fill_out_SoundSet";
8663 id=9;
8664 };
8665 class MagPistol_empty_in
8666 {
8667 soundSet="MagPistol_empty_in_SoundSet";
8668 id=10;
8669 };
8670 class MagPistol_empty_loop
8671 {
8672 soundSet="MagPistol_empty_loop_SoundSet";
8673 id=11;
8674 };
8675 class MagPistol_empty_out
8676 {
8677 soundSet="MagPistol_empty_out_SoundSet";
8678 id=12;
8679 };
8680 };
8681 };
8682 };
8683 class Mag_AKM_Drum_TEST: Mag_AKM_Drum75Rnd
8684 {
8685 scope=2;
8686 displayName="Tracer testing mag";
8687 descriptionShort="Hope it won't cause lag";
8688 count=300;
8689 ammo="Bullet_762x39Tracer";
8690 ammoItems[]=
8691 {
8692 "Ammo_762x39Tracer"
8693 };
8694 };
8695 class Mag_M14_10Rnd: Magazine_Base
8696 {
8697 scope=2;
8698 displayName="$STR_CfgMagazines_Mag_M14_10Rnd0";
8699 descriptionShort="$STR_CfgMagazines_Mag_M14_10Rnd1";
8700 model="\DZ\weapons\attachments\magazine\magazine_m14_10rnd.p3d";
8701 weight=100;
8702 weightPerQuantityUnit=10;
8703 itemSize[]={1,2};
8704 count=10;
8705 ammo="Bullet_308Win";
8706 ammoItems[]=
8707 {
8708 "Ammo_308Win",
8709 "Ammo_308WinTracer"
8710 };
8711 hiddenSelections[]=
8712 {
8713 "camo"
8714 };
8715 hiddenSelectionsTextures[]=
8716 {
8717 "DZ\weapons\attachments\magazine\data\m14_mag_co.paa"
8718 };
8719 hiddenSelectionsMaterials[]=
8720 {
8721 "dz\weapons\attachments\magazine\data\m14_mag.rvmat"
8722 };
8723 class DamageSystem
8724 {
8725 class GlobalHealth
8726 {
8727 class Health
8728 {
8729 hitpoints=100;
8730 healthLevels[]=
8731 {
8732
8733 {
8734 1,
8735
8736 {
8737 "dz\weapons\attachments\magazine\data\m14_mag.rvmat"
8738 }
8739 },
8740
8741 {
8742 0.69999999,
8743
8744 {
8745 "dz\weapons\attachments\magazine\data\m14_mag.rvmat"
8746 }
8747 },
8748
8749 {
8750 0.5,
8751
8752 {
8753 "dz\weapons\attachments\magazine\data\m14_mag_damage.rvmat"
8754 }
8755 },
8756
8757 {
8758 0.30000001,
8759
8760 {
8761 "dz\weapons\attachments\magazine\data\m14_mag_damage.rvmat"
8762 }
8763 },
8764
8765 {
8766 0,
8767
8768 {
8769 "dz\weapons\attachments\magazine\data\m14_mag_destruct.rvmat"
8770 }
8771 }
8772 };
8773 };
8774 };
8775 };
8776 class AnimEvents
8777 {
8778 class SoundWeapon
8779 {
8780 class MagRifle_fill_in
8781 {
8782 soundSet="MagRifle_fill_in_SoundSet";
8783 id=1;
8784 };
8785 class MagRifle_fill_loop
8786 {
8787 soundSet="MagRifle_fill_loop_SoundSet";
8788 id=2;
8789 };
8790 class MagRifle_fill_out
8791 {
8792 soundSet="MagRifle_fill_out_SoundSet";
8793 id=3;
8794 };
8795 class MagRifle_empty_in
8796 {
8797 soundSet="MagRifle_empty_in_SoundSet";
8798 id=4;
8799 };
8800 class MagRifle_empty_loop
8801 {
8802 soundSet="MagRifle_empty_loop_SoundSet";
8803 id=5;
8804 };
8805 class MagRifle_empty_out
8806 {
8807 soundSet="MagRifle_empty_out_SoundSet";
8808 id=6;
8809 };
8810 class MagPistol_fill_in
8811 {
8812 soundSet="MagPistol_fill_in_SoundSet";
8813 id=7;
8814 };
8815 class MagPistol_fill_loop
8816 {
8817 soundSet="MagPistol_fill_loop_SoundSet";
8818 id=8;
8819 };
8820 class MagPistol_fill_out
8821 {
8822 soundSet="MagPistol_fill_out_SoundSet";
8823 id=9;
8824 };
8825 class MagPistol_empty_in
8826 {
8827 soundSet="MagPistol_empty_in_SoundSet";
8828 id=10;
8829 };
8830 class MagPistol_empty_loop
8831 {
8832 soundSet="MagPistol_empty_loop_SoundSet";
8833 id=11;
8834 };
8835 class MagPistol_empty_out
8836 {
8837 soundSet="MagPistol_empty_out_SoundSet";
8838 id=12;
8839 };
8840 };
8841 };
8842 };
8843 class Mag_M14_20Rnd: Magazine_Base
8844 {
8845 scope=2;
8846 displayName="$STR_CfgMagazines_Mag_M14_20Rnd0";
8847 descriptionShort="$STR_CfgMagazines_Mag_M14_20Rnd1";
8848 model="\DZ\weapons\attachments\magazine\magazine_m14_20rnd.p3d";
8849 weight=100;
8850 weightPerQuantityUnit=10;
8851 itemSize[]={1,2};
8852 count=20;
8853 ammo="Bullet_308Win";
8854 ammoItems[]=
8855 {
8856 "Ammo_308Win",
8857 "Ammo_308WinTracer"
8858 };
8859 hiddenSelections[]=
8860 {
8861 "camo"
8862 };
8863 hiddenSelectionsTextures[]=
8864 {
8865 "DZ\weapons\attachments\magazine\data\m14_mag_co.paa"
8866 };
8867 hiddenSelectionsMaterials[]=
8868 {
8869 "dz\weapons\attachments\magazine\data\m14_mag.rvmat"
8870 };
8871 class DamageSystem
8872 {
8873 class GlobalHealth
8874 {
8875 class Health
8876 {
8877 hitpoints=100;
8878 healthLevels[]=
8879 {
8880
8881 {
8882 1,
8883
8884 {
8885 "dz\weapons\attachments\magazine\data\m14_mag.rvmat"
8886 }
8887 },
8888
8889 {
8890 0.69999999,
8891
8892 {
8893 "dz\weapons\attachments\magazine\data\m14_mag.rvmat"
8894 }
8895 },
8896
8897 {
8898 0.5,
8899
8900 {
8901 "dz\weapons\attachments\magazine\data\m14_mag_damage.rvmat"
8902 }
8903 },
8904
8905 {
8906 0.30000001,
8907
8908 {
8909 "dz\weapons\attachments\magazine\data\m14_mag_damage.rvmat"
8910 }
8911 },
8912
8913 {
8914 0,
8915
8916 {
8917 "dz\weapons\attachments\magazine\data\m14_mag_destruct.rvmat"
8918 }
8919 }
8920 };
8921 };
8922 };
8923 };
8924 class AnimEvents
8925 {
8926 class SoundWeapon
8927 {
8928 class MagRifle_fill_in
8929 {
8930 soundSet="MagRifle_fill_in_SoundSet";
8931 id=1;
8932 };
8933 class MagRifle_fill_loop
8934 {
8935 soundSet="MagRifle_fill_loop_SoundSet";
8936 id=2;
8937 };
8938 class MagRifle_fill_out
8939 {
8940 soundSet="MagRifle_fill_out_SoundSet";
8941 id=3;
8942 };
8943 class MagRifle_empty_in
8944 {
8945 soundSet="MagRifle_empty_in_SoundSet";
8946 id=4;
8947 };
8948 class MagRifle_empty_loop
8949 {
8950 soundSet="MagRifle_empty_loop_SoundSet";
8951 id=5;
8952 };
8953 class MagRifle_empty_out
8954 {
8955 soundSet="MagRifle_empty_out_SoundSet";
8956 id=6;
8957 };
8958 class MagPistol_fill_in
8959 {
8960 soundSet="MagPistol_fill_in_SoundSet";
8961 id=7;
8962 };
8963 class MagPistol_fill_loop
8964 {
8965 soundSet="MagPistol_fill_loop_SoundSet";
8966 id=8;
8967 };
8968 class MagPistol_fill_out
8969 {
8970 soundSet="MagPistol_fill_out_SoundSet";
8971 id=9;
8972 };
8973 class MagPistol_empty_in
8974 {
8975 soundSet="MagPistol_empty_in_SoundSet";
8976 id=10;
8977 };
8978 class MagPistol_empty_loop
8979 {
8980 soundSet="MagPistol_empty_loop_SoundSet";
8981 id=11;
8982 };
8983 class MagPistol_empty_out
8984 {
8985 soundSet="MagPistol_empty_out_SoundSet";
8986 id=12;
8987 };
8988 };
8989 };
8990 };
8991 class Mag_SV98_10Rnd: Magazine_Base
8992 {
8993 scope=2;
8994 displayName="$STR_CfgMagazines_Mag_SV98_10Rnd0";
8995 descriptionShort="$STR_CfgMagazines_Mag_SV98_10Rnd1";
8996 model="\DZ\weapons\attachments\magazine\magazine_sv98_10rnd.p3d";
8997 weight=220;
8998 weightPerQuantityUnit=9;
8999 itemSize[]={1,2};
9000 count=10;
9001 ammo="Bullet_762x54";
9002 ammoItems[]=
9003 {
9004 "Ammo_762x54",
9005 "Ammo_762x54Tracer"
9006 };
9007 tracersEvery=0;
9008 hiddenSelections[]=
9009 {
9010 "camo"
9011 };
9012 hiddenSelectionsTextures[]=
9013 {
9014 "DZ\weapons\attachments\magazine\data\magazine_sv98_10rnd_co.paa"
9015 };
9016 class DamageSystem
9017 {
9018 class GlobalHealth
9019 {
9020 class Health
9021 {
9022 hitpoints=100;
9023 healthLevels[]=
9024 {
9025
9026 {
9027 1,
9028
9029 {
9030 "dz\weapons\attachments\magazine\data\magazine_sv98_10rnd.rvmat"
9031 }
9032 },
9033
9034 {
9035 0.69999999,
9036
9037 {
9038 "dz\weapons\attachments\magazine\data\magazine_sv98_10rnd.rvmat"
9039 }
9040 },
9041
9042 {
9043 0.5,
9044
9045 {
9046 "dz\weapons\attachments\magazine\data\magazine_sv98_10rnd_damage.rvmat"
9047 }
9048 },
9049
9050 {
9051 0.30000001,
9052
9053 {
9054 "dz\weapons\attachments\magazine\data\magazine_sv98_10rnd_damage.rvmat"
9055 }
9056 },
9057
9058 {
9059 0,
9060
9061 {
9062 "dz\weapons\attachments\magazine\data\magazine_sv98_10rnd_destruct.rvmat"
9063 }
9064 }
9065 };
9066 };
9067 };
9068 };
9069 class AnimEvents
9070 {
9071 class SoundWeapon
9072 {
9073 class MagRifle_fill_in
9074 {
9075 soundSet="MagRifle_fill_in_SoundSet";
9076 id=1;
9077 };
9078 class MagRifle_fill_loop
9079 {
9080 soundSet="MagRifle_fill_loop_SoundSet";
9081 id=2;
9082 };
9083 class MagRifle_fill_out
9084 {
9085 soundSet="MagRifle_fill_out_SoundSet";
9086 id=3;
9087 };
9088 class MagRifle_empty_in
9089 {
9090 soundSet="MagRifle_empty_in_SoundSet";
9091 id=4;
9092 };
9093 class MagRifle_empty_loop
9094 {
9095 soundSet="MagRifle_empty_loop_SoundSet";
9096 id=5;
9097 };
9098 class MagRifle_empty_out
9099 {
9100 soundSet="MagRifle_empty_out_SoundSet";
9101 id=6;
9102 };
9103 class MagPistol_fill_in
9104 {
9105 soundSet="MagPistol_fill_in_SoundSet";
9106 id=7;
9107 };
9108 class MagPistol_fill_loop
9109 {
9110 soundSet="MagPistol_fill_loop_SoundSet";
9111 id=8;
9112 };
9113 class MagPistol_fill_out
9114 {
9115 soundSet="MagPistol_fill_out_SoundSet";
9116 id=9;
9117 };
9118 class MagPistol_empty_in
9119 {
9120 soundSet="MagPistol_empty_in_SoundSet";
9121 id=10;
9122 };
9123 class MagPistol_empty_loop
9124 {
9125 soundSet="MagPistol_empty_loop_SoundSet";
9126 id=11;
9127 };
9128 class MagPistol_empty_out
9129 {
9130 soundSet="MagPistol_empty_out_SoundSet";
9131 id=12;
9132 };
9133 };
9134 };
9135 };
9136};
9137class CfgNonAIVehicles
9138{
9139 class ProxyAttachment;
9140 class ProxyMagazine_STANAG30: ProxyAttachment
9141 {
9142 scope=2;
9143 inventorySlot="magazine";
9144 model="\dz\weapons\attachments\magazine\magazine_STANAG30.p3d";
9145 };
9146 class ProxyMagazine_PMAG_10: ProxyAttachment
9147 {
9148 scope=2;
9149 inventorySlot="magazine";
9150 model="\dz\weapons\attachments\magazine\magazine_pmag_10.p3d";
9151 };
9152 class ProxyMagazine_PMAG_20: ProxyAttachment
9153 {
9154 scope=2;
9155 inventorySlot="magazine";
9156 model="\dz\weapons\attachments\magazine\magazine_pmag_20.p3d";
9157 };
9158 class ProxyMagazine_PMAG_30: ProxyAttachment
9159 {
9160 scope=2;
9161 inventorySlot="magazine";
9162 model="\dz\weapons\attachments\magazine\magazine_pmag_30.p3d";
9163 };
9164 class ProxyMagazine_PMAG_40: ProxyAttachment
9165 {
9166 scope=2;
9167 inventorySlot="magazine";
9168 model="\dz\weapons\attachments\magazine\magazine_pmag_40.p3d";
9169 };
9170 class ProxyMagazine_FNP45: ProxyAttachment
9171 {
9172 scope=2;
9173 inventorySlot="magazine";
9174 model="\dz\weapons\attachments\magazine\magazine_fnp45.p3d";
9175 };
9176 class ProxyMagazine_ruger1022_10: ProxyAttachment
9177 {
9178 scope=2;
9179 inventorySlot="magazine";
9180 model="\dz\weapons\attachments\magazine\magazine_ruger1022_10.p3d";
9181 };
9182 class Proxymagazine_ruger1022_15: ProxyAttachment
9183 {
9184 scope=2;
9185 inventorySlot="magazine";
9186 model="\dz\weapons\attachments\magazine\magazine_ruger1022_15.p3d";
9187 };
9188 class ProxyMagazine_ruger1022_30: ProxyAttachment
9189 {
9190 scope=2;
9191 inventorySlot="magazine";
9192 model="\dz\weapons\attachments\magazine\magazine_ruger1022_30.p3d";
9193 };
9194 class ProxyMagazine_mk2: ProxyAttachment
9195 {
9196 scope=2;
9197 inventorySlot="magazine";
9198 model="\dz\weapons\attachments\magazine\magazine_mk2.p3d";
9199 };
9200 class ProxyMagazine_1911: ProxyAttachment
9201 {
9202 scope=2;
9203 inventorySlot="magazine";
9204 model="\dz\weapons\attachments\magazine\magazine_1911.p3d";
9205 };
9206 class ProxyMagazine_CZ75: ProxyAttachment
9207 {
9208 scope=2;
9209 inventorySlot="magazine";
9210 model="\dz\weapons\attachments\magazine\magazine_CZ75.p3d";
9211 };
9212 class Proxymagazine_p1: ProxyAttachment
9213 {
9214 scope=2;
9215 inventorySlot="magazine";
9216 model="\DZ\weapons\attachments\magazine\magazine_p1.p3d";
9217 };
9218 class ProxyMagazine_akm_30rnd: ProxyAttachment
9219 {
9220 scope=2;
9221 inventorySlot="magazine";
9222 model="\dz\weapons\attachments\magazine\magazine_akm_30rnd.p3d";
9223 };
9224 class ProxyMagazine_akm_drum: ProxyAttachment
9225 {
9226 scope=2;
9227 inventorySlot="magazine";
9228 model="\dz\weapons\attachments\magazine\magazine_akm_drum.p3d";
9229 };
9230 class ProxyMagazine_akm_palm30: ProxyAttachment
9231 {
9232 scope=2;
9233 inventorySlot="magazine";
9234 model="\dz\weapons\attachments\magazine\magazine_akm_palm30.p3d";
9235 };
9236 class ProxyArrow_Composite
9237 {
9238 scope=2;
9239 model="\dz\weapons\projectiles\arrow_composite.p3d";
9240 inventorySlot="arrows";
9241 autocenter=1;
9242 shadow=1;
9243 simulation="proxyprojectile";
9244 };
9245 class ProxyMagazine_mp5_15rnd: ProxyAttachment
9246 {
9247 scope=2;
9248 inventorySlot="magazine";
9249 model="\dz\weapons\attachments\magazine\magazine_mp5_15rnd.p3d";
9250 };
9251 class ProxyMagazine_mp5_30rnd: ProxyAttachment
9252 {
9253 scope=2;
9254 inventorySlot="magazine";
9255 model="\dz\weapons\attachments\magazine\magazine_mp5_30rnd.p3d";
9256 };
9257 class ProxyMagazine_pm73_15rnd: ProxyAttachment
9258 {
9259 scope=2;
9260 inventorySlot="magazine";
9261 model="\DZ\weapons\attachments\magazine\magazine_pm73_15rnd.p3d";
9262 };
9263 class ProxyMagazine_pm73_25rnd: ProxyAttachment
9264 {
9265 scope=2;
9266 inventorySlot="magazine";
9267 model="\DZ\weapons\attachments\magazine\magazine_pm73_25rnd.p3d";
9268 };
9269 class Proxymagazine_cz527: ProxyAttachment
9270 {
9271 scope=2;
9272 inventorySlot="magazine";
9273 model="\DZ\weapons\attachments\magazine\magazine_cz527.p3d";
9274 };
9275 class Proxymagazine_cz550_10rnd: ProxyAttachment
9276 {
9277 scope=2;
9278 inventorySlot="magazine";
9279 model="\DZ\weapons\attachments\magazine\magazine_cz550_10rnd.p3d";
9280 };
9281 class Proxymagazine_cz550_4rnd: ProxyAttachment
9282 {
9283 scope=2;
9284 inventorySlot="magazine";
9285 model="\DZ\weapons\attachments\magazine\magazine_cz550_4rnd.p3d";
9286 };
9287 class Proxymagazine_ij70: ProxyAttachment
9288 {
9289 scope=2;
9290 inventorySlot="magazine";
9291 model="\DZ\weapons\attachments\magazine\magazine_ij70.p3d";
9292 };
9293 class ProxyMagazine_ak101_30rnd: ProxyAttachment
9294 {
9295 scope=2;
9296 inventorySlot="magazine";
9297 model="\DZ\weapons\attachments\magazine\magazine_ak101_30rnd.p3d";
9298 };
9299 class Proxymagazine_ak74_30rnd: ProxyAttachment
9300 {
9301 scope=2;
9302 inventorySlot="magazine";
9303 model="\DZ\weapons\attachments\magazine\magazine_ak74_30rnd.p3d";
9304 };
9305 class Proxymagazine_aug30: ProxyAttachment
9306 {
9307 scope=2;
9308 inventorySlot="magazine";
9309 model="\DZ\weapons\attachments\magazine\magazine_aug30.p3d";
9310 };
9311 class Proxymagazine_svd: ProxyAttachment
9312 {
9313 scope=2;
9314 inventorySlot="magazine";
9315 model="\DZ\weapons\attachments\magazine\magazine_svd.p3d";
9316 };
9317 class Proxymagazine_Vss: ProxyAttachment
9318 {
9319 scope=2;
9320 inventorySlot="magazine";
9321 model="\DZ\weapons\attachments\magazine\magazine_vss.p3d";
9322 };
9323 class ProxyMagazine_DE: ProxyAttachment
9324 {
9325 scope=2;
9326 inventorySlot="magazine";
9327 model="\dz\weapons\attachments\magazine\magazine_DE.p3d";
9328 };
9329 class ProxyMagazine_ump45_25rnd: ProxyAttachment
9330 {
9331 scope=2;
9332 inventorySlot="magazine";
9333 model="\DZ\weapons\attachments\magazine\magazine_ump45_25rnd.p3d";
9334 };
9335 class Proxymagazine_glock19: ProxyAttachment
9336 {
9337 scope=2;
9338 inventorySlot="magazine";
9339 model="\DZ\weapons\attachments\magazine\magazine_glock19.p3d";
9340 };
9341 class Proxymagazine_fal: ProxyAttachment
9342 {
9343 scope=2;
9344 inventorySlot="magazine";
9345 model="\DZ\weapons\attachments\magazine\magazine_fal.p3d";
9346 };
9347 class Proxyshockpistol_cartridge: ProxyAttachment
9348 {
9349 scope=2;
9350 inventorySlot="magazine";
9351 model="\DZ\weapons\attachments\magazine\shockpistol_cartridge.p3d";
9352 };
9353 class ProxyShotgunShell_pellets
9354 {
9355 scope=2;
9356 model="\dz\weapons\projectiles\shotgunshell_pellets.p3d";
9357 autocenter=1;
9358 shadow=1;
9359 simulation="proxyprojectile";
9360 };
9361 class Proxy357_SingleRound
9362 {
9363 scope=2;
9364 model="\dz\weapons\projectiles\357_SingleRound.p3d";
9365 autocenter=1;
9366 shadow=1;
9367 simulation="proxyprojectile";
9368 };
9369 class ProxyShotgunShell_slug
9370 {
9371 scope=2;
9372 model="\dz\weapons\projectiles\shotgunshell_slug.p3d";
9373 autocenter=1;
9374 shadow=1;
9375 simulation="proxyprojectile";
9376 };
9377 class ProxyMagazine_saiga_mag5: ProxyAttachment
9378 {
9379 scope=2;
9380 inventorySlot="magazine";
9381 model="\dz\weapons\attachments\magazine\magazine_saiga_mag5.p3d";
9382 };
9383 class ProxyMagazine_saiga_mag8: ProxyAttachment
9384 {
9385 scope=2;
9386 inventorySlot="magazine";
9387 model="\dz\weapons\attachments\magazine\magazine_saiga_mag8.p3d";
9388 };
9389 class ProxyMagazine_saiga_drum: ProxyAttachment
9390 {
9391 scope=2;
9392 inventorySlot="magazine";
9393 model="\dz\weapons\attachments\magazine\magazine_saiga_drum.p3d";
9394 };
9395 class ProxyMagazine_m249_ammobox: ProxyAttachment
9396 {
9397 scope=2;
9398 inventorySlot="magazine";
9399 model="\dz\weapons\attachments\magazine\magazine_m249_ammobox.p3d";
9400 };
9401 class ProxyMagazine_scout: ProxyAttachment
9402 {
9403 scope=2;
9404 inventorySlot="magazine";
9405 model="\dz\weapons\attachments\magazine\magazine_scout.p3d";
9406 };
9407 class ProxyMagazine_ots14: ProxyAttachment
9408 {
9409 scope=2;
9410 inventorySlot="magazine";
9411 model="\dz\weapons\attachments\magazine\magazine_ots14.p3d";
9412 };
9413 class ProxyMagazine_cz61: ProxyAttachment
9414 {
9415 scope=2;
9416 inventorySlot="magazine";
9417 model="\DZ\weapons\attachments\magazine\magazine_cz61.p3d";
9418 };
9419 class ProxyMagazine_famas: ProxyAttachment
9420 {
9421 scope=2;
9422 inventorySlot="magazine";
9423 model="\DZ\weapons\attachments\magazine\magazine_famas.p3d";
9424 };
9425 class ProxyMagazine_PP19: ProxyAttachment
9426 {
9427 scope=2;
9428 inventorySlot="magazine";
9429 model="\DZ\weapons\attachments\magazine\magazine_PP19.p3d";
9430 };
9431 class Proxymagazine_M14_10rnd: ProxyAttachment
9432 {
9433 scope=2;
9434 inventorySlot="magazine";
9435 model="\DZ\weapons\attachments\magazine\magazine_m14.p3d";
9436 };
9437 class Proxymagazine_M14_20rnd: ProxyAttachment
9438 {
9439 scope=2;
9440 inventorySlot="magazine";
9441 model="\DZ\weapons\attachments\magazine\magazine_m14.p3d";
9442 };
9443 class Proxymagazine_SV98_10Rnd: ProxyAttachment
9444 {
9445 scope=2;
9446 inventorySlot="magazine";
9447 model="\DZ\weapons\attachments\magazine\magazine_sv98_10rnd.p3d";
9448 };
9449};