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_Cooking
4 {
5 units[]={};
6 weapons[]={};
7 requiredVersion=0.1;
8 requiredAddons[]=
9 {
10 "DZ_Data",
11 "DZ_Weapons_Melee"
12 };
13 };
14};
15class CfgVehicles
16{
17 class HouseNoDestruct;
18 class Inventory_Base;
19 class Bottle_Base;
20 class ClutterCutterFireplace: HouseNoDestruct
21 {
22 scope=1;
23 model="\DZ\gear\cooking\fireplace_cluttercutter.p3d";
24 displayName="$STR_CfgVehicles_ClutterCutterFireplace0";
25 mapSize=0.69999999;
26 accuracy=0.2;
27 destrType="DestructNo";
28 };
29 class FireplaceBase: Inventory_Base
30 {
31 stackedUnit="NA";
32 canBeSplit=0;
33 quantityBar=1;
34 varQuantityInit=0;
35 varQuantityMin=0;
36 varQuantityMax=100;
37 varQuantityDestroyOnMin=0;
38 varTemperatureMax=1000;
39 varWetMin=0.048999999;
40 varWetMax=1;
41 forceFarBubble="true";
42 itemBehaviour=2;
43 class AnimationSources
44 {
45 class Ashes
46 {
47 source="user";
48 animPeriod=0.0099999998;
49 initPhase=1;
50 };
51 class Kindling
52 {
53 source="user";
54 animPeriod=0.0099999998;
55 initPhase=1;
56 };
57 class Sticks
58 {
59 source="user";
60 animPeriod=0.0099999998;
61 initPhase=1;
62 };
63 class Wood
64 {
65 source="user";
66 animPeriod=0.0099999998;
67 initPhase=1;
68 };
69 class BurntWood
70 {
71 source="user";
72 animPeriod=0.0099999998;
73 initPhase=1;
74 };
75 class Stone
76 {
77 source="user";
78 animPeriod=0.0099999998;
79 initPhase=1;
80 };
81 class StonesCircle
82 {
83 source="user";
84 animPeriod=0.0099999998;
85 initPhase=1;
86 };
87 class Tripod
88 {
89 source="user";
90 animPeriod=0.0099999998;
91 initPhase=1;
92 };
93 class Oven
94 {
95 source="user";
96 animPeriod=0.0099999998;
97 initPhase=1;
98 };
99 class LidOn
100 {
101 source="user";
102 animPeriod=0.0099999998;
103 initPhase=0;
104 };
105 class LidOff
106 {
107 source="user";
108 animPeriod=0.0099999998;
109 initPhase=1;
110 };
111 };
112 soundImpactType="wood";
113 class AnimEvents
114 {
115 class SoundWeapon
116 {
117 class pickUpItem_Light
118 {
119 soundSet="pickUpFireplaceLight_SoundSet";
120 id=796;
121 };
122 class pickUpItem
123 {
124 soundSet="pickUpFireplace_SoundSet";
125 id=797;
126 };
127 class drop
128 {
129 soundset="fireplace_drop_SoundSet";
130 id=898;
131 };
132 };
133 };
134 class DamageSystem
135 {
136 class GlobalHealth
137 {
138 class Health
139 {
140 hitpoints=100;
141 transferToAttachmentsCoef=0.5;
142 healthLabels[]={1,0.69999999,0.5,0.30000001,0};
143 healthLevels[]=
144 {
145
146 {
147 1,
148
149 {
150 "DZ\gear\cooking\data\FireplaceKit.rvmat",
151 "DZ\gear\cooking\data\FireplaceKit.rvmat"
152 }
153 },
154
155 {
156 0.69999999,
157
158 {
159 "DZ\gear\cooking\data\FireplaceKit.rvmat",
160 "DZ\gear\cooking\data\FireplaceKit.rvmat"
161 }
162 },
163
164 {
165 0.5,
166
167 {
168 "DZ\gear\cooking\data\FireplaceKit.rvmat",
169 "DZ\gear\cooking\data\FireplaceKit.rvmat"
170 }
171 },
172
173 {
174 0.30000001,
175
176 {
177 "DZ\gear\cooking\data\FireplaceKit.rvmat",
178 "DZ\gear\cooking\data\FireplaceKit.rvmat"
179 }
180 },
181
182 {
183 0,
184
185 {
186 "DZ\gear\cooking\data\FireplaceKit.rvmat",
187 "DZ\gear\cooking\data\FireplaceKit.rvmat"
188 }
189 }
190 };
191 };
192 };
193 class GlobalArmor
194 {
195 class Projectile
196 {
197 class Health
198 {
199 damage=0;
200 };
201 class Blood
202 {
203 damage=0;
204 };
205 class Shock
206 {
207 damage=0;
208 };
209 };
210 class Melee
211 {
212 class Health
213 {
214 damage=0;
215 };
216 class Blood
217 {
218 damage=0;
219 };
220 class Shock
221 {
222 damage=0;
223 };
224 };
225 class FragGrenade
226 {
227 class Health
228 {
229 damage=0;
230 };
231 class Blood
232 {
233 damage=0;
234 };
235 class Shock
236 {
237 damage=0;
238 };
239 };
240 };
241 };
242 class NoiseFireplaceBase
243 {
244 strength=30;
245 type="sound";
246 };
247 class NoiseFireplaceSpecial
248 {
249 strength=15;
250 type="sound";
251 };
252 };
253 class Fireplace: FireplaceBase
254 {
255 scope=2;
256 displayName="$STR_CfgVehicles_Fireplace0";
257 descriptionShort="$STR_CfgVehicles_Fireplace1";
258 model="\dz\gear\cooking\Fireplace.p3d";
259 overrideDrawArea="8.0";
260 slopeTolerance=0.30000001;
261 physLayer="item_large";
262 openable=0;
263 lootCategory="Crafted";
264 itemSize[]={4,4};
265 itemsCargoSize[]={10,4};
266 useEntityHierarchy="true";
267 attachments[]=
268 {
269 "Firewood",
270 "WoodenStick",
271 "CookingEquipment",
272 "Rags",
273 "MedicalBandage",
274 "Paper",
275 "Bark",
276 "CookingTripod",
277 "Stones",
278 "DirectCookingA",
279 "DirectCookingB",
280 "DirectCookingC",
281 "SmokingA",
282 "SmokingB",
283 "SmokingC",
284 "SmokingD"
285 };
286 class GUIInventoryAttachmentsProps
287 {
288 class CookingEquipment
289 {
290 name="$STR_attachment_CookingEquipment0";
291 description="";
292 attachmentSlots[]=
293 {
294 "CookingTripod",
295 "CookingEquipment"
296 };
297 icon="set:dayz_inventory image:cat_fp_cooking";
298 view_index=1;
299 };
300 class Smoking
301 {
302 name="$STR_attachment_Smoking";
303 description="";
304 attachmentSlots[]=
305 {
306 "SmokingA",
307 "SmokingB",
308 "SmokingC",
309 "SmokingD"
310 };
311 icon="set:dayz_inventory image:cookingequipment";
312 view_index=2;
313 };
314 class DirectCooking
315 {
316 name="$STR_attachment_CookingEquipment0";
317 description="";
318 attachmentSlots[]=
319 {
320 "DirectCookingA",
321 "DirectCookingB",
322 "DirectCookingC"
323 };
324 icon="set:dayz_inventory image:cookingequipment";
325 view_index=3;
326 };
327 class Upgrade
328 {
329 name="$STR_attachment_Upgrade0";
330 description="";
331 attachmentSlots[]=
332 {
333 "Stones"
334 };
335 icon="set:dayz_inventory image:cat_fp_upgrade";
336 view_index=4;
337 };
338 class Fuel
339 {
340 name="$STR_attachment_Fuel0";
341 description="";
342 attachmentSlots[]=
343 {
344 "Firewood",
345 "WoodenStick"
346 };
347 icon="set:dayz_inventory image:cat_fp_fuel";
348 view_index=5;
349 };
350 class Kindling
351 {
352 name="$STR_attachment_Kindling0";
353 description="";
354 attachmentSlots[]=
355 {
356 "Rags",
357 "MedicalBandage",
358 "Paper",
359 "Bark"
360 };
361 icon="set:dayz_inventory image:cat_fp_kindling";
362 view_index=6;
363 };
364 };
365 hiddenSelections[]=
366 {
367 "ashes",
368 "inventory"
369 };
370 hiddenSelectionsTextures[]=
371 {
372 "\dz\gear\cooking\data\stoneground_co.paa",
373 "\dz\gear\cooking\data\fireplacekit_co.paa"
374 };
375 hiddenSelectionsMaterials[]=
376 {
377 "\dz\gear\cooking\data\stonegroundnoemit.rvmat",
378 "\dz\gear\cooking\data\fireplacekit.rvmat"
379 };
380 hologramMaterial="FireplaceKit";
381 hologramMaterialPath="dz\gear\cooking\data";
382 };
383 class StaticObj_fireplace_spot_snow: HouseNoDestruct
384 {
385 scope=1;
386 model="DZ\gear\cooking\fireplace_spot_snow.p3d";
387 };
388 class FireplaceIndoor: FireplaceBase
389 {
390 scope=2;
391 displayName="$STR_cfgvehicles_fireplace0";
392 descriptionShort="$STR_cfgvehicles_fireplace1";
393 model="\dz\gear\cooking\FireplaceIndoor.p3d";
394 overrideDrawArea="8.0";
395 rotationFlags=64;
396 openable=0;
397 lootCategory="Crafted";
398 itemSize[]={4,4};
399 itemsCargoSize[]={10,4};
400 attachments[]=
401 {
402 "Firewood",
403 "WoodenStick",
404 "Rags",
405 "MedicalBandage",
406 "Paper",
407 "Bark",
408 "DirectCookingA",
409 "DirectCookingB",
410 "SmokingA",
411 "SmokingB",
412 "SmokingC",
413 "SmokingD"
414 };
415 class GUIInventoryAttachmentsProps
416 {
417 class Smoking
418 {
419 name="$STR_attachment_Smoking";
420 description="";
421 attachmentSlots[]=
422 {
423 "SmokingA",
424 "SmokingB",
425 "SmokingC",
426 "SmokingD"
427 };
428 icon="set:dayz_inventory image:cookingequipment";
429 };
430 class CookingEquipment
431 {
432 name="$STR_attachment_CookingEquipment0";
433 description="";
434 attachmentSlots[]=
435 {
436 "DirectCookingA",
437 "DirectCookingB"
438 };
439 icon="set:dayz_inventory image:cookingequipment";
440 };
441 class Fuel
442 {
443 name="$STR_attachment_Fuel0";
444 description="";
445 attachmentSlots[]=
446 {
447 "Firewood",
448 "WoodenStick"
449 };
450 icon="set:dayz_inventory image:cat_fp_fuel";
451 };
452 class Kindling
453 {
454 name="$STR_attachment_Kindling0";
455 description="";
456 attachmentSlots[]=
457 {
458 "Rags",
459 "MedicalBandage",
460 "Paper",
461 "Bark"
462 };
463 icon="set:dayz_inventory image:cat_fp_kindling";
464 };
465 };
466 hiddenSelections[]=
467 {
468 "ashes"
469 };
470 };
471 class FireplaceFireBarrel: FireplaceIndoor
472 {
473 scope=2;
474 displayName="$STR_cfgvehicles_fireplace0";
475 descriptionShort="$STR_cfgvehicles_fireplace1";
476 model="\dz\gear\cooking\FireplaceIndoor.p3d";
477 overrideDrawArea="8.0";
478 rotationFlags=64;
479 openable=0;
480 lootCategory="Crafted";
481 itemSize[]={4,4};
482 itemsCargoSize[]={10,4};
483 attachments[]=
484 {
485 "Firewood",
486 "WoodenStick",
487 "Rags",
488 "MedicalBandage",
489 "Paper",
490 "Bark",
491 "DirectCookingA",
492 "DirectCookingB"
493 };
494 class GUIInventoryAttachmentsProps
495 {
496 class CookingEquipment
497 {
498 name="$STR_attachment_CookingEquipment0";
499 description="";
500 attachmentSlots[]=
501 {
502 "DirectCookingA",
503 "DirectCookingB"
504 };
505 icon="set:dayz_inventory image:cookingequipment";
506 };
507 class Fuel
508 {
509 name="$STR_attachment_Fuel0";
510 description="";
511 attachmentSlots[]=
512 {
513 "Firewood",
514 "WoodenStick"
515 };
516 icon="set:dayz_inventory image:cat_fp_fuel";
517 };
518 class Kindling
519 {
520 name="$STR_attachment_Kindling0";
521 description="";
522 attachmentSlots[]=
523 {
524 "Rags",
525 "MedicalBandage",
526 "Paper",
527 "Bark"
528 };
529 icon="set:dayz_inventory image:cat_fp_kindling";
530 };
531 };
532 hiddenSelections[]=
533 {
534 "ashes"
535 };
536 };
537 class OvenIndoor: FireplaceBase
538 {
539 scope=2;
540 displayName="$STR_cfgvehicles_fireplace0";
541 descriptionShort="$STR_cfgvehicles_fireplace1";
542 model="\dz\gear\cooking\OvenIndoor.p3d";
543 overrideDrawArea="8.0";
544 rotationFlags=64;
545 openable=0;
546 lootCategory="Crafted";
547 itemSize[]={4,4};
548 itemsCargoSize[]={10,4};
549 attachments[]=
550 {
551 "Firewood",
552 "WoodenStick",
553 "Rags",
554 "MedicalBandage",
555 "Paper",
556 "Bark",
557 "DirectCookingA",
558 "SmokingA",
559 "SmokingB"
560 };
561 class GUIInventoryAttachmentsProps
562 {
563 class Smoking
564 {
565 name="$STR_attachment_Smoking";
566 description="";
567 attachmentSlots[]=
568 {
569 "SmokingA",
570 "SmokingB"
571 };
572 icon="set:dayz_inventory image:cookingequipment";
573 };
574 class CookingEquipment
575 {
576 name="$STR_attachment_CookingEquipment0";
577 description="";
578 attachmentSlots[]=
579 {
580 "DirectCookingA"
581 };
582 icon="set:dayz_inventory image:cookingequipment";
583 };
584 class Fuel
585 {
586 name="$STR_attachment_Fuel0";
587 description="";
588 attachmentSlots[]=
589 {
590 "Firewood",
591 "WoodenStick"
592 };
593 icon="set:dayz_inventory image:cat_fp_fuel";
594 };
595 class Kindling
596 {
597 name="$STR_attachment_Kindling0";
598 description="";
599 attachmentSlots[]=
600 {
601 "Rags",
602 "MedicalBandage",
603 "Paper",
604 "Bark"
605 };
606 icon="set:dayz_inventory image:cat_fp_kindling";
607 };
608 };
609 hiddenSelections[]=
610 {
611 "ashes"
612 };
613 };
614 class BarrelHoles_ColorBase: FireplaceBase
615 {
616 displayName="$STR_CfgVehicles_BarrelHoles_ColorBase0";
617 descriptionShort="$STR_CfgVehicles_BarrelHoles_ColorBase1";
618 model="\dz\gear\cooking\barrel_holes.p3d";
619 overrideDrawArea="3.0";
620 slopeTolerance=0.30000001;
621 lootCategory="Crafted";
622 itemSize[]={10,15};
623 weight=10000;
624 itemBehaviour=0;
625 quantityBar=0;
626 varQuantityInit=0;
627 varQuantityMin=0;
628 varQuantityMax=0;
629 stackedUnit="";
630 inventorySlot[]=
631 {
632 "Truck_01_Barrel1",
633 "Truck_01_Barrel2",
634 "Truck_01_Barrel3",
635 "Truck_01_Barrel4"
636 };
637 attachments[]=
638 {
639 "Firewood",
640 "WoodenStick",
641 "Rags",
642 "MedicalBandage",
643 "Paper",
644 "Bark",
645 "DirectCookingA",
646 "DirectCookingB",
647 "DirectCookingC",
648 "SmokingA",
649 "SmokingB",
650 "SmokingC",
651 "SmokingD"
652 };
653 destroyOnEmpty=0;
654 varQuantityDestroyOnMin=0;
655 canBeDigged=0;
656 repairableWithKits[]={10};
657 repairCosts[]={20};
658 class GUIInventoryAttachmentsProps
659 {
660 class Smoking
661 {
662 name="$STR_attachment_Smoking";
663 description="";
664 attachmentSlots[]=
665 {
666 "SmokingA",
667 "SmokingB",
668 "SmokingC",
669 "SmokingD"
670 };
671 icon="set:dayz_inventory image:cookingequipment";
672 };
673 class CookingEquipment
674 {
675 name="$STR_attachment_CookingEquipment0";
676 description="";
677 attachmentSlots[]=
678 {
679 "DirectCookingA",
680 "DirectCookingB",
681 "DirectCookingC"
682 };
683 icon="set:dayz_inventory image:cookingequipment";
684 };
685 class Fuel
686 {
687 name="$STR_attachment_Fuel0";
688 description="";
689 attachmentSlots[]=
690 {
691 "Firewood",
692 "WoodenStick"
693 };
694 icon="set:dayz_inventory image:cat_fp_fuel";
695 };
696 class Kindling
697 {
698 name="$STR_attachment_Kindling0";
699 description="";
700 attachmentSlots[]=
701 {
702 "Rags",
703 "MedicalBandage",
704 "Paper",
705 "Bark"
706 };
707 icon="set:dayz_inventory image:cat_fp_kindling";
708 };
709 };
710 hiddenSelections[]=
711 {
712 "ashes",
713 "camoGround",
714 "inventory"
715 };
716 class Cargo
717 {
718 itemsCargoSize[]={10,15};
719 openable=0;
720 allowOwnedCargoManipulation=1;
721 };
722 soundImpactType="metal";
723 class AnimEvents
724 {
725 class SoundWeapon
726 {
727 class movement
728 {
729 soundSet="barrel_movement_SoundSet";
730 id=1;
731 };
732 class pickUpItem_Light
733 {
734 soundSet="pickUpBarrelLight_SoundSet";
735 id=796;
736 };
737 class pickUpItem
738 {
739 soundSet="pickUpBarrel_SoundSet";
740 id=797;
741 };
742 class drop
743 {
744 soundset="barrel_drop_SoundSet";
745 id=898;
746 };
747 };
748 };
749 };
750 class BarrelHoles_Green: BarrelHoles_ColorBase
751 {
752 scope=2;
753 color="Green";
754 hiddenSelectionsTextures[]=
755 {
756 "\dz\gear\cooking\data\stoneground_co.paa",
757 "\dz\gear\cooking\data\barrel_green_holes_co.paa",
758 "\dz\gear\cooking\data\barrel_green_holes_co.paa"
759 };
760 hologramMaterial="Barrel";
761 hologramMaterialPath="dz\gear\containers\data";
762 class DamageSystem
763 {
764 class GlobalHealth
765 {
766 class Health
767 {
768 hitpoints=900;
769 transferToAttachmentsCoef=0.5;
770 RefTexsMats[]=
771 {
772 "dz\gear\cooking\data\barrel_green_holes.rvmat"
773 };
774 healthLevels[]=
775 {
776
777 {
778 1,
779
780 {
781 "DZ\gear\cooking\data\barrel_green_holes.rvmat"
782 }
783 },
784
785 {
786 0.69999999,
787
788 {
789 "DZ\gear\cooking\data\barrel_green_holes.rvmat"
790 }
791 },
792
793 {
794 0.5,
795
796 {
797 "DZ\gear\cooking\data\barrel_green_holes_damage.rvmat"
798 }
799 },
800
801 {
802 0.30000001,
803
804 {
805 "DZ\gear\cooking\data\barrel_green_holes_damage.rvmat"
806 }
807 },
808
809 {
810 0,
811
812 {
813 "DZ\gear\cooking\data\barrel_green_holes_destruct.rvmat"
814 }
815 }
816 };
817 };
818 };
819 class GlobalArmor
820 {
821 class FragGrenade
822 {
823 class Health
824 {
825 damage=8;
826 };
827 class Blood
828 {
829 damage=8;
830 };
831 class Shock
832 {
833 damage=8;
834 };
835 };
836 };
837 };
838 };
839 class BarrelHoles_Blue: BarrelHoles_ColorBase
840 {
841 scope=2;
842 color="Blue";
843 hiddenSelectionsTextures[]=
844 {
845 "\dz\gear\cooking\data\stoneground_co.paa",
846 "\dz\gear\cooking\data\barrel_blue_holes_co.paa",
847 "\dz\gear\cooking\data\barrel_blue_holes_co.paa"
848 };
849 hologramMaterial="Barrel";
850 hologramMaterialPath="dz\gear\containers\data";
851 class DamageSystem
852 {
853 class GlobalHealth
854 {
855 class Health
856 {
857 hitpoints=900;
858 transferToAttachmentsCoef=0.5;
859 RefTexsMats[]=
860 {
861 "dz\gear\cooking\data\barrel_green_holes.rvmat"
862 };
863 healthLevels[]=
864 {
865
866 {
867 1,
868
869 {
870 "DZ\gear\cooking\data\barrel_blue_holes.rvmat"
871 }
872 },
873
874 {
875 0.69999999,
876
877 {
878 "DZ\gear\cooking\data\barrel_blue_holes.rvmat"
879 }
880 },
881
882 {
883 0.5,
884
885 {
886 "DZ\gear\cooking\data\barrel_blue_holes_damage.rvmat"
887 }
888 },
889
890 {
891 0.30000001,
892
893 {
894 "DZ\gear\cooking\data\barrel_blue_holes_damage.rvmat"
895 }
896 },
897
898 {
899 0,
900
901 {
902 "DZ\gear\cooking\data\barrel_blue_holes_destruct.rvmat"
903 }
904 }
905 };
906 };
907 };
908 class GlobalArmor
909 {
910 class FragGrenade
911 {
912 class Health
913 {
914 damage=8;
915 };
916 class Blood
917 {
918 damage=8;
919 };
920 class Shock
921 {
922 damage=8;
923 };
924 };
925 };
926 };
927 };
928 class BarrelHoles_Red: BarrelHoles_ColorBase
929 {
930 scope=2;
931 color="Red";
932 hiddenSelectionsTextures[]=
933 {
934 "\dz\gear\cooking\data\stoneground_co.paa",
935 "\dz\gear\cooking\data\barrel_red_holes_co.paa",
936 "\dz\gear\cooking\data\barrel_red_holes_co.paa"
937 };
938 hologramMaterial="Barrel";
939 hologramMaterialPath="dz\gear\containers\data";
940 class DamageSystem
941 {
942 class GlobalHealth
943 {
944 class Health
945 {
946 hitpoints=900;
947 transferToAttachmentsCoef=0.5;
948 RefTexsMats[]=
949 {
950 "dz\gear\cooking\data\barrel_green_holes.rvmat"
951 };
952 healthLevels[]=
953 {
954
955 {
956 1,
957
958 {
959 "DZ\gear\cooking\data\barrel_red_holes.rvmat"
960 }
961 },
962
963 {
964 0.69999999,
965
966 {
967 "DZ\gear\cooking\data\barrel_red_holes.rvmat"
968 }
969 },
970
971 {
972 0.5,
973
974 {
975 "DZ\gear\cooking\data\barrel_red_holes_damage.rvmat"
976 }
977 },
978
979 {
980 0.30000001,
981
982 {
983 "DZ\gear\cooking\data\barrel_red_holes_damage.rvmat"
984 }
985 },
986
987 {
988 0,
989
990 {
991 "DZ\gear\cooking\data\barrel_red_holes_destruct.rvmat"
992 }
993 }
994 };
995 };
996 };
997 class GlobalArmor
998 {
999 class FragGrenade
1000 {
1001 class Health
1002 {
1003 damage=8;
1004 };
1005 class Blood
1006 {
1007 damage=8;
1008 };
1009 class Shock
1010 {
1011 damage=8;
1012 };
1013 };
1014 };
1015 };
1016 };
1017 class BarrelHoles_Yellow: BarrelHoles_ColorBase
1018 {
1019 scope=2;
1020 color="Yellow";
1021 hiddenSelectionsTextures[]=
1022 {
1023 "\dz\gear\cooking\data\stoneground_co.paa",
1024 "\dz\gear\cooking\data\barrel_yellow_holes_co.paa",
1025 "\dz\gear\cooking\data\barrel_yellow_holes_co.paa"
1026 };
1027 hologramMaterial="Barrel";
1028 hologramMaterialPath="dz\gear\containers\data";
1029 class DamageSystem
1030 {
1031 class GlobalHealth
1032 {
1033 class Health
1034 {
1035 hitpoints=900;
1036 transferToAttachmentsCoef=0.5;
1037 RefTexsMats[]=
1038 {
1039 "dz\gear\cooking\data\barrel_green_holes.rvmat"
1040 };
1041 healthLevels[]=
1042 {
1043
1044 {
1045 1,
1046
1047 {
1048 "DZ\gear\cooking\data\barrel_yellow_holes.rvmat"
1049 }
1050 },
1051
1052 {
1053 0.69999999,
1054
1055 {
1056 "DZ\gear\cooking\data\barrel_yellow_holes.rvmat"
1057 }
1058 },
1059
1060 {
1061 0.5,
1062
1063 {
1064 "DZ\gear\cooking\data\barrel_yellow_holes_damage.rvmat"
1065 }
1066 },
1067
1068 {
1069 0.30000001,
1070
1071 {
1072 "DZ\gear\cooking\data\barrel_yellow_holes_damage.rvmat"
1073 }
1074 },
1075
1076 {
1077 0,
1078
1079 {
1080 "DZ\gear\cooking\data\barrel_yellow_holes_destruct.rvmat"
1081 }
1082 }
1083 };
1084 };
1085 };
1086 class GlobalArmor
1087 {
1088 class FragGrenade
1089 {
1090 class Health
1091 {
1092 damage=8;
1093 };
1094 class Blood
1095 {
1096 damage=8;
1097 };
1098 class Shock
1099 {
1100 damage=8;
1101 };
1102 };
1103 };
1104 };
1105 };
1106 class Pot: Bottle_Base
1107 {
1108 scope=2;
1109 displayName="$STR_CfgVehicles_Pot0";
1110 descriptionShort="$STR_CfgVehicles_Pot1";
1111 model="\dz\gear\cooking\CookingPot.p3d";
1112 weight=1000;
1113 itemSize[]={4,3};
1114 itemsCargoSize[]={4,3};
1115 inventorySlot[]=
1116 {
1117 "CookingEquipment",
1118 "DirectCookingA",
1119 "DirectCookingB",
1120 "DirectCookingC"
1121 };
1122 stackedRandom=0;
1123 canBeDigged=1;
1124 allowOwnedCargoManipulation=1;
1125 varLiquidTypeInit=512;
1126 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";
1127 destroyOnEmpty=0;
1128 varQuantityDestroyOnMin=0;
1129 varQuantityInit=0;
1130 varQuantityMin=0;
1131 varQuantityMax=2000;
1132 varTemperatureMax=200;
1133 varTemperatureFreezePoint=-200;
1134 varTemperatureThawPoint=-200;
1135 varTemperatureFreezeTime=3300;
1136 varTemperatureThawTime=3300;
1137 varTemperatureOverheatTime=-1;
1138 temperaturePerQuantityWeight=6;
1139 class DamageSystem
1140 {
1141 class GlobalHealth
1142 {
1143 class Health
1144 {
1145 hitpoints=200;
1146 healthLevels[]=
1147 {
1148
1149 {
1150 1,
1151
1152 {
1153 "DZ\gear\cooking\data\cooking_pot.rvmat"
1154 }
1155 },
1156
1157 {
1158 0.69999999,
1159
1160 {
1161 "DZ\gear\cooking\data\cooking_pot.rvmat"
1162 }
1163 },
1164
1165 {
1166 0.5,
1167
1168 {
1169 "DZ\gear\cooking\data\cooking_pot_damage.rvmat"
1170 }
1171 },
1172
1173 {
1174 0.30000001,
1175
1176 {
1177 "DZ\gear\cooking\data\cooking_pot_damage.rvmat"
1178 }
1179 },
1180
1181 {
1182 0,
1183
1184 {
1185 "DZ\gear\cooking\data\cooking_pot_destruct.rvmat"
1186 }
1187 }
1188 };
1189 };
1190 };
1191 };
1192 repairableWithKits[]={10};
1193 repairCosts[]={25};
1194 class AnimationSources
1195 {
1196 class handleRotate
1197 {
1198 source="user";
1199 animPeriod=0.0099999998;
1200 initPhase=1;
1201 };
1202 };
1203 soundImpactType="metal";
1204 class AnimEvents
1205 {
1206 class SoundWeapon
1207 {
1208 class pickUpPotLight
1209 {
1210 soundSet="pickUpPotLight_SoundSet";
1211 id=796;
1212 };
1213 class pickUpPot
1214 {
1215 soundSet="pickUpPot_SoundSet";
1216 id=797;
1217 };
1218 class drop
1219 {
1220 soundset="pot_drop_SoundSet";
1221 id=898;
1222 };
1223 class WellPot_in
1224 {
1225 soundSet="WellPot_in_SoundSet";
1226 id=202;
1227 };
1228 class WellPot_out
1229 {
1230 soundSet="WellPot_out_SoundSet";
1231 id=206;
1232 };
1233 class WellPot_loop
1234 {
1235 soundSet="WellPot_loop_SoundSet";
1236 id=211;
1237 };
1238 class PondPot_in
1239 {
1240 soundSet="PondPot_in_SoundSet";
1241 id=203;
1242 };
1243 class PondPot_out
1244 {
1245 soundSet="PondPot_out_SoundSet";
1246 id=207;
1247 };
1248 class PondPot_loop
1249 {
1250 soundSet="PondPot_loop_SoundSet";
1251 id=209;
1252 };
1253 };
1254 };
1255 };
1256 class FryingPan: Inventory_Base
1257 {
1258 scope=2;
1259 displayName="$STR_CfgVehicles_FryingPan0";
1260 descriptionShort="$STR_CfgVehicles_FryingPan1";
1261 model="\dz\gear\cooking\FryingPan.p3d";
1262 rotationFlags=2;
1263 openable=0;
1264 weight=750;
1265 itemSize[]={4,3};
1266 itemsCargoSize[]={4,3};
1267 fragility=0.0099999998;
1268 allowOwnedCargoManipulation=1;
1269 varTemperatureMax=200;
1270 varTemperatureFreezePoint=-200;
1271 varTemperatureThawPoint=-200;
1272 temperaturePerQuantityWeight=4;
1273 inventorySlot[]=
1274 {
1275 "CookingEquipment",
1276 "DirectCookingA",
1277 "DirectCookingB",
1278 "DirectCookingC"
1279 };
1280 class DamageSystem
1281 {
1282 class GlobalHealth
1283 {
1284 class Health
1285 {
1286 hitpoints=200;
1287 healthLevels[]=
1288 {
1289
1290 {
1291 1,
1292
1293 {
1294 "DZ\gear\cooking\data\frying_pan.rvmat"
1295 }
1296 },
1297
1298 {
1299 0.69999999,
1300
1301 {
1302 "DZ\gear\cooking\data\frying_pan.rvmat"
1303 }
1304 },
1305
1306 {
1307 0.5,
1308
1309 {
1310 "DZ\gear\cooking\data\frying_pan_damage.rvmat"
1311 }
1312 },
1313
1314 {
1315 0.30000001,
1316
1317 {
1318 "DZ\gear\cooking\data\frying_pan_damage.rvmat"
1319 }
1320 },
1321
1322 {
1323 0,
1324
1325 {
1326 "DZ\gear\cooking\data\frying_pan_destruct.rvmat"
1327 }
1328 }
1329 };
1330 };
1331 };
1332 };
1333 repairableWithKits[]={10};
1334 repairCosts[]={25};
1335 soundImpactType="metal";
1336 };
1337 class Cauldron: Bottle_Base
1338 {
1339 scope=2;
1340 displayName="$STR_Cauldron0";
1341 descriptionShort="$STR_Cauldron1";
1342 model="\dz\gear\cooking\cauldron.p3d";
1343 weight=2000;
1344 itemSize[]={4,3};
1345 itemsCargoSize[]={4,3};
1346 inventorySlot[]=
1347 {
1348 "CookingEquipment",
1349 "DirectCookingA",
1350 "DirectCookingB",
1351 "DirectCookingC"
1352 };
1353 stackedRandom=0;
1354 canBeDigged=0;
1355 allowOwnedCargoManipulation=1;
1356 varLiquidTypeInit=512;
1357 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";
1358 temperaturePerQuantityWeight=6;
1359 destroyOnEmpty=0;
1360 varQuantityDestroyOnMin=0;
1361 varQuantityInit=0;
1362 varQuantityMin=0;
1363 varQuantityMax=2000;
1364 varTemperatureMax=200;
1365 varTemperatureFreezePoint=-200;
1366 varTemperatureThawPoint=-200;
1367 varTemperatureFreezeTime=3300;
1368 varTemperatureThawTime=3300;
1369 varTemperatureOverheatTime=-1;
1370 class DamageSystem
1371 {
1372 class GlobalHealth
1373 {
1374 class Health
1375 {
1376 hitpoints=500;
1377 healthLevels[]=
1378 {
1379
1380 {
1381 1,
1382
1383 {
1384 "DZ\gear\cooking\data\cauldron.rvmat"
1385 }
1386 },
1387
1388 {
1389 0.69999999,
1390
1391 {
1392 "DZ\gear\cooking\data\cauldron.rvmat"
1393 }
1394 },
1395
1396 {
1397 0.5,
1398
1399 {
1400 "DZ\gear\cooking\data\cauldron_damage.rvmat"
1401 }
1402 },
1403
1404 {
1405 0.30000001,
1406
1407 {
1408 "DZ\gear\cooking\data\cauldron_damage.rvmat"
1409 }
1410 },
1411
1412 {
1413 0,
1414
1415 {
1416 "DZ\gear\cooking\data\cauldron_destruct.rvmat"
1417 }
1418 }
1419 };
1420 };
1421 };
1422 };
1423 repairableWithKits[]={10};
1424 repairCosts[]={25};
1425 class AnimationSources
1426 {
1427 class handle1Rotate
1428 {
1429 source="user";
1430 animPeriod=0.0099999998;
1431 initPhase=1;
1432 };
1433 };
1434 soundImpactType="metal";
1435 class AnimEvents
1436 {
1437 class SoundWeapon
1438 {
1439 class pickUpPotLight
1440 {
1441 soundSet="pickUpPotLight_SoundSet";
1442 id=796;
1443 };
1444 class pickUpPot
1445 {
1446 soundSet="pickUpPot_SoundSet";
1447 id=797;
1448 };
1449 class drop
1450 {
1451 soundset="pot_drop_SoundSet";
1452 id=898;
1453 };
1454 class WellPot_in
1455 {
1456 soundSet="WellPot_in_SoundSet";
1457 id=202;
1458 };
1459 class WellPot_out
1460 {
1461 soundSet="WellPot_out_SoundSet";
1462 id=206;
1463 };
1464 class WellPot_loop
1465 {
1466 soundSet="WellPot_loop_SoundSet";
1467 id=211;
1468 };
1469 class PondPot_in
1470 {
1471 soundSet="PondPot_in_SoundSet";
1472 id=203;
1473 };
1474 class PondPot_out
1475 {
1476 soundSet="PondPot_out_SoundSet";
1477 id=207;
1478 };
1479 class PondPot_loop
1480 {
1481 soundSet="PondPot_loop_SoundSet";
1482 id=209;
1483 };
1484 };
1485 };
1486 };
1487 class PortableGasStove: Inventory_Base
1488 {
1489 scope=2;
1490 displayName="$STR_CfgVehicles_PortableGasStove0";
1491 descriptionShort="$STR_CfgVehicles_PortableGasStove1";
1492 model="\dz\gear\cooking\GasCooker.p3d";
1493 overrideDrawArea="3.0";
1494 openable=0;
1495 lootTag[]=
1496 {
1497 "Camping"
1498 };
1499 lootCategory="Tools";
1500 weight=170;
1501 itemSize[]={4,3};
1502 attachments[]=
1503 {
1504 "GasCanister",
1505 "CookingEquipment"
1506 };
1507 containerSlot="GasCanister";
1508 hiddenSelections[]=
1509 {
1510 "flame",
1511 "flameShrinked"
1512 };
1513 hiddenSelectionsTextures[]=
1514 {
1515 ""
1516 };
1517 class DamageSystem
1518 {
1519 class GlobalHealth
1520 {
1521 class Health
1522 {
1523 hitpoints=100;
1524 transferToAttachmentsCoef=0.5;
1525 healthLevels[]=
1526 {
1527
1528 {
1529 1,
1530
1531 {
1532 "DZ\gear\cooking\data\GasCooker.rvmat"
1533 }
1534 },
1535
1536 {
1537 0.69999999,
1538
1539 {
1540 "DZ\gear\cooking\data\GasCooker.rvmat"
1541 }
1542 },
1543
1544 {
1545 0.5,
1546
1547 {
1548 "DZ\gear\cooking\data\GasCooker_damage.rvmat"
1549 }
1550 },
1551
1552 {
1553 0.30000001,
1554
1555 {
1556 "DZ\gear\cooking\data\GasCooker_damage.rvmat"
1557 }
1558 },
1559
1560 {
1561 0,
1562
1563 {
1564 "DZ\gear\cooking\data\GasCooker_destruct.rvmat"
1565 }
1566 }
1567 };
1568 };
1569 };
1570 };
1571 class EnergyManager
1572 {
1573 switchOnAtSpawn=0;
1574 autoSwitchOff=1;
1575 autoSwitchOffWhenInCargo=1;
1576 energyStorageMax=0;
1577 energyUsagePerSecond=1;
1578 energyAtSpawn=0;
1579 powerSocketsCount=0;
1580 plugType=7;
1581 attachmentAction=1;
1582 updateInterval=10;
1583 };
1584 class PointLights
1585 {
1586 class PointLight
1587 {
1588 color[]={1,0.60000002,0.5,1};
1589 brightness=1;
1590 radius=5;
1591 dayLight=0;
1592 position="light";
1593 hitpoint="bulb";
1594 selection="bulb";
1595 };
1596 };
1597 soundImpactType="metal";
1598 };
1599 class PortableGasLamp: Inventory_Base
1600 {
1601 scope=2;
1602 displayName="$STR_CfgVehicles_PortableGasLamp0";
1603 descriptionShort="$STR_CfgVehicles_PortableGasLamp1";
1604 model="\dz\gear\cooking\GasLight.p3d";
1605 overrideDrawArea="8.0";
1606 weight=330;
1607 itemSize[]={4,3};
1608 attachments[]=
1609 {
1610 "GasCanister"
1611 };
1612 containerSlot="GasCanister";
1613 hiddenSelections[]=
1614 {
1615 "glow",
1616 "zbytek",
1617 "glow_on",
1618 "glow_off"
1619 };
1620 hiddenSelectionsMaterials[]=
1621 {
1622 "dz\gear\cooking\data\gaslight.rvmat",
1623 "dz\gear\cooking\data\gaslight.rvmat",
1624 "",
1625 "dz\gear\cooking\data\gaslight.rvmat"
1626 };
1627 class DamageSystem
1628 {
1629 class GlobalHealth
1630 {
1631 class Health
1632 {
1633 hitpoints=100;
1634 transferToAttachmentsCoef=0.5;
1635 healthLevels[]=
1636 {
1637
1638 {
1639 1,
1640
1641 {
1642 "DZ\gear\cooking\data\GasLight.rvmat"
1643 }
1644 },
1645
1646 {
1647 0.69999999,
1648
1649 {
1650 "DZ\gear\cooking\data\GasLight.rvmat"
1651 }
1652 },
1653
1654 {
1655 0.5,
1656
1657 {
1658 "DZ\gear\cooking\data\GasLight_damage.rvmat"
1659 }
1660 },
1661
1662 {
1663 0.30000001,
1664
1665 {
1666 "DZ\gear\cooking\data\GasLight_damage.rvmat"
1667 }
1668 },
1669
1670 {
1671 0,
1672
1673 {
1674 "DZ\gear\cooking\data\GasLight_destruct.rvmat"
1675 }
1676 }
1677 };
1678 };
1679 };
1680 };
1681 class EnergyManager
1682 {
1683 switchOnAtSpawn=0;
1684 autoSwitchOff=1;
1685 autoSwitchOffWhenInCargo=1;
1686 energyStorageMax=0;
1687 energyUsagePerSecond=0.1;
1688 energyAtSpawn=0;
1689 powerSocketsCount=0;
1690 plugType=7;
1691 attachmentAction=1;
1692 updateInterval=50;
1693 };
1694 soundImpactType="glass";
1695 };
1696 class Candle: Inventory_Base
1697 {
1698 scope=2;
1699 displayName="$STR_CfgVehicles_Candle0";
1700 descriptionShort="$STR_CfgVehicles_Candle1";
1701 model="\dz\gear\tools\candle.p3d";
1702 rotationFlags=12;
1703 weight=60;
1704 itemSize[]={1,2};
1705 attachments[]=
1706 {
1707 "GasCanister"
1708 };
1709 hiddenSelections[]=
1710 {
1711 "flame"
1712 };
1713 containerSlot="GasCanister";
1714 class flame
1715 {
1716 sound="";
1717 texture="dz\gear\tools\data\candle_flame_ca.paa";
1718 material="dz\gear\tools\data\candle_flame.rvmat";
1719 };
1720 class PointLights
1721 {
1722 class PointLight
1723 {
1724 color[]={1,0.5,0.2,1};
1725 brightness=1;
1726 radius=2;
1727 dayLight=0;
1728 position="light";
1729 hitpoint="bulb";
1730 selection="bulb";
1731 };
1732 };
1733 };
1734 class PetrolLighter: Inventory_Base
1735 {
1736 scope=2;
1737 displayName="$STR_CfgVehicles_PetrolLighter0";
1738 descriptionShort="$STR_CfgVehicles_PetrolLighter1";
1739 model="\dz\gear\cooking\petrol_lighter.p3d";
1740 rotationFlags=12;
1741 absorbency=0;
1742 weight=50;
1743 itemSize[]={1,1};
1744 stackedUnit="ml";
1745 quantityBar=1;
1746 varQuantityInit=20;
1747 varQuantityMin=0;
1748 varQuantityMax=20;
1749 varQuantityDestroyOnMin=0;
1750 destroyOnEmpty=0;
1751 class DamageSystem
1752 {
1753 class GlobalHealth
1754 {
1755 class Health
1756 {
1757 hitpoints=20;
1758 healthLevels[]=
1759 {
1760
1761 {
1762 1,
1763
1764 {
1765 "DZ\gear\cooking\data\petrol_lighter.rvmat"
1766 }
1767 },
1768
1769 {
1770 0.69999999,
1771
1772 {
1773 "DZ\gear\cooking\data\petrol_lighter.rvmat"
1774 }
1775 },
1776
1777 {
1778 0.5,
1779
1780 {
1781 "DZ\gear\cooking\data\petrol_lighter_damage.rvmat"
1782 }
1783 },
1784
1785 {
1786 0.30000001,
1787
1788 {
1789 "DZ\gear\cooking\data\petrol_lighter_damage.rvmat"
1790 }
1791 },
1792
1793 {
1794 0,
1795
1796 {
1797 "DZ\gear\cooking\data\petrol_lighter_destruct.rvmat"
1798 }
1799 }
1800 };
1801 };
1802 };
1803 };
1804 class AnimEvents
1805 {
1806 class SoundWeapon
1807 {
1808 class LighterZippo
1809 {
1810 soundSet="Lighter_Soundset";
1811 id=201;
1812 };
1813 };
1814 };
1815 soundImpactType="plastic";
1816 };
1817 class Tripod: Inventory_Base
1818 {
1819 scope=2;
1820 displayName="$STR_CfgVehicles_Tripod0";
1821 descriptionShort="$STR_CfgVehicles_Tripod1";
1822 model="\dz\gear\cooking\tripod.p3d";
1823 rotationFlags=17;
1824 weight=660;
1825 itemSize[]={1,6};
1826 suicideAnim="pitchfork";
1827 repairableWithKits[]={10};
1828 repairCosts[]={20};
1829 inventorySlot[]=
1830 {
1831 "CookingTripod",
1832 "Backpack_1"
1833 };
1834 class DamageSystem
1835 {
1836 class GlobalHealth
1837 {
1838 class Health
1839 {
1840 hitpoints=500;
1841 transferToAttachmentsCoef=0.5;
1842 healthLevels[]=
1843 {
1844
1845 {
1846 1,
1847
1848 {
1849 "DZ\gear\cooking\data\tripod.rvmat"
1850 }
1851 },
1852
1853 {
1854 0.69999999,
1855
1856 {
1857 "DZ\gear\cooking\data\tripod.rvmat"
1858 }
1859 },
1860
1861 {
1862 0.5,
1863
1864 {
1865 "DZ\gear\cooking\data\tripod_damage.rvmat"
1866 }
1867 },
1868
1869 {
1870 0.30000001,
1871
1872 {
1873 "DZ\gear\cooking\data\tripod_damage.rvmat"
1874 }
1875 },
1876
1877 {
1878 0,
1879
1880 {
1881 "DZ\gear\cooking\data\tripod_destruct.rvmat"
1882 }
1883 }
1884 };
1885 };
1886 };
1887 };
1888 class AnimationSources
1889 {
1890 class Collapsed
1891 {
1892 source="user";
1893 animPeriod=0.0099999998;
1894 initPhase=0;
1895 };
1896 class Deployed
1897 {
1898 source="user";
1899 animPeriod=0.0099999998;
1900 initPhase=1;
1901 };
1902 };
1903 soundImpactType="metal";
1904 class AnimEvents
1905 {
1906 class SoundWeapon
1907 {
1908 class drop
1909 {
1910 soundset="cookingStand_drop_SoundSet";
1911 id=898;
1912 };
1913 };
1914 };
1915 class InventorySlotsOffsets
1916 {
1917 class Backpack_1
1918 {
1919 position[]={0,0,0.02};
1920 orientation[]={90,0,0};
1921 };
1922 };
1923 };
1924 class CookingStand: Inventory_Base
1925 {
1926 scope=2;
1927 displayName="$STR_CookingStand0";
1928 descriptionShort="$STR_CookingStand1";
1929 model="\dz\gear\cooking\CookingStand.p3d";
1930 rotationFlags=17;
1931 weight=660;
1932 itemSize[]={1,8};
1933 inventorySlot[]=
1934 {
1935 "CookingTripod"
1936 };
1937 class DamageSystem
1938 {
1939 class GlobalHealth
1940 {
1941 class Health
1942 {
1943 hitpoints=150;
1944 transferToAttachmentsCoef=0.5;
1945 healthLevels[]=
1946 {
1947
1948 {
1949 1,
1950
1951 {
1952 "DZ\gear\cooking\data\Cooking_Tripod.rvmat"
1953 }
1954 },
1955
1956 {
1957 0.69999999,
1958
1959 {
1960 "DZ\gear\cooking\data\Cooking_Tripod.rvmat"
1961 }
1962 },
1963
1964 {
1965 0.5,
1966
1967 {
1968 "DZ\gear\cooking\data\Cooking_Tripod_damage.rvmat"
1969 }
1970 },
1971
1972 {
1973 0.30000001,
1974
1975 {
1976 "DZ\gear\cooking\data\Cooking_Tripod_damage.rvmat"
1977 }
1978 },
1979
1980 {
1981 0,
1982
1983 {
1984 "DZ\gear\cooking\data\Cooking_Tripod_destruct.rvmat"
1985 }
1986 }
1987 };
1988 };
1989 };
1990 };
1991 class AnimationSources
1992 {
1993 class Collapsed
1994 {
1995 source="user";
1996 animPeriod=0.0099999998;
1997 initPhase=0;
1998 };
1999 class Deployed
2000 {
2001 source="user";
2002 animPeriod=0.0099999998;
2003 initPhase=1;
2004 };
2005 };
2006 soundImpactType="wood";
2007 class AnimEvents
2008 {
2009 class SoundWeapon
2010 {
2011 class drop
2012 {
2013 soundset="cookingStand_drop_SoundSet";
2014 id=898;
2015 };
2016 };
2017 };
2018 };
2019};
2020class CfgNonAIVehicles
2021{
2022 class ProxyAttachment;
2023 class ProxyCookingPot: ProxyAttachment
2024 {
2025 scope=2;
2026 model="\dz\gear\cooking\CookingPot.p3d";
2027 inventorySlot[]=
2028 {
2029 "CookingEquipment"
2030 };
2031 class AnimationSources
2032 {
2033 class handleRotate
2034 {
2035 source="user";
2036 animPeriod=0.0099999998;
2037 initPhase=1;
2038 };
2039 };
2040 };
2041 class Proxydirect_cooking_a: ProxyAttachment
2042 {
2043 scope=2;
2044 inventorySlot[]=
2045 {
2046 "DirectCookingA"
2047 };
2048 model="\dz\gear\cooking\proxy\direct_cooking_a.p3d";
2049 };
2050 class Proxydirect_cooking_b: ProxyAttachment
2051 {
2052 scope=2;
2053 inventorySlot[]=
2054 {
2055 "DirectCookingB"
2056 };
2057 model="\dz\gear\cooking\proxy\direct_cooking_b.p3d";
2058 };
2059 class Proxydirect_cooking_c: ProxyAttachment
2060 {
2061 scope=2;
2062 inventorySlot[]=
2063 {
2064 "DirectCookingC"
2065 };
2066 model="\dz\gear\cooking\proxy\direct_cooking_c.p3d";
2067 };
2068 class Proxytripod_deployed: ProxyAttachment
2069 {
2070 scope=2;
2071 inventorySlot[]=
2072 {
2073 "CookingTripod"
2074 };
2075 model="\DZ\gear\cooking\tripod_deployed.p3d";
2076 };
2077 class ProxyBook_kniga: ProxyAttachment
2078 {
2079 scope=2;
2080 inventorySlot[]=
2081 {
2082 "Book"
2083 };
2084 model="\dz\gear\books\Book_kniga.p3d";
2085 };
2086};