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_Cultivation
4 {
5 units[]=
6 {
7 "Cultivation_TomatoSeedsPack"
8 };
9 weapons[]={};
10 requiredVersion=0.1;
11 requiredAddons[]=
12 {
13 "DZ_Data"
14 };
15 };
16};
18{
19 class Plants
20 {
21 class Plant_Pepper
22 {
23 infestedTex="dz\gear\cultivation\data\pepper_plant_insect_co.paa";
24 infestedMat="";
25 healthyTex="dz\gear\cultivation\data\pepper_plant_co.paa";
26 healthyMat="dz\gear\cultivation\data\pepper_plant.rvmat";
27 };
28 class Plant_Tomato
29 {
30 infestedTex="dz\gear\cultivation\data\tomato_plant_insect_co.paa";
31 infestedMat="";
32 healthyTex="dz\gear\cultivation\data\tomato_plant_co.paa";
33 healthyMat="dz\gear\cultivation\data\tomato_plant.rvmat";
34 };
35 class Plant_Zucchini
36 {
37 infestedTex="dz\gear\cultivation\data\zucchini_plant_insect_co.paa";
38 infestedMat="";
39 healthyTex="dz\gear\cultivation\data\zucchini_plant_co.paa";
40 healthyMat="dz\gear\cultivation\data\zucchini_plant.rvmat";
41 };
42 class Plant_Potato
43 {
44 infestedTex="dz\gear\cultivation\data\potato_plant_insect_co.paa";
45 infestedMat="dz\gear\cultivation\data\potato_plant_insect.rvmat";
46 healthyTex="dz\gear\cultivation\data\potato_plant_co.paa";
47 healthyMat="dz\gear\cultivation\data\potato_plant.rvmat";
48 };
49 class Plant_Pumpkin
50 {
51 infestedTex="dz\gear\cultivation\data\pumpkin_plant_insect_co.paa";
52 infestedMat="";
53 healthyTex="dz\gear\cultivation\data\pumpkin_plant_co.paa";
54 healthyMat="dz\gear\cultivation\data\pumpkin_plant.rvmat";
55 };
56 class Plant_Cannabis
57 {
58 infestedTex="dz\gear\cultivation\data\cannabis_plant_insect_co.paa";
59 infestedMat="dz\gear\cultivation\data\cannabis_plant_insect.rvmat";
60 healthyTex="dz\gear\cultivation\data\cannabis_plant_co.paa";
61 healthyMat="dz\gear\cultivation\data\cannabis_plant.rvmat";
62 };
63 };
64};
65class CfgVehicles
66{
67 class Static;
68 class Inventory_Base;
69 class HouseNoDestruct;
70 class ClutterCutter6x6: Static
71 {
72 scope=1;
73 model="\DZ\gear\cultivation\clutter_cutter_6m_x_6m.p3d";
74 displayName="$STR_CfgVehicles_ClutterCutter6x60";
75 destrType="DestructNo";
76 };
77 class ClutterCutter2x2: Static
78 {
79 scope=1;
80 model="\DZ\gear\cultivation\clutter_cutter_2m_x_2m.p3d";
81 displayName="$STR_CfgVehicles_ClutterCutter2x20";
82 destrType="DestructNo";
83 };
84 class SeedBase: Inventory_Base
85 {
86 scope=0;
87 weight=10;
88 itemSize[]={1,1};
89 spawnOffset=0;
90 lootCategory="Crafted";
91 inventorySlot[]=
92 {
93 "SeedBase_1",
94 "SeedBase_2",
95 "SeedBase_3",
96 "SeedBase_4",
97 "SeedBase_5",
98 "SeedBase_6",
99 "SeedBase_7",
100 "SeedBase_8",
101 "SeedBase_9",
102 "SeedBase_10",
103 "SeedBase_11",
104 "SeedBase_12",
105 "SeedBase_13",
106 "Trap_Bait_2"
107 };
108 class DamageSystem
109 {
110 class GlobalHealth
111 {
112 class Health
113 {
114 hitpoints=5;
115 healthLevels[]=
116 {
117
118 {
119 1,
120
121 {
122 "DZ\gear\cultivation\data\seeds.rvmat"
123 }
124 },
125
126 {
127 0.69999999,
128
129 {
130 "DZ\gear\cultivation\data\seeds.rvmat"
131 }
132 },
133
134 {
135 0.5,
136
137 {
138 "DZ\gear\cultivation\data\seeds_damage.rvmat"
139 }
140 },
141
142 {
143 0.30000001,
144
145 {
146 "DZ\gear\cultivation\data\seeds_damage.rvmat"
147 }
148 },
149
150 {
151 0,
152
153 {
154 "DZ\gear\cultivation\data\seeds_destruct.rvmat"
155 }
156 }
157 };
158 };
159 };
160 };
161 class Trapping
162 {
163 baitTypes[]={4,3};
164 baitTypeChances[]={0.64999998,0.050000001};
165 resultQuantityBaseMod=0;
166 resultQuantityDispersionMin=0;
167 resultQuantityDispersionMax=0;
168 };
169 class AnimEvents
170 {
171 class SoundWeapon
172 {
173 class pickup
174 {
175 soundSet="seeds_pickup_SoundSet";
176 id=797;
177 };
178 };
179 };
180 };
181 class TomatoSeeds: SeedBase
182 {
183 scope=2;
184 displayName="$STR_CfgVehicles_TomatoSeeds0";
185 descriptionShort="$STR_CfgVehicles_TomatoSeeds1";
186 model="\dz\gear\cultivation\tomato_seeds.p3d";
187 canBeSplit=1;
188 varQuantityInit=20;
189 varQuantityMin=0;
190 varQuantityMax=20;
191 class Horticulture
192 {
193 PlantType="Plant_Tomato";
194 };
195 };
196 class PepperSeeds: SeedBase
197 {
198 scope=2;
199 displayName="$STR_CfgVehicles_PepperSeeds0";
200 descriptionShort="$STR_CfgVehicles_PepperSeeds1";
201 model="\dz\gear\cultivation\pepper_seeds.p3d";
202 canBeSplit=1;
203 varQuantityInit=20;
204 varQuantityMin=0;
205 varQuantityMax=20;
206 class Horticulture
207 {
208 PlantType="Plant_Pepper";
209 };
210 };
211 class PumpkinSeeds: SeedBase
212 {
213 scope=2;
214 displayName="$STR_CfgVehicles_PumpkinSeeds0";
215 descriptionShort="$STR_CfgVehicles_PumpkinSeeds1";
216 model="\dz\gear\cultivation\pumpkin_seeds.p3d";
217 canBeSplit=1;
218 varQuantityInit=20;
219 varQuantityMin=0;
220 varQuantityMax=20;
221 class Horticulture
222 {
223 PlantType="Plant_Pumpkin";
224 };
225 };
226 class ZucchiniSeeds: SeedBase
227 {
228 scope=2;
229 displayName="$STR_CfgVehicles_ZucchiniSeeds0";
230 descriptionShort="$STR_CfgVehicles_ZucchiniSeeds1";
231 model="\dz\gear\cultivation\Zucchini_seeds.p3d";
232 canBeSplit=1;
233 varQuantityInit=20;
234 varQuantityMin=0;
235 varQuantityMax=20;
236 class Horticulture
237 {
238 PlantType="Plant_Zucchini";
239 };
240 };
241 class PotatoSeed: SeedBase
242 {
243 scope=2;
244 displayName="$STR_PotatoSeed0";
245 descriptionShort="$STR_PotatoSeed1";
246 model="\dz\gear\food\potato.p3d";
247 varQuantityInit=1;
248 varQuantityMin=0;
249 varQuantityMax=1;
250 varTemperatureFreezeTime=2640;
251 varTemperatureThawTime=2640;
252 varTemperatureFreezePoint=-2;
253 varTemperatureThawPoint=-2;
254 varTemperatureMax=105;
255 varTemperatureMin=-100;
256 rotationFlags=12;
257 weight=0;
258 itemSize[]={2,1};
259 stackedUnit="g";
260 absorbency=0.2;
261 class Horticulture
262 {
263 PlantType="Plant_Potato";
264 };
265 };
266 class CannabisSeeds: SeedBase
267 {
268 scope=2;
269 displayName="$STR_CfgVehicles_CannabisSeeds0";
270 descriptionShort="$STR_CfgVehicles_CannabisSeeds1";
271 model="\dz\gear\cultivation\cannabis_seeds.p3d";
272 canBeSplit=1;
273 varQuantityInit=20;
274 varQuantityMin=0;
275 varQuantityMax=20;
276 class Horticulture
277 {
278 PlantType="Plant_Cannabis";
279 };
280 };
281 class TomatoSeedsPack: Inventory_Base
282 {
283 scope=2;
284 displayName="$STR_CfgVehicles_TomatoSeedsPack0";
285 descriptionShort="$STR_CfgVehicles_TomatoSeedsPack1";
286 model="\dz\gear\cultivation\tomato_seeds_pack.p3d";
287 rotationFlags=17;
288 quantityBar=1;
289 itemSize[]={1,1};
290 weight=30;
291 spawnOffset=0;
292 lootCategory="Materials";
293 lootTag[]=
294 {
295 "Farm",
296 "Kitchen",
297 "Forester"
298 };
299 class DamageSystem
300 {
301 class GlobalHealth
302 {
303 class Health
304 {
305 hitpoints=5;
306 healthLevels[]=
307 {
308
309 {
310 1,
311
312 {
313 "DZ\gear\cultivation\data\tomato_seeds.rvmat"
314 }
315 },
316
317 {
318 0.69999999,
319
320 {
321 "DZ\gear\cultivation\data\tomato_seeds.rvmat"
322 }
323 },
324
325 {
326 0.5,
327
328 {
329 "DZ\gear\cultivation\data\tomato_seeds_damage.rvmat"
330 }
331 },
332
333 {
334 0.30000001,
335
336 {
337 "DZ\gear\cultivation\data\tomato_seeds_damage.rvmat"
338 }
339 },
340
341 {
342 0,
343
344 {
345 "DZ\gear\cultivation\data\tomato_seeds_destruct.rvmat"
346 }
347 }
348 };
349 };
350 };
351 };
352 class Horticulture
353 {
354 ContainsSeedsType="TomatoSeeds";
355 ContainsSeedsQuantity=10;
356 };
357 class UserActions
358 {
359 class EmptyPack
360 {
361 displayNameDefault="$STR_CfgVehicles_TomatoSeedsPack_UserActions_EmptyPack0";
362 displayName="$STR_CfgVehicles_TomatoSeedsPack_UserActions_EmptyPack1";
363 position="action";
364 onlyForPlayer=1;
365 radius=2;
366 condition="true";
367 statement="this callMethod ['EmptySeedPack', _person];";
368 };
369 };
370 class AnimEvents
371 {
372 class SoundWeapon
373 {
374 class pickup
375 {
376 soundSet="seedpack_pickup_SoundSet";
377 id=797;
378 };
379 };
380 };
381 };
382 class PepperSeedsPack: Inventory_Base
383 {
384 scope=2;
385 displayName="$STR_CfgVehicles_PepperSeedsPack0";
386 descriptionShort="$STR_CfgVehicles_PepperSeedsPack1";
387 model="\dz\gear\cultivation\pepper_seeds_pack.p3d";
388 rotationFlags=17;
389 quantityBar=1;
390 itemSize[]={1,1};
391 weight=30;
392 spawnOffset=0;
393 lootCategory="Materials";
394 lootTag[]=
395 {
396 "Farm",
397 "Kitchen",
398 "Forester"
399 };
400 class DamageSystem
401 {
402 class GlobalHealth
403 {
404 class Health
405 {
406 hitpoints=5;
407 healthLevels[]=
408 {
409
410 {
411 1,
412
413 {
414 "DZ\gear\cultivation\data\pepper_seeds.rvmat"
415 }
416 },
417
418 {
419 0.69999999,
420
421 {
422 "DZ\gear\cultivation\data\pepper_seeds.rvmat"
423 }
424 },
425
426 {
427 0.5,
428
429 {
430 "DZ\gear\cultivation\data\pepper_seeds_damage.rvmat"
431 }
432 },
433
434 {
435 0.30000001,
436
437 {
438 "DZ\gear\cultivation\data\pepper_seeds_damage.rvmat"
439 }
440 },
441
442 {
443 0,
444
445 {
446 "DZ\gear\cultivation\data\pepper_seeds_destruct.rvmat"
447 }
448 }
449 };
450 };
451 };
452 };
453 class Horticulture
454 {
455 ContainsSeedsType="PepperSeeds";
456 ContainsSeedsQuantity=10;
457 };
458 class UserActions
459 {
460 class EmptyPack
461 {
462 displayNameDefault="$STR_CfgVehicles_PepperSeedsPack_UserActions_EmptyPack0";
463 displayName="$STR_CfgVehicles_PepperSeedsPack_UserActions_EmptyPack1";
464 position="action";
465 onlyForPlayer=1;
466 radius=2;
467 condition="true";
468 statement="this callMethod ['EmptySeedPack', _person];";
469 };
470 };
471 class AnimEvents
472 {
473 class SoundWeapon
474 {
475 class pickup
476 {
477 soundSet="seedpack_pickup_SoundSet";
478 id=797;
479 };
480 };
481 };
482 };
483 class PumpkinSeedsPack: Inventory_Base
484 {
485 scope=2;
486 displayName="$STR_CfgVehicles_PumpkinSeedsPack0";
487 descriptionShort="$STR_CfgVehicles_PumpkinSeedsPack1";
488 model="\dz\gear\cultivation\Pumpkin_seeds_pack.p3d";
489 itemSize[]={1,1};
490 rotationFlags=17;
491 quantityBar=1;
492 weight=30;
493 spawnOffset=0;
494 lootCategory="Materials";
495 lootTag[]=
496 {
497 "Farm",
498 "Kitchen",
499 "Forester"
500 };
501 class DamageSystem
502 {
503 class GlobalHealth
504 {
505 class Health
506 {
507 hitpoints=5;
508 healthLevels[]=
509 {
510
511 {
512 1,
513
514 {
515 "DZ\gear\cultivation\data\pumpkin_seeds.rvmat"
516 }
517 },
518
519 {
520 0.69999999,
521
522 {
523 "DZ\gear\cultivation\data\pumpkin_seeds.rvmat"
524 }
525 },
526
527 {
528 0.5,
529
530 {
531 "DZ\gear\cultivation\data\pumpkin_seeds_damage.rvmat"
532 }
533 },
534
535 {
536 0.30000001,
537
538 {
539 "DZ\gear\cultivation\data\pumpkin_seeds_damage.rvmat"
540 }
541 },
542
543 {
544 0,
545
546 {
547 "DZ\gear\cultivation\data\pumpkin_seeds_destruct.rvmat"
548 }
549 }
550 };
551 };
552 };
553 };
554 class Horticulture
555 {
556 ContainsSeedsType="PumpkinSeeds";
557 ContainsSeedsQuantity=10;
558 };
559 class UserActions
560 {
561 class EmptyPack
562 {
563 displayNameDefault="$STR_CfgVehicles_PumpkinSeedsPack_UserActions_EmptyPack0";
564 displayName="$STR_CfgVehicles_PumpkinSeedsPack_UserActions_EmptyPack1";
565 position="action";
566 onlyForPlayer=1;
567 radius=2;
568 condition="true";
569 statement="this callMethod ['EmptySeedPack', _person];";
570 };
571 };
572 class AnimEvents
573 {
574 class SoundWeapon
575 {
576 class pickup
577 {
578 soundSet="seedpack_pickup_SoundSet";
579 id=797;
580 };
581 };
582 };
583 };
584 class ZucchiniSeedsPack: Inventory_Base
585 {
586 scope=2;
587 displayName="$STR_CfgVehicles_ZucchiniSeedsPack0";
588 descriptionShort="$STR_CfgVehicles_ZucchiniSeedsPack1";
589 model="\dz\gear\cultivation\Zucchini_seeds_pack.p3d";
590 rotationFlags=17;
591 quantityBar=1;
592 itemSize[]={1,1};
593 weight=30;
594 spawnOffset=0;
595 lootCategory="Materials";
596 lootTag[]=
597 {
598 "Farm",
599 "Kitchen",
600 "Forester"
601 };
602 class DamageSystem
603 {
604 class GlobalHealth
605 {
606 class Health
607 {
608 hitpoints=5;
609 healthLevels[]=
610 {
611
612 {
613 1,
614
615 {
616 "DZ\gear\cultivation\data\zucchini_seeds.rvmat"
617 }
618 },
619
620 {
621 0.69999999,
622
623 {
624 "DZ\gear\cultivation\data\zucchini_seeds.rvmat"
625 }
626 },
627
628 {
629 0.5,
630
631 {
632 "DZ\gear\cultivation\data\zucchini_seeds_damage.rvmat"
633 }
634 },
635
636 {
637 0.30000001,
638
639 {
640 "DZ\gear\cultivation\data\zucchini_seeds_damage.rvmat"
641 }
642 },
643
644 {
645 0,
646
647 {
648 "DZ\gear\cultivation\data\zucchini_seeds_destruct.rvmat"
649 }
650 }
651 };
652 };
653 };
654 };
655 class Horticulture
656 {
657 ContainsSeedsType="ZucchiniSeeds";
658 ContainsSeedsQuantity=10;
659 };
660 class UserActions
661 {
662 class EmptyPack
663 {
664 displayNameDefault="$STR_CfgVehicles_ZucchiniSeedsPack_UserActions_EmptyPack0";
665 displayName="$STR_CfgVehicles_ZucchiniSeedsPack_UserActions_EmptyPack1";
666 position="action";
667 onlyForPlayer=1;
668 radius=2;
669 condition="true";
670 statement="this callMethod ['EmptySeedPack', _person];";
671 };
672 };
673 class AnimEvents
674 {
675 class SoundWeapon
676 {
677 class pickup
678 {
679 soundSet="seedpack_pickup_SoundSet";
680 id=797;
681 };
682 };
683 };
684 };
685 class CannabisSeedsPack: Inventory_Base
686 {
687 scope=2;
688 displayName="$STR_CfgVehicles_CannabisSeedsPack0";
689 descriptionShort="$STR_CfgVehicles_CannabisSeedsPack1";
690 model="\dz\gear\cultivation\cannabis_seeds_pack.p3d";
691 rotationFlags=17;
692 quantityBar=1;
693 itemSize[]={1,1};
694 weight=30;
695 spawnOffset=0;
696 lootCategory="Materials";
697 lootTag[]=
698 {
699 "Farm",
700 "Kitchen",
701 "Forester"
702 };
703 class DamageSystem
704 {
705 class GlobalHealth
706 {
707 class Health
708 {
709 hitpoints=5;
710 healthLevels[]=
711 {
712
713 {
714 1,
715
716 {
717 "DZ\gear\cultivation\data\cannabis_seeds.rvmat"
718 }
719 },
720
721 {
722 0.69999999,
723
724 {
725 "DZ\gear\cultivation\data\cannabis_seeds.rvmat"
726 }
727 },
728
729 {
730 0.5,
731
732 {
733 "DZ\gear\cultivation\data\cannabis_seeds_damage.rvmat"
734 }
735 },
736
737 {
738 0.30000001,
739
740 {
741 "DZ\gear\cultivation\data\cannabis_seeds_damage.rvmat"
742 }
743 },
744
745 {
746 0,
747
748 {
749 "DZ\gear\cultivation\data\cannabis_seeds_destruct.rvmat"
750 }
751 }
752 };
753 };
754 };
755 };
756 class Horticulture
757 {
758 ContainsSeedsType="CannabisSeeds";
759 ContainsSeedsQuantity=10;
760 };
761 class UserActions
762 {
763 class EmptyPack
764 {
765 displayNameDefault="$STR_CfgVehicles_CannabisSeedsPack_UserActions_EmptyPack0";
766 displayName="$STR_CfgVehicles_CannabisSeedsPack_UserActions_EmptyPack1";
767 position="action";
768 onlyForPlayer=1;
769 radius=2;
770 condition="true";
771 statement="this callMethod ['EmptySeedPack', _person];";
772 };
773 };
774 class AnimEvents
775 {
776 class SoundWeapon
777 {
778 class pickup
779 {
780 soundSet="seedpack_pickup_SoundSet";
781 id=797;
782 };
783 };
784 };
785 };
786 class PlantMaterial: Inventory_Base
787 {
788 scope=2;
789 displayName="$STR_CfgVehicles_PlantMaterial0";
790 descriptionShort="$STR_CfgVehicles_PlantMaterial1";
791 model="\dz\gear\cultivation\plant_material.p3d";
792 inventorySlot[]=
793 {
794 "Plant"
795 };
796 lootCategory="Crafted";
797 itemSize[]={3,2};
798 rotationFlags=34;
799 weight=0;
800 weightPerQuantityUnit=9.5;
801 spawnOffset=0;
802 varQuantityInit=350;
803 varQuantityMin=0;
804 varQuantityMax=350;
805 quantityBar=1;
806 class DamageSystem
807 {
808 class GlobalHealth
809 {
810 class Health
811 {
812 hitpoints=500;
813 healthLevels[]=
814 {
815
816 {
817 1,
818
819 {
820 "DZ\gear\cultivation\data\plant_material.rvmat"
821 }
822 },
823
824 {
825 0.69999999,
826
827 {
828 "DZ\gear\cultivation\data\plant_material.rvmat"
829 }
830 },
831
832 {
833 0.5,
834
835 {
836 "DZ\gear\cultivation\data\plant_material_damage.rvmat"
837 }
838 },
839
840 {
841 0.30000001,
842
843 {
844 "DZ\gear\cultivation\data\plant_material_damage.rvmat"
845 }
846 },
847
848 {
849 0,
850
851 {
852 "DZ\gear\cultivation\data\plant_material_destruct.rvmat"
853 }
854 }
855 };
856 };
857 };
858 };
859 class Horticulture
860 {
861 TexId=2;
862 AddEnergyToSlot=0.5;
863 ConsumedQuantity=100;
864 FertilizeLength=2;
865 };
866 class AnimEvents
867 {
868 class SoundWeapon
869 {
870 class pickUpItem_Light
871 {
872 soundSet="pickUpPlantMaterialLight_SoundSet";
873 id=796;
874 };
875 class pickUpItem
876 {
877 soundSet="pickUpPlantMaterial_SoundSet";
878 id=797;
879 };
880 };
881 };
882 };
883 class AntiPestsSpray: Inventory_Base
884 {
885 scope=2;
886 displayName="$STR_CfgVehicles_AntiPestsSpray0";
887 descriptionShort="$STR_CfgVehicles_AntiPestsSpray1";
888 model="\dz\gear\medical\DisinfectantSpray.p3d";
889 lootTag[]=
890 {
891 "Farm"
892 };
893 lootCategory="Crafted";
894 weight=200;
895 itemSize[]={1,3};
896 varQuantityInit=120;
897 varQuantityMin=0;
898 varQuantityMax=120;
899 varQuantityDestroyOnMin=1;
900 quantityBar=1;
901 varLiquidTypeInit=32768;
902 class DamageSystem
903 {
904 class GlobalHealth
905 {
906 class Health
907 {
908 hitpoints=50;
909 healthLevels[]=
910 {
911
912 {
913 1,
914
915 {
916 "DZ\gear\medical\data\Loot_DisinfectantSpray.rvmat"
917 }
918 },
919
920 {
921 0.69999999,
922
923 {
924 "DZ\gear\medical\data\Loot_DisinfectantSpray.rvmat"
925 }
926 },
927
928 {
929 0.5,
930
931 {
932 "DZ\gear\medical\data\Loot_DisinfectantSpray_damage.rvmat"
933 }
934 },
935
936 {
937 0.30000001,
938
939 {
940 "DZ\gear\medical\data\Loot_DisinfectantSpray_damage.rvmat"
941 }
942 },
943
944 {
945 0,
946
947 {
948 "DZ\gear\medical\data\Loot_DisinfectantSpray_destruct.rvmat"
949 }
950 }
951 };
952 };
953 };
954 };
955 soundImpactType="plastic";
956 };
957 class PlantBase: Inventory_Base
958 {
959 storageCategory=1;
960 lootCategory="Crafted";
961 hiddenSelections[]=
962 {
963 "infestedParts"
964 };
965 hiddenSelectionsTextures[]=
966 {
967 ""
968 };
969 hiddenSelectionsMaterials[]=
970 {
971 ""
972 };
973 inventorySlot[]=
974 {
975 "SeedBase_1",
976 "SeedBase_2",
977 "SeedBase_3",
978 "SeedBase_4",
979 "SeedBase_5",
980 "SeedBase_6",
981 "SeedBase_7",
982 "SeedBase_8",
983 "SeedBase_9",
984 "SeedBase_10",
985 "SeedBase_11",
986 "SeedBase_12",
987 "SeedBase_13"
988 };
989 class AnimationSources
990 {
991 class pile_01
992 {
993 source="user";
994 animPeriod=0.0099999998;
995 initPhase=1;
996 };
997 class pile_02
998 {
999 source="user";
1000 animPeriod=0.0099999998;
1001 initPhase=1;
1002 };
1003 class plantStage_01
1004 {
1005 source="user";
1006 animPeriod=0.0099999998;
1007 initPhase=1;
1008 };
1009 class plantStage_01_crops
1010 {
1011 source="user";
1012 animPeriod=0.0099999998;
1013 initPhase=1;
1014 };
1015 class plantStage_02
1016 {
1017 source="user";
1018 animPeriod=0.0099999998;
1019 initPhase=1;
1020 };
1021 class plantStage_02_crops
1022 {
1023 source="user";
1024 animPeriod=0.0099999998;
1025 initPhase=1;
1026 };
1027 class plantStage_03
1028 {
1029 source="user";
1030 animPeriod=0.0099999998;
1031 initPhase=1;
1032 };
1033 class plantStage_03_crops
1034 {
1035 source="user";
1036 animPeriod=0.0099999998;
1037 initPhase=1;
1038 };
1039 class plantStage_04
1040 {
1041 source="user";
1042 animPeriod=0.0099999998;
1043 initPhase=1;
1044 };
1045 class plantStage_04_crops
1046 {
1047 source="user";
1048 animPeriod=0.0099999998;
1049 initPhase=1;
1050 };
1051 class plantStage_05
1052 {
1053 source="user";
1054 animPeriod=0.0099999998;
1055 initPhase=1;
1056 };
1057 class plantStage_05_crops
1058 {
1059 source="user";
1060 animPeriod=0.0099999998;
1061 initPhase=1;
1062 };
1063 class plantStage_06
1064 {
1065 source="user";
1066 animPeriod=0.0099999998;
1067 initPhase=1;
1068 };
1069 class plantStage_06_crops
1070 {
1071 source="user";
1072 animPeriod=0.0099999998;
1073 initPhase=1;
1074 };
1075 class stake
1076 {
1077 source="user";
1078 animPeriod=0.0099999998;
1079 initPhase=1;
1080 };
1081 };
1082 };
1083 class Plant_Tomato: PlantBase
1084 {
1085 scope=2;
1086 displayName="$STR_cfgvehicles_land_horticulture_plant_tomato0";
1087 descriptionShort="$STR_cfgvehicles_land_horticulture_plant_tomato1";
1088 model="DZ\gear\cultivation\tomato_plant.p3d";
1089 hiddenSelectionsTextures[]=
1090 {
1091 "dz\gear\cultivation\data\tomato_plant_co.paa"
1092 };
1093 hiddenSelectionsMaterials[]=
1094 {
1095 "dz\gear\cultivation\data\tomato_plant.rvmat"
1096 };
1097 class Horticulture
1098 {
1099 GrowthStagesCount=6;
1100 CropsCount=7;
1101 CropsType="Tomato";
1102 };
1103 };
1104 class Plant_Pepper: PlantBase
1105 {
1106 scope=2;
1107 displayName="$STR_cfgvehicles_land_horticulture_plant_pepper0";
1108 descriptionShort="$STR_cfgvehicles_land_horticulture_plant_pepper1";
1109 model="DZ\gear\cultivation\pepper_plant.p3d";
1110 hiddenSelectionsTextures[]=
1111 {
1112 "dz\gear\cultivation\data\pepper_plant_co.paa"
1113 };
1114 hiddenSelectionsMaterials[]=
1115 {
1116 "dz\gear\cultivation\data\pepper_plant.rvmat"
1117 };
1118 class Horticulture
1119 {
1120 GrowthStagesCount=6;
1121 CropsCount=3;
1122 CropsType="GreenBellPepper";
1123 };
1124 };
1125 class Plant_Potato: PlantBase
1126 {
1127 scope=2;
1128 displayName="$STR_cfgvehicles_land_horticulture_plant_potato0";
1129 descriptionShort="$STR_cfgvehicles_land_horticulture_plant_potato1";
1130 model="DZ\gear\cultivation\potato_plant.p3d";
1131 hiddenSelectionsTextures[]=
1132 {
1133 "dz\gear\cultivation\data\potato_plant_co.paa",
1134 "dz\gear\cultivation\data\potato_plant_nohq.paa",
1135 "dz\gear\cultivation\data\potato_plant_smdi.paa"
1136 };
1137 hiddenSelectionsMaterials[]=
1138 {
1139 "dz\gear\cultivation\data\potato_plant.rvmat"
1140 };
1141 class Horticulture
1142 {
1143 GrowthStagesCount=6;
1144 CropsCount=3;
1145 CropsType="PotatoSeed";
1146 };
1147 };
1148 class Plant_Pumpkin: PlantBase
1149 {
1150 scope=2;
1151 displayName="$STR_cfgvehicles_land_horticulture_plant_pumpkin0";
1152 descriptionShort="$STR_cfgvehicles_land_horticulture_plant_pumpkin1";
1153 model="DZ\gear\cultivation\pumpkin_plant.p3d";
1154 hiddenSelectionsTextures[]=
1155 {
1156 "dz\gear\cultivation\data\pumpkin_plant_co.paa"
1157 };
1158 hiddenSelectionsMaterials[]=
1159 {
1160 "dz\gear\cultivation\data\pumpkin_plant.rvmat"
1161 };
1162 class Horticulture
1163 {
1164 GrowthStagesCount=7;
1165 CropsCount=2;
1166 CropsType="Pumpkin";
1167 };
1168 };
1169 class Plant_Zucchini: PlantBase
1170 {
1171 scope=2;
1172 displayName="$STR_cfgvehicles_land_horticulture_plant_zucchini0";
1173 descriptionShort="$STR_cfgvehicles_land_horticulture_plant_zucchini1";
1174 model="DZ\gear\cultivation\zucchini_plant.p3d";
1175 hiddenSelectionsTextures[]=
1176 {
1177 "dz\gear\cultivation\data\zucchini_plant_co.paa"
1178 };
1179 hiddenSelectionsMaterials[]=
1180 {
1181 "dz\gear\cultivation\data\zucchini_plant.rvmat"
1182 };
1183 class Horticulture
1184 {
1185 GrowthStagesCount=7;
1186 CropsCount=2;
1187 CropsType="Zucchini";
1188 };
1189 };
1190 class Plant_Cannabis: PlantBase
1191 {
1192 scope=2;
1193 model="DZ\gear\cultivation\Cannabis_plant.p3d";
1194 hiddenSelectionsTextures[]=
1195 {
1196 "dz\gear\cultivation\data\Cannabis_plant_co.paa"
1197 };
1198 hiddenSelectionsMaterials[]=
1199 {
1200 "dz\gear\cultivation\data\Cannabis_plant.rvmat"
1201 };
1202 class Horticulture
1203 {
1204 GrowthStagesCount=6;
1205 CropsCount=7;
1206 CropsType="Cannabis";
1207 };
1208 };
1209 class GardenPlotGreenhouse: Inventory_Base
1210 {
1211 scope=2;
1212 model="DZ\gear\cultivation\garden_plot_greenhouse.p3d";
1213 storageCategory=1;
1214 useEntityHierarchy="true";
1215 slopeTolerance=0.30000001;
1216 alignHologramToTerain=1;
1217 yawPitchRollLimit[]={10,10,10};
1218 physLayer="item_large";
1219 attachments[]=
1220 {
1221 "SeedBase_1",
1222 "SeedBase_2",
1223 "SeedBase_3",
1224 "SeedBase_4",
1225 "SeedBase_5",
1226 "SeedBase_6",
1227 "SeedBase_7",
1228 "SeedBase_8",
1229 "SeedBase_9"
1230 };
1231 hiddenSelections[]=
1232 {
1233 "SeedBase_1",
1234 "SeedBase_2",
1235 "SeedBase_3",
1236 "SeedBase_4",
1237 "SeedBase_5",
1238 "SeedBase_6",
1239 "SeedBase_7",
1240 "SeedBase_8",
1241 "SeedBase_9",
1242 "slotCovered_01",
1243 "slotCovered_02",
1244 "slotCovered_03",
1245 "slotCovered_04",
1246 "slotCovered_05",
1247 "slotCovered_06",
1248 "slotCovered_07",
1249 "slotCovered_08",
1250 "slotCovered_09"
1251 };
1252 hiddenSelectionsTextures[]=
1253 {
1254 "dz\gear\cultivation\data\soil_cultivated_co.paa",
1255 "dz\gear\cultivation\data\soil_cultivated_limed_CO.paa",
1256 "dz\gear\cultivation\data\soil_cultivated_compost_CO.paa",
1257 "",
1258 "",
1259 "",
1260 "",
1261 "",
1262 "",
1263 "",
1264 "",
1265 "",
1266 "",
1267 "",
1268 "",
1269 "",
1270 "",
1271 ""
1272 };
1273 hiddenSelectionsMaterials[]=
1274 {
1275 "",
1276 "",
1277 "",
1278 "",
1279 "",
1280 "",
1281 "",
1282 "",
1283 "",
1284 "",
1285 "",
1286 "",
1287 "",
1288 "",
1289 "",
1290 "",
1291 "",
1292 ""
1293 };
1294 class AnimationSources
1295 {
1296 class slotVisible
1297 {
1298 source="user";
1299 animPeriod=0.0099999998;
1300 initPhase=0;
1301 };
1302 class slotHidden: slotVisible
1303 {
1304 initPhase=1;
1305 };
1306 class SeedBase_1: slotVisible
1307 {
1308 };
1309 class SeedBase_2: slotVisible
1310 {
1311 };
1312 class SeedBase_3: slotVisible
1313 {
1314 };
1315 class SeedBase_4: slotVisible
1316 {
1317 };
1318 class SeedBase_5: slotVisible
1319 {
1320 };
1321 class SeedBase_6: slotVisible
1322 {
1323 };
1324 class SeedBase_7: slotVisible
1325 {
1326 };
1327 class SeedBase_8: slotVisible
1328 {
1329 };
1330 class SeedBase_9: slotVisible
1331 {
1332 };
1333 class slotCovered_01: slotHidden
1334 {
1335 };
1336 class slotCovered_02: slotHidden
1337 {
1338 };
1339 class slotCovered_03: slotHidden
1340 {
1341 };
1342 class slotCovered_04: slotHidden
1343 {
1344 };
1345 class slotCovered_05: slotHidden
1346 {
1347 };
1348 class slotCovered_06: slotHidden
1349 {
1350 };
1351 class slotCovered_07: slotHidden
1352 {
1353 };
1354 class slotCovered_08: slotHidden
1355 {
1356 };
1357 class slotCovered_09: slotHidden
1358 {
1359 };
1360 };
1361 class DamageSystem
1362 {
1363 class GlobalArmor
1364 {
1365 class Projectile
1366 {
1367 class Health
1368 {
1369 damage=0;
1370 };
1371 class Blood
1372 {
1373 damage=0;
1374 };
1375 class Shock
1376 {
1377 damage=0;
1378 };
1379 };
1380 class Melee
1381 {
1382 class Health
1383 {
1384 damage=0;
1385 };
1386 class Blood
1387 {
1388 damage=0;
1389 };
1390 class Shock
1391 {
1392 damage=0;
1393 };
1394 };
1395 class FragGrenade
1396 {
1397 class Health
1398 {
1399 damage=0;
1400 };
1401 class Blood
1402 {
1403 damage=0;
1404 };
1405 class Shock
1406 {
1407 damage=0;
1408 };
1409 };
1410 };
1411 };
1412 class GUIInventoryAttachmentsProps
1413 {
1414 class Filling
1415 {
1416 name="$STR_attachment_Filling0";
1417 description="";
1418 icon="set:dayz_inventory image:cat_gp_filling";
1419 attachmentSlots[]=
1420 {
1421 "SeedBase_1",
1422 "SeedBase_2",
1423 "SeedBase_3",
1424 "SeedBase_4",
1425 "SeedBase_5",
1426 "SeedBase_6",
1427 "SeedBase_7",
1428 "SeedBase_8",
1429 "SeedBase_9"
1430 };
1431 };
1432 };
1433 };
1434 class GardenPlotPolytunnel: Inventory_Base
1435 {
1436 scope=2;
1437 model="DZ\gear\cultivation\garden_plot_polytunnel.p3d";
1438 storageCategory=1;
1439 useEntityHierarchy="true";
1440 slopeTolerance=0.30000001;
1441 alignHologramToTerain=1;
1442 yawPitchRollLimit[]={10,10,10};
1443 physLayer="item_large";
1444 attachments[]=
1445 {
1446 "SeedBase_1",
1447 "SeedBase_2",
1448 "SeedBase_3",
1449 "SeedBase_4",
1450 "SeedBase_5",
1451 "SeedBase_6",
1452 "SeedBase_7",
1453 "SeedBase_8",
1454 "SeedBase_9",
1455 "SeedBase_10",
1456 "SeedBase_11",
1457 "SeedBase_12",
1458 "SeedBase_13"
1459 };
1460 hiddenSelections[]=
1461 {
1462 "SeedBase_1",
1463 "SeedBase_2",
1464 "SeedBase_3",
1465 "SeedBase_4",
1466 "SeedBase_5",
1467 "SeedBase_6",
1468 "SeedBase_7",
1469 "SeedBase_8",
1470 "SeedBase_9",
1471 "SeedBase_10",
1472 "SeedBase_11",
1473 "SeedBase_12",
1474 "SeedBase_13",
1475 "slotCovered_01",
1476 "slotCovered_02",
1477 "slotCovered_03",
1478 "slotCovered_04",
1479 "slotCovered_05",
1480 "slotCovered_06",
1481 "slotCovered_07",
1482 "slotCovered_08",
1483 "slotCovered_09",
1484 "slotCovered_10",
1485 "slotCovered_11",
1486 "slotCovered_12",
1487 "slotCovered_13"
1488 };
1489 hiddenSelectionsTextures[]=
1490 {
1491 "dz\gear\cultivation\data\soil_cultivated_co.paa",
1492 "dz\gear\cultivation\data\soil_cultivated_limed_CO.paa",
1493 "dz\gear\cultivation\data\soil_cultivated_compost_CO.paa",
1494 "",
1495 "",
1496 "",
1497 "",
1498 "",
1499 "",
1500 "",
1501 "",
1502 "",
1503 "",
1504 "",
1505 "",
1506 "",
1507 "",
1508 "",
1509 "",
1510 "",
1511 "",
1512 "",
1513 "",
1514 "",
1515 "",
1516 ""
1517 };
1518 hiddenSelectionsMaterials[]=
1519 {
1520 "",
1521 "",
1522 "",
1523 "",
1524 "",
1525 "",
1526 "",
1527 "",
1528 "",
1529 "",
1530 "",
1531 "",
1532 "",
1533 "",
1534 "",
1535 "",
1536 "",
1537 "",
1538 "",
1539 "",
1540 "",
1541 "",
1542 "",
1543 "",
1544 "",
1545 ""
1546 };
1547 class AnimationSources
1548 {
1549 class slotVisible
1550 {
1551 source="user";
1552 animPeriod=0.0099999998;
1553 initPhase=0;
1554 };
1555 class slotHidden: slotVisible
1556 {
1557 initPhase=1;
1558 };
1559 class SeedBase_1: slotVisible
1560 {
1561 };
1562 class SeedBase_2: slotVisible
1563 {
1564 };
1565 class SeedBase_3: slotVisible
1566 {
1567 };
1568 class SeedBase_4: slotVisible
1569 {
1570 };
1571 class SeedBase_5: slotVisible
1572 {
1573 };
1574 class SeedBase_6: slotVisible
1575 {
1576 };
1577 class SeedBase_7: slotVisible
1578 {
1579 };
1580 class SeedBase_8: slotVisible
1581 {
1582 };
1583 class SeedBase_9: slotVisible
1584 {
1585 };
1586 class SeedBase_10: slotVisible
1587 {
1588 };
1589 class SeedBase_11: slotVisible
1590 {
1591 };
1592 class SeedBase_12: slotVisible
1593 {
1594 };
1595 class SeedBase_13: slotVisible
1596 {
1597 };
1598 class slotCovered_01: slotHidden
1599 {
1600 };
1601 class slotCovered_02: slotHidden
1602 {
1603 };
1604 class slotCovered_03: slotHidden
1605 {
1606 };
1607 class slotCovered_04: slotHidden
1608 {
1609 };
1610 class slotCovered_05: slotHidden
1611 {
1612 };
1613 class slotCovered_06: slotHidden
1614 {
1615 };
1616 class slotCovered_07: slotHidden
1617 {
1618 };
1619 class slotCovered_08: slotHidden
1620 {
1621 };
1622 class slotCovered_09: slotHidden
1623 {
1624 };
1625 class slotCovered_10: slotHidden
1626 {
1627 };
1628 class slotCovered_11: slotHidden
1629 {
1630 };
1631 class slotCovered_12: slotHidden
1632 {
1633 };
1634 class slotCovered_13: slotHidden
1635 {
1636 };
1637 };
1638 class DamageSystem
1639 {
1640 class GlobalArmor
1641 {
1642 class Projectile
1643 {
1644 class Health
1645 {
1646 damage=0;
1647 };
1648 class Blood
1649 {
1650 damage=0;
1651 };
1652 class Shock
1653 {
1654 damage=0;
1655 };
1656 };
1657 class Melee
1658 {
1659 class Health
1660 {
1661 damage=0;
1662 };
1663 class Blood
1664 {
1665 damage=0;
1666 };
1667 class Shock
1668 {
1669 damage=0;
1670 };
1671 };
1672 class FragGrenade
1673 {
1674 class Health
1675 {
1676 damage=0;
1677 };
1678 class Blood
1679 {
1680 damage=0;
1681 };
1682 class Shock
1683 {
1684 damage=0;
1685 };
1686 };
1687 };
1688 };
1689 class GUIInventoryAttachmentsProps
1690 {
1691 class Filling
1692 {
1693 name="$STR_attachment_Filling0";
1694 description="";
1695 icon="set:dayz_inventory image:cat_gp_filling";
1696 attachmentSlots[]=
1697 {
1698 "SeedBase_1",
1699 "SeedBase_2",
1700 "SeedBase_3",
1701 "SeedBase_4",
1702 "SeedBase_5",
1703 "SeedBase_6",
1704 "SeedBase_7",
1705 "SeedBase_8",
1706 "SeedBase_9",
1707 "SeedBase_10",
1708 "SeedBase_11",
1709 "SeedBase_12",
1710 "SeedBase_13"
1711 };
1712 };
1713 };
1714 };
1715 class GardenPlot: Inventory_Base
1716 {
1717 scope=2;
1718 model="DZ\gear\cultivation\garden_plot_outside.p3d";
1719 storageCategory=1;
1720 lootCategory="Crafted";
1721 useEntityHierarchy="true";
1722 slopeTolerance=0.30000001;
1723 alignHologramToTerain=1;
1724 yawPitchRollLimit[]={10,10,10};
1725 weight=100000;
1726 itemSize[]={50,50};
1727 attachments[]=
1728 {
1729 "SeedBase_1",
1730 "SeedBase_2",
1731 "SeedBase_3",
1732 "SeedBase_4",
1733 "SeedBase_5",
1734 "SeedBase_6",
1735 "SeedBase_7",
1736 "SeedBase_8",
1737 "SeedBase_9"
1738 };
1739 physLayer="item_large";
1740 class GUIInventoryAttachmentsProps
1741 {
1742 class Filling
1743 {
1744 name="$STR_attachment_Filling0";
1745 description="";
1746 attachmentSlots[]=
1747 {
1748 "SeedBase_1",
1749 "SeedBase_2",
1750 "SeedBase_3",
1751 "SeedBase_4",
1752 "SeedBase_5",
1753 "SeedBase_6",
1754 "SeedBase_7",
1755 "SeedBase_8",
1756 "SeedBase_9"
1757 };
1758 icon="set:dayz_inventory image:cat_gp_filling";
1759 };
1760 };
1761 hiddenSelections[]=
1762 {
1763 "SeedBase_1",
1764 "SeedBase_2",
1765 "SeedBase_3",
1766 "SeedBase_4",
1767 "SeedBase_5",
1768 "SeedBase_6",
1769 "SeedBase_7",
1770 "SeedBase_8",
1771 "SeedBase_9",
1772 "slotCovered_01",
1773 "slotCovered_02",
1774 "slotCovered_03",
1775 "slotCovered_04",
1776 "slotCovered_05",
1777 "slotCovered_06",
1778 "slotCovered_07",
1779 "slotCovered_08",
1780 "slotCovered_09",
1781 "placing"
1782 };
1783 hiddenSelectionsTextures[]=
1784 {
1785 "dz\gear\cultivation\data\soil_cultivated_co.paa",
1786 "dz\gear\cultivation\data\soil_cultivated_limed_CO.paa",
1787 "dz\gear\cultivation\data\soil_cultivated_compost_CO.paa",
1788 "",
1789 "",
1790 "",
1791 "",
1792 "",
1793 "",
1794 "",
1795 "",
1796 "",
1797 "",
1798 "",
1799 "",
1800 "",
1801 "",
1802 "",
1803 "dz\gear\cultivation\data\tile_co.paa"
1804 };
1805 hiddenSelectionsMaterials[]=
1806 {
1807 "",
1808 "",
1809 "",
1810 "",
1811 "",
1812 "",
1813 "",
1814 "",
1815 "",
1816 "",
1817 "",
1818 "",
1819 "",
1820 "",
1821 "",
1822 "",
1823 "",
1824 "",
1825 "dz\gear\cultivation\data\tile.rvmat"
1826 };
1827 hologramMaterial="tile";
1828 hologramMaterialPath="dz\gear\cultivation\data";
1829 class AnimationSources
1830 {
1831 class slotVisible
1832 {
1833 source="user";
1834 animPeriod=0.0099999998;
1835 initPhase=0;
1836 };
1837 class slotHidden: slotVisible
1838 {
1839 initPhase=1;
1840 };
1841 class SeedBase_1: slotVisible
1842 {
1843 };
1844 class SeedBase_2: slotVisible
1845 {
1846 };
1847 class SeedBase_3: slotVisible
1848 {
1849 };
1850 class SeedBase_4: slotVisible
1851 {
1852 };
1853 class SeedBase_5: slotVisible
1854 {
1855 };
1856 class SeedBase_6: slotVisible
1857 {
1858 };
1859 class SeedBase_7: slotVisible
1860 {
1861 };
1862 class SeedBase_8: slotVisible
1863 {
1864 };
1865 class SeedBase_9: slotVisible
1866 {
1867 };
1868 class slotCovered_01: slotHidden
1869 {
1870 };
1871 class slotCovered_02: slotHidden
1872 {
1873 };
1874 class slotCovered_03: slotHidden
1875 {
1876 };
1877 class slotCovered_04: slotHidden
1878 {
1879 };
1880 class slotCovered_05: slotHidden
1881 {
1882 };
1883 class slotCovered_06: slotHidden
1884 {
1885 };
1886 class slotCovered_07: slotHidden
1887 {
1888 };
1889 class slotCovered_08: slotHidden
1890 {
1891 };
1892 class slotCovered_09: slotHidden
1893 {
1894 };
1895 class placing
1896 {
1897 source="user";
1898 animPeriod=0.0099999998;
1899 initPhase=0;
1900 };
1901 };
1902 class DamageSystem
1903 {
1904 class GlobalArmor
1905 {
1906 class Projectile
1907 {
1908 class Health
1909 {
1910 damage=0;
1911 };
1912 class Blood
1913 {
1914 damage=0;
1915 };
1916 class Shock
1917 {
1918 damage=0;
1919 };
1920 };
1921 class Melee
1922 {
1923 class Health
1924 {
1925 damage=0;
1926 };
1927 class Blood
1928 {
1929 damage=0;
1930 };
1931 class Shock
1932 {
1933 damage=0;
1934 };
1935 };
1936 class FragGrenade
1937 {
1938 class Health
1939 {
1940 damage=0;
1941 };
1942 class Blood
1943 {
1944 damage=0;
1945 };
1946 class Shock
1947 {
1948 damage=0;
1949 };
1950 };
1951 };
1952 };
1953 };
1954 class GardenPlotPlacing: GardenPlot
1955 {
1956 displayName="This is a hologram";
1957 descriptionShort="Nothing to see here, move along";
1958 model="DZ\gear\cultivation\garden_plot_outside_placing.p3d";
1959 storageCategory=10;
1960 hiddenSelections[]=
1961 {
1962 "placing"
1963 };
1964 hiddenSelectionsTextures[]=
1965 {
1966 "dz\gear\cultivation\data\tile_co.tga"
1967 };
1968 hiddenSelectionsMaterials[]=
1969 {
1970 "dz\gear\cultivation\data\tile.rvmat"
1971 };
1972 hologramMaterial="tile";
1973 hologramMaterialPath="dz\gear\cultivation\data";
1974 class DamageSystem
1975 {
1976 class GlobalArmor
1977 {
1978 class Projectile
1979 {
1980 class Health
1981 {
1982 damage=0;
1983 };
1984 class Blood
1985 {
1986 damage=0;
1987 };
1988 class Shock
1989 {
1990 damage=0;
1991 };
1992 };
1993 class Melee
1994 {
1995 class Health
1996 {
1997 damage=0;
1998 };
1999 class Blood
2000 {
2001 damage=0;
2002 };
2003 class Shock
2004 {
2005 damage=0;
2006 };
2007 };
2008 class FragGrenade
2009 {
2010 class Health
2011 {
2012 damage=0;
2013 };
2014 class Blood
2015 {
2016 damage=0;
2017 };
2018 class Shock
2019 {
2020 damage=0;
2021 };
2022 };
2023 };
2024 };
2025 };
2026};
2027class CfgNonAIVehicles
2028{
2029 class ProxyAttachment;
2030 class HorticultureBaseProxies: ProxyAttachment
2031 {
2032 scope=2;
2033 inventorySlot[]=
2034 {
2035 "SeedBase_1",
2036 "SeedBase_2",
2037 "SeedBase_3",
2038 "SeedBase_4",
2039 "SeedBase_5",
2040 "SeedBase_6",
2041 "SeedBase_7",
2042 "SeedBase_8",
2043 "SeedBase_9",
2044 "SeedBase_10",
2045 "SeedBase_11",
2046 "SeedBase_12",
2047 "SeedBase_13"
2048 };
2049 };
2050 class ProxyTomato_Seeds: ProxyAttachment
2051 {
2052 model="DZ\gear\cultivation\tomato_seeds.p3d";
2053 scope=2;
2054 inventorySlot[]=
2055 {
2056 "SeedBase_1",
2057 "SeedBase_2",
2058 "SeedBase_3",
2059 "SeedBase_4",
2060 "SeedBase_5",
2061 "SeedBase_6",
2062 "SeedBase_7",
2063 "SeedBase_8",
2064 "SeedBase_9",
2065 "SeedBase_10",
2066 "SeedBase_11",
2067 "SeedBase_12",
2068 "SeedBase_13"
2069 };
2070 };
2071};