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_Gear_Drinks
4 {
5 units[]=
6 {
7 "Drink_Canteen",
8 "Drink_SodaZlutaKlasik",
9 "Drink_SodaZlutaKolaloka",
10 "Drink_SodaZlutaMalinovka",
11 "Drink_WaterBottle"
12 };
13 weapons[]={};
14 requiredVersion=0.1;
15 requiredAddons[]=
16 {
17 "DZ_Data"
18 };
19 };
20};
21class CfgVehicles
22{
23 class Inventory_Base;
24 class Edible_Base;
25 class Bottle_Base;
26 class Canteen: Bottle_Base
27 {
28 scope=2;
29 displayName="$STR_CfgVehicles_Canteen0";
30 descriptionShort="$STR_CfgVehicles_Canteen1";
31 model="\dz\gear\drinks\Canteen.p3d";
32 debug_ItemCategory=6;
33 inventorySlot[]=
34 {
35 "Belt_Left",
36 "DirectCookingA",
37 "DirectCookingB",
38 "DirectCookingC"
39 };
40 weight=250;
41 itemSize[]={2,2};
42 varTemperatureFreezePoint=-200;
43 varTemperatureThawPoint=-200;
44 varTemperatureFreezeTime=2508;
45 varTemperatureThawTime=2508;
46 varTemperatureMax=110;
47 varQuantityInit=1000;
48 varQuantityMin=0;
49 varQuantityMax=1000;
50 temperaturePerQuantityWeight=2;
51 destroyOnEmpty=0;
52 varQuantityDestroyOnMin=0;
53 varLiquidTypeInit=512;
54 liquidContainerType="1 + 2 + 4 + 8 + 16 + 32 + 64 + 128 + 256 + 512 + 1024 + 2048 + 4096 + 8192 + 16384 + 32768 + 65536 + 131072 + 262144 + 524288 + 2097152 + 4194304 - (1 + 2 + 4 + 8 + 16 + 32 + 64 + 128 + 256) - 32768";
55 isMeleeWeapon=1;
56 soundImpactType="plastic";
57 class DamageSystem
58 {
59 class GlobalHealth
60 {
61 class Health
62 {
63 hitpoints=100;
64 healthLevels[]=
65 {
66
67 {
68 1,
69
70 {
71 "DZ\gear\drinks\data\Canteen.rvmat"
72 }
73 },
74
75 {
76 0.69999999,
77
78 {
79 "DZ\gear\drinks\data\Canteen.rvmat"
80 }
81 },
82
83 {
84 0.5,
85
86 {
87 "DZ\gear\drinks\data\Canteen_damage.rvmat"
88 }
89 },
90
91 {
92 0.30000001,
93
94 {
95 "DZ\gear\drinks\data\Canteen_damage.rvmat"
96 }
97 },
98
99 {
100 0,
101
102 {
103 "DZ\gear\drinks\data\Canteen_destruct.rvmat"
104 }
105 }
106 };
107 };
108 };
109 };
110 class MeleeModes
111 {
112 class Default
113 {
114 ammo="MeleeLightBlunt";
115 range=1;
116 };
117 class Heavy
118 {
119 ammo="MeleeLightBlunt_Heavy";
120 range=1;
121 };
122 class Sprint
123 {
124 ammo="MeleeLightBlunt_Heavy";
125 range=2.8;
126 };
127 };
128 class AnimEvents
129 {
130 class SoundWeapon
131 {
132 class Canteen_in_B
133 {
134 soundSet="Canteen_in_B_SoundSet";
135 id=202;
136 };
137 class Canteen_in_C
138 {
139 soundSet="Canteen_in_C_SoundSet";
140 id=203;
141 };
142 class WaterBottle_in_C1
143 {
144 soundSet="WaterBottle_in_C1_SoundSet";
145 id=204;
146 };
147 class Canteen_out_A
148 {
149 soundSet="Canteen_out_A_SoundSet";
150 id=205;
151 };
152 class Canteen_out_B
153 {
154 soundSet="Canteen_out_B_SoundSet";
155 id=206;
156 };
157 class PondBottle_loop
158 {
159 soundSet="PondBottle_loop_SoundSet";
160 id=209;
161 };
162 class WellBottle_loop
163 {
164 soundSet="WellBottle_loop_SoundSet";
165 id=210;
166 };
167 };
168 };
169 class InventorySlotsOffsets
170 {
171 class DirectCookingA
172 {
173 position[]={0.050000001,0.050000001,0};
174 orientation[]={-3,260,90};
175 };
176 class DirectCookingB
177 {
178 position[]={0.050000001,0.050000001,0};
179 orientation[]={6,260,90};
180 };
181 class DirectCookingC
182 {
183 position[]={0.050000001,0.050000001,0};
184 orientation[]={-3,260,90};
185 };
186 };
187 };
188 class WaterBottle: Bottle_Base
189 {
190 scope=2;
191 displayName="$STR_CfgVehicles_WaterBottle0";
192 descriptionShort="$STR_CfgVehicles_WaterBottle1";
193 model="\dz\gear\drinks\WaterBottle.p3d";
194 debug_ItemCategory=6;
195 weight=50;
196 itemSize[]={1,3};
197 destroyOnEmpty=0;
198 varQuantityDestroyOnMin=0;
199 varLiquidTypeInit=512;
200 liquidContainerType="1 + 2 + 4 + 8 + 16 + 32 + 64 + 128 + 256 + 512 + 1024 + 2048 + 4096 + 8192 + 16384 + 32768 + 65536 + 131072 + 262144 + 524288 + 2097152 + 4194304 - (1 + 2 + 4 + 8 + 16 + 32 + 64 + 128 + 256) - 32768";
201 varTemperatureFreezePoint=-200;
202 varTemperatureThawPoint=-200;
203 varTemperatureFreezeTime=2508;
204 varTemperatureThawTime=2508;
205 varTemperatureOverheatTime=0;
206 varTemperatureMax=80;
207 varQuantityInit=1000;
208 varQuantityMin=0;
209 varQuantityMax=1000;
210 temperaturePerQuantityWeight=1.5;
211 isMeleeWeapon=1;
212 class DamageSystem
213 {
214 class GlobalHealth
215 {
216 class Health
217 {
218 hitpoints=50;
219 healthLevels[]=
220 {
221
222 {
223 1,
224
225 {
226 "DZ\gear\drinks\data\Loot_WaterBottle.rvmat"
227 }
228 },
229
230 {
231 0.69999999,
232
233 {
234 "DZ\gear\drinks\data\Loot_WaterBottle.rvmat"
235 }
236 },
237
238 {
239 0.5,
240
241 {
242 "DZ\gear\drinks\data\Loot_WaterBottle_damage.rvmat"
243 }
244 },
245
246 {
247 0.30000001,
248
249 {
250 "DZ\gear\drinks\data\Loot_WaterBottle_damage.rvmat"
251 }
252 },
253
254 {
255 0,
256
257 {
258 "DZ\gear\drinks\data\Loot_WaterBottle_destruct.rvmat"
259 }
260 }
261 };
262 };
263 };
264 };
265 soundImpactType="plastic";
266 class AnimEvents
267 {
268 class SoundWeapon
269 {
270 class WaterBottle_in_B
271 {
272 soundSet="WaterBottle_in_B_SoundSet";
273 id=202;
274 };
275 class WaterBottle_in_C
276 {
277 soundSet="WaterBottle_in_C_SoundSet";
278 id=203;
279 };
280 class WaterBottle_in_C1
281 {
282 soundSet="WaterBottle_in_C1_SoundSet";
283 id=204;
284 };
285 class WaterBottle_out_A
286 {
287 soundSet="WaterBottle_out_A_SoundSet";
288 id=205;
289 };
290 class WaterBottle_out_B
291 {
292 soundSet="WaterBottle_out_B_SoundSet";
293 id=206;
294 };
295 class PondBottle_loop
296 {
297 soundSet="PondBottle_loop_SoundSet";
298 id=209;
299 };
300 class WellBottle_loop
301 {
302 soundSet="WellBottle_loop_SoundSet";
303 id=210;
304 };
305 class pickup
306 {
307 soundSet="WaterBottle_pickup_SoundSet";
308 id=797;
309 };
310 };
311 };
312 class InventorySlotsOffsets
313 {
314 class DirectCookingA
315 {
316 position[]={0.07,0.028999999,0};
317 orientation[]={21,0,90};
318 };
319 class DirectCookingB
320 {
321 position[]={0.07,0.028999999,0};
322 orientation[]={-11,150,90};
323 };
324 class DirectCookingC
325 {
326 position[]={0.07,0.028999999,0};
327 orientation[]={21,0,90};
328 };
329 };
330 };
331 class GlassBottle: Bottle_Base
332 {
333 scope=2;
334 displayName="$STR_CfgVehicles_GlassBottle0";
335 descriptionShort="$STR_CfgVehicles_GlassBottle1";
336 model="\dz\gear\drinks\VodkaBottles.p3d";
337 weight=550;
338 itemSize[]={1,3};
339 destroyOnEmpty=0;
340 varQuantityDestroyOnMin=0;
341 varLiquidTypeInit=512;
342 liquidContainerType="1 + 2 + 4 + 8 + 16 + 32 + 64 + 128 + 256 + 512 + 1024 + 2048 + 4096 + 8192 + 16384 + 32768 + 65536 + 131072 + 262144 + 524288 + 2097152 + 4194304 - (1 + 2 + 4 + 8 + 16 + 32 + 64 + 128 + 256) - 32768";
343 varTemperatureFreezePoint=-200;
344 varTemperatureThawPoint=-200;
345 varTemperatureFreezeTime=1980;
346 varTemperatureThawTime=1980;
347 varTemperatureMax=120;
348 varQuantityInit=0;
349 varQuantityMin=0;
350 varQuantityMax=750;
351 temperaturePerQuantityWeight=1.5;
352 class DamageSystem
353 {
354 class GlobalHealth
355 {
356 class Health
357 {
358 hitpoints=100;
359 healthLevels[]=
360 {
361
362 {
363 1,
364
365 {
366 "DZ\gear\drinks\data\VodkaBottles.rvmat"
367 }
368 },
369
370 {
371 0.69999999,
372
373 {
374 "DZ\gear\drinks\data\VodkaBottles.rvmat"
375 }
376 },
377
378 {
379 0.5,
380
381 {
382 "DZ\gear\drinks\data\VodkaBottles_damage.rvmat"
383 }
384 },
385
386 {
387 0.30000001,
388
389 {
390 "DZ\gear\drinks\data\VodkaBottles_damage.rvmat"
391 }
392 },
393
394 {
395 0,
396
397 {
398 "DZ\gear\drinks\data\VodkaBottles_destruct.rvmat"
399 }
400 }
401 };
402 };
403 };
404 };
405 hiddenSelections[]=
406 {
407 "zbytek"
408 };
409 hiddenSelectionsMaterials[]=
410 {
411 "dz\gear\drinks\data\vodkabottles.rvmat"
412 };
413 soundImpactType="glass";
414 class AnimEvents
415 {
416 class SoundWeapon
417 {
418 class GlassBottle_in_B
419 {
420 soundSet="GlassBottle_in_B_SoundSet";
421 id=202;
422 };
423 class GlassBottle_in_C
424 {
425 soundSet="GlassBottle_in_C_SoundSet";
426 id=203;
427 };
428 class WaterBottle_in_C1
429 {
430 soundSet="WaterBottle_in_C1_SoundSet";
431 id=204;
432 };
433 class GlassBottle_out_A
434 {
435 soundSet="GlassBottle_out_A_SoundSet";
436 id=205;
437 };
438 class GlassBottle_out_B
439 {
440 soundSet="GlassBottle_out_B_SoundSet";
441 id=206;
442 };
443 class PondBottle_loop
444 {
445 soundSet="PondBottle_loop_SoundSet";
446 id=209;
447 };
448 class WellBottle_loop
449 {
450 soundSet="WellBottle_loop_SoundSet";
451 id=210;
452 };
453 };
454 };
455 class InventorySlotsOffsets
456 {
457 class DirectCookingA
458 {
459 position[]={0.050000001,0.025,0};
460 orientation[]={-9,0,90};
461 };
462 class DirectCookingB
463 {
464 position[]={0.050000001,0.025,0};
465 orientation[]={-6,150,90};
466 };
467 class DirectCookingC
468 {
469 position[]={0.050000001,0.025,0};
470 orientation[]={-9,0,90};
471 };
472 };
473 };
474 class WaterPouch_ColorBase: Bottle_Base
475 {
476 displayName="$STR_CfgVehicles_WaterPouch_ColorBase0";
477 descriptionShort="$STR_CfgVehicles_WaterPouch_ColorBase1";
478 model="\dz\gear\drinks\waterpouch.p3d";
479 lootCategory="Crafted";
480 weight=250;
481 itemSize[]={2,4};
482 repairableWithKits[]={3};
483 repairCosts[]={25};
484 destroyOnEmpty=0;
485 varQuantityDestroyOnMin=0;
486 liquidContainerType="1 + 2 + 4 + 8 + 16 + 32 + 64 + 128 + 256 + 512 + 1024 + 2048 + 4096 + 8192 + 16384 + 32768 + 65536 + 131072 + 262144 + 524288 + 2097152 + 4194304 - (1 + 2 + 4 + 8 + 16 + 32 + 64 + 128 + 256) - 32768";
487 varTemperatureFreezePoint=-200;
488 varTemperatureThawPoint=-200;
489 varTemperatureMax=120;
490 varQuantityInit=0;
491 varQuantityMin=0;
492 varQuantityMax=1250;
493 temperaturePerQuantityWeight=4;
494 class DamageSystem
495 {
496 class GlobalHealth
497 {
498 class Health
499 {
500 hitpoints=50;
501 healthLevels[]=
502 {
503
504 {
505 1,
506
507 {
508 "DZ\gear\drinks\data\Drink_WaterPouch_Natural.rvmat"
509 }
510 },
511
512 {
513 0.69999999,
514
515 {
516 "DZ\gear\drinks\data\Drink_WaterPouch_Natural.rvmat"
517 }
518 },
519
520 {
521 0.5,
522
523 {
524 "DZ\gear\drinks\data\Drink_WaterPouch_Natural_damage.rvmat"
525 }
526 },
527
528 {
529 0.30000001,
530
531 {
532 "DZ\gear\drinks\data\Drink_WaterPouch_Natural_damage.rvmat"
533 }
534 },
535
536 {
537 0,
538
539 {
540 "DZ\gear\drinks\data\Drink_WaterPouch_Natural_destruct.rvmat"
541 }
542 }
543 };
544 };
545 };
546 };
547 soundImpactType="textile";
548 class AnimEvents
549 {
550 class SoundWeapon
551 {
552 class WaterPouch_in_B
553 {
554 soundSet="WaterPouch_in_B_SoundSet";
555 id=202;
556 };
557 class WaterPouch_in_C
558 {
559 soundSet="WaterPouch_in_C_SoundSet";
560 id=203;
561 };
562 class WaterBottle_in_C1
563 {
564 soundSet="WaterBottle_in_C1_SoundSet";
565 id=204;
566 };
567 class WaterPouch_out_A
568 {
569 soundSet="WaterPouch_out_A_SoundSet";
570 id=205;
571 };
572 class WaterPouch_out_B
573 {
574 soundSet="WaterPouch_out_B_SoundSet";
575 id=206;
576 };
577 class PondBottle_loop
578 {
579 soundSet="PondBottle_loop_SoundSet";
580 id=209;
581 };
582 class WellBottle_loop
583 {
584 soundSet="WellBottle_loop_SoundSet";
585 id=210;
586 };
587 };
588 };
589 };
590 class WaterPouch_Natural: WaterPouch_ColorBase
591 {
592 scope=2;
593 rotationFlags=17;
594 hiddenSelectionsMaterials[]=
595 {
596 "DZ\gear\drinks\data\",
597 "Drink_WaterPouch_Natural.rvmat",
598 "DZ\gear\drinks\data\",
599 "Drink_WaterPouch_Natural.rvmat",
600 "DZ\gear\drinks\data\",
601 "Drink_WaterPouch_Natural.rvmat"
602 };
603 class AnimEvents
604 {
605 class SoundWeapon
606 {
607 class WaterPouch_in_B
608 {
609 soundSet="WaterPouch_in_B_SoundSet";
610 id=202;
611 };
612 class WaterPouch_in_C
613 {
614 soundSet="WaterPouch_in_C_SoundSet";
615 id=203;
616 };
617 class WaterBottle_in_C1
618 {
619 soundSet="WaterBottle_in_C1_SoundSet";
620 id=204;
621 };
622 class WaterPouch_out_A
623 {
624 soundSet="WaterPouch_out_A_SoundSet";
625 id=205;
626 };
627 class WaterPouch_out_B
628 {
629 soundSet="WaterPouch_out_B_SoundSet";
630 id=206;
631 };
632 class PondBottle_loop
633 {
634 soundSet="PondBottle_loop_SoundSet";
635 id=209;
636 };
637 class WellBottle_loop
638 {
639 soundSet="WellBottle_loop_SoundSet";
640 id=210;
641 };
642 };
643 };
644 };
645 class FilteringBottle: Bottle_Base
646 {
647 scope=2;
648 displayName="$STR_CfgVehicles_FilteringBottle0";
649 descriptionShort="$STR_CfgVehicles_FilteringBottle1";
650 model="\dz\gear\drinks\FilteringBottle.p3d";
651 weight=180;
652 itemSize[]={1,3};
653 destroyOnEmpty=0;
654 varQuantityDestroyOnMin=0;
655 liquidContainerType="1 + 2 + 4 + 8 + 16 + 32 + 64 + 128 + 256 + 512 + 1024 + 2048 + 4096 + 8192 + 16384 + 32768 + 65536 + 131072 + 262144 + 524288 + 2097152 + 4194304 - (1 + 2 + 4 + 8 + 16 + 32 + 64 + 128 + 256) - 32768 - 8192 - 16384";
656 varTemperatureFreezePoint=-200;
657 varTemperatureThawPoint=-200;
658 varTemperatureFreezeTime=1980;
659 varTemperatureThawTime=1980;
660 varTemperatureOverheatTime=0;
661 varTemperatureMax=80;
662 varQuantityInit=0;
663 varQuantityMin=0;
664 varQuantityMax=650;
665 temperaturePerQuantityWeight=1.5;
666 class DamageSystem
667 {
668 class GlobalHealth
669 {
670 class Health
671 {
672 hitpoints=100;
673 healthLevels[]=
674 {
675
676 {
677 1,
678
679 {
680 "DZ\gear\drinks\data\Loot_FilteringBottle.rvmat"
681 }
682 },
683
684 {
685 0.69999999,
686
687 {
688 "DZ\gear\drinks\data\Loot_FilteringBottle.rvmat"
689 }
690 },
691
692 {
693 0.5,
694
695 {
696 "DZ\gear\drinks\data\Loot_FilteringBottle_damage.rvmat"
697 }
698 },
699
700 {
701 0.30000001,
702
703 {
704 "DZ\gear\drinks\data\Loot_FilteringBottle_damage.rvmat"
705 }
706 },
707
708 {
709 0,
710
711 {
712 "DZ\gear\drinks\data\Loot_FilteringBottle_destruct.rvmat"
713 }
714 }
715 };
716 };
717 };
718 };
719 hiddenSelections[]=
720 {
721 "zbytek"
722 };
723 hiddenSelectionsMaterials[]=
724 {
725 "dz\gear\drinks\data\Loot_FilteringBottle.rvmat"
726 };
727 soundImpactType="plastic";
728 class AnimEvents
729 {
730 class SoundWeapon
731 {
732 class WaterPouch_in_B
733 {
734 soundSet="WaterPouch_in_B_SoundSet";
735 id=202;
736 };
737 class WaterPouch_in_C
738 {
739 soundSet="WaterPouch_in_C_SoundSet";
740 id=203;
741 };
742 class WaterBottle_in_C1
743 {
744 soundSet="WaterBottle_in_C1_SoundSet";
745 id=204;
746 };
747 class WaterPouch_out_A
748 {
749 soundSet="WaterPouch_out_A_SoundSet";
750 id=205;
751 };
752 class WaterPouch_out_B
753 {
754 soundSet="WaterPouch_out_B_SoundSet";
755 id=206;
756 };
757 class PondBottle_loop
758 {
759 soundSet="PondBottle_loop_SoundSet";
760 id=209;
761 };
762 class WellBottle_loop
763 {
764 soundSet="WellBottle_loop_SoundSet";
765 id=210;
766 };
767 };
768 };
769 class InventorySlotsOffsets
770 {
771 class DirectCookingA
772 {
773 position[]={0.059999999,0.035,0};
774 orientation[]={3,-95,90};
775 };
776 class DirectCookingB
777 {
778 position[]={0.059999999,0.035,0};
779 orientation[]={-5,105,90};
780 };
781 class DirectCookingC
782 {
783 position[]={0.059999999,0.035,0};
784 orientation[]={3,-95,90};
785 };
786 };
787 };
788 class SodaCan_ColorBase: Edible_Base
789 {
790 model="\dz\gear\drinks\SodaCan.p3d";
791 debug_ItemCategory=6;
792 stackedRandom=0;
793 itemSize[]={1,2};
794 weight=15;
795 stackedUnit="";
796 varTemperatureFreezeTime=1980;
797 varTemperatureThawTime=1980;
798 varTemperatureMax=100;
799 varQuantityInit=330;
800 varQuantityMin=0;
801 varQuantityMax=330;
802 temperaturePerQuantityWeight=1;
803 hiddenSelections[]=
804 {
805 "camoGround"
806 };
807 class DamageSystem
808 {
809 class GlobalHealth
810 {
811 class Health
812 {
813 hitpoints=30;
814 healthLevels[]=
815 {
816
817 {
818 1,
819
820 {
821 "DZ\gear\drinks\data\sodacan.rvmat"
822 }
823 },
824
825 {
826 0.69999999,
827
828 {
829 "DZ\gear\drinks\data\sodacan.rvmat"
830 }
831 },
832
833 {
834 0.5,
835
836 {
837 "DZ\gear\drinks\data\sodacan_damage.rvmat"
838 }
839 },
840
841 {
842 0.30000001,
843
844 {
845 "DZ\gear\drinks\data\sodacan_damage.rvmat"
846 }
847 },
848
849 {
850 0,
851
852 {
853 "DZ\gear\drinks\data\sodacan_destruct.rvmat"
854 }
855 }
856 };
857 };
858 };
859 };
860 soundImpactType="metal";
861 class Nutrition
862 {
863 totalVolume=1;
864 energy=50;
865 water=90;
866 nutritionalIndex=1;
867 toxicity=0;
868 };
869 class InventorySlotsOffsets
870 {
871 class DirectCookingA
872 {
873 position[]={0.1,0.059999999,0};
874 orientation[]={8,0,0};
875 };
876 class DirectCookingB
877 {
878 position[]={0.059999999,0.025,0};
879 orientation[]={15,90,45};
880 };
881 class DirectCookingC
882 {
883 position[]={0.059999999,0.025,0};
884 orientation[]={15,90,45};
885 };
886 };
887 };
888 class SodaCan_Pipsi: SodaCan_ColorBase
889 {
890 scope=2;
891 displayName="$STR_CfgVehicles_SodaCan_Pipsi0";
892 descriptionShort="$STR_CfgVehicles_SodaCan_Pipsi1";
893 hiddenSelectionsTextures[]=
894 {
895 "\dz\gear\drinks\Data\SodaCan_pipsi_co.paa"
896 };
897 class AnimEvents
898 {
899 class SoundWeapon
900 {
901 class SodaCan_in_B
902 {
903 soundSet="SodaCan_in_B_SoundSet";
904 id=202;
905 };
906 class PondBottle_loop
907 {
908 soundSet="PondBottle_loop_SoundSet";
909 id=209;
910 };
911 class WellBottle_loop
912 {
913 soundSet="WellBottle_loop_SoundSet";
914 id=210;
915 };
916 class pickup
917 {
918 soundSet="SodaCan_pickup_SoundSet";
919 id=797;
920 };
921 class drop
922 {
923 soundset="SodaCan_drop_SoundSet";
924 id=898;
925 };
926 };
927 };
928 };
929 class SodaCan_Cola: SodaCan_ColorBase
930 {
931 scope=2;
932 displayName="$STR_CfgVehicles_SodaCan_Cola0";
933 descriptionShort="$STR_CfgVehicles_SodaCan_Cola1";
934 hiddenSelectionsTextures[]=
935 {
936 "\dz\gear\drinks\Data\SodaCan_cola_co.paa"
937 };
938 class AnimEvents
939 {
940 class SoundWeapon
941 {
942 class SodaCan_in_B
943 {
944 soundSet="SodaCan_in_B_SoundSet";
945 id=202;
946 };
947 class PondBottle_loop
948 {
949 soundSet="PondBottle_loop_SoundSet";
950 id=209;
951 };
952 class WellBottle_loop
953 {
954 soundSet="WellBottle_loop_SoundSet";
955 id=210;
956 };
957 class pickup
958 {
959 soundSet="SodaCan_pickup_SoundSet";
960 id=797;
961 };
962 class drop
963 {
964 soundset="SodaCan_drop_SoundSet";
965 id=898;
966 };
967 };
968 };
969 };
970 class SodaCan_Spite: SodaCan_ColorBase
971 {
972 scope=2;
973 displayName="$STR_CfgVehicles_SodaCan_Spite0";
974 descriptionShort="$STR_CfgVehicles_SodaCan_Spite1";
975 hiddenSelectionsTextures[]=
976 {
977 "\dz\gear\drinks\Data\SodaCan_spite_co.paa"
978 };
979 class AnimEvents
980 {
981 class SoundWeapon
982 {
983 class SodaCan_in_B
984 {
985 soundSet="SodaCan_in_B_SoundSet";
986 id=202;
987 };
988 class PondBottle_loop
989 {
990 soundSet="PondBottle_loop_SoundSet";
991 id=209;
992 };
993 class WellBottle_loop
994 {
995 soundSet="WellBottle_loop_SoundSet";
996 id=210;
997 };
998 class pickup
999 {
1000 soundSet="SodaCan_pickup_SoundSet";
1001 id=797;
1002 };
1003 class drop
1004 {
1005 soundset="SodaCan_drop_SoundSet";
1006 id=898;
1007 };
1008 };
1009 };
1010 };
1011 class SodaCan_Kvass: SodaCan_ColorBase
1012 {
1013 scope=2;
1014 displayName="$STR_CfgVehicles_SodaCan_Kvass0";
1015 descriptionShort="$STR_CfgVehicles_SodaCan_Kvass1";
1016 varTemperatureFreezePoint=-3;
1017 varTemperatureThawPoint=-3;
1018 hiddenSelectionsTextures[]=
1019 {
1020 "\dz\gear\drinks\Data\SodaCan_rasputin_kvass_co.paa"
1021 };
1022 class AnimEvents
1023 {
1024 class SoundWeapon
1025 {
1026 class SodaCan_in_B
1027 {
1028 soundSet="SodaCan_in_B_SoundSet";
1029 id=202;
1030 };
1031 class PondBottle_loop
1032 {
1033 soundSet="PondBottle_loop_SoundSet";
1034 id=209;
1035 };
1036 class WellBottle_loop
1037 {
1038 soundSet="WellBottle_loop_SoundSet";
1039 id=210;
1040 };
1041 class pickup
1042 {
1043 soundSet="SodaCan_pickup_SoundSet";
1044 id=797;
1045 };
1046 class drop
1047 {
1048 soundset="SodaCan_drop_SoundSet";
1049 id=898;
1050 };
1051 };
1052 };
1053 };
1054 class SodaCan_Empty: Inventory_Base
1055 {
1056 scope=2;
1057 displayName="$STR_CfgVehicles_SodaCan_Empty0";
1058 descriptionShort="$STR_CfgVehicles_SodaCan_Empty1";
1059 model="\dz\gear\drinks\SodaCan_Used.p3d";
1060 inventorySlot[]=
1061 {
1062 "tripWireAttachment"
1063 };
1064 class AnimEvents
1065 {
1066 class SoundWeapon
1067 {
1068 class SodaCan_in_B
1069 {
1070 soundSet="SodaCan_in_B_SoundSet";
1071 id=202;
1072 };
1073 class PondBottle_loop
1074 {
1075 soundSet="PondBottle_loop_SoundSet";
1076 id=209;
1077 };
1078 class WellBottle_loop
1079 {
1080 soundSet="WellBottle_loop_SoundSet";
1081 id=210;
1082 };
1083 class pickup
1084 {
1085 soundSet="SodaCan_pickup_SoundSet";
1086 id=797;
1087 };
1088 class drop
1089 {
1090 soundset="SodaCan_drop_SoundSet";
1091 id=898;
1092 };
1093 };
1094 };
1095 };
1096 class SodaCan_Fronta: SodaCan_ColorBase
1097 {
1098 scope=2;
1099 displayName="$STR_CfgVehicles_SodaCan_Fronta0";
1100 descriptionShort="$STR_CfgVehicles_SodaCan_Fronta1";
1101 hiddenSelectionsTextures[]=
1102 {
1103 "\dz\gear\drinks\Data\SodaCan_Fanda_co.paa"
1104 };
1105 class AnimEvents
1106 {
1107 class SoundWeapon
1108 {
1109 class SodaCan_in_B
1110 {
1111 soundSet="SodaCan_in_B_SoundSet";
1112 id=202;
1113 };
1114 class PondBottle_loop
1115 {
1116 soundSet="PondBottle_loop_SoundSet";
1117 id=209;
1118 };
1119 class WellBottle_loop
1120 {
1121 soundSet="WellBottle_loop_SoundSet";
1122 id=210;
1123 };
1124 class pickup
1125 {
1126 soundSet="SodaCan_pickup_SoundSet";
1127 id=797;
1128 };
1129 class drop
1130 {
1131 soundset="SodaCan_drop_SoundSet";
1132 id=898;
1133 };
1134 };
1135 };
1136 };
1137};
1138class CfgNonAIVehicles
1139{
1140 class ProxyAttachment;
1141 class ProxySodaCan_Used: ProxyAttachment
1142 {
1143 scope=2;
1144 inventorySlot[]=
1145 {
1146 "tripWireAttachment"
1147 };
1148 model="\dz\gear\drinks\SodaCan_Used.p3d";
1149 };
1150};