Dayz Explorer CPP 1.28.160049
Loading...
Searching...
No Matches
config.cpp
Go to the documentation of this file.
1class CfgPatches
2{
3 class DZ_Characters_Gloves
4 {
5 units[]=
6 {
7 "MaleHands",
8 "FemaleHands"
9 };
10 weapons[]={};
11 requiredVersion=0.1;
12 requiredAddons[]=
13 {
14 "DZ_Characters"
15 };
16 };
17};
18class CfgVehicles
19{
20 class Inventory_Base;
21 class MaleHands_Base: Inventory_Base
22 {
23 scope=1;
24 displayName="Bare hands";
25 model="\DZ\characters\gloves\hands3_m.p3d";
26 inventorySlot[]=
27 {
28 "Gloves"
29 };
30 hiddenSelections[]=
31 {
32 "personality"
33 };
34 hiddenSelectionsTextures[]=
35 {
36 "#(argb,8,8,3)color(0.843137,0.768627,0.658824,1.0,CO)"
37 };
38 hiddenSelectionsMaterials[]=
39 {
40 "dz\characters\heads\data\hhl_dummy_skin_material.rvmat"
41 };
42 };
43 class MaleAdamHands: MaleHands_Base
44 {
45 hiddenSelectionsTextures[]=
46 {
47 "\DZ\characters\heads\data\m_Adam\hhl_m_Adam_body_shaved_co.paa"
48 };
49 hiddenSelectionsMaterials[]=
50 {
51 "dz\characters\heads\data\m_Adam\hhl_m_Adam_body_shaved.rvmat"
52 };
53 };
54 class MaleBorisHands: MaleHands_Base
55 {
56 hiddenSelectionsTextures[]=
57 {
58 "\DZ\characters\heads\data\m_Boris\hhl_m_Boris_body_shaved_co.paa"
59 };
60 hiddenSelectionsMaterials[]=
61 {
62 "dz\characters\heads\data\m_Boris\hhl_m_Boris_body_shaved.rvmat"
63 };
64 };
65 class MaleCyrilHands: MaleHands_Base
66 {
67 hiddenSelectionsTextures[]=
68 {
69 "\DZ\characters\heads\data\m_Cyril\hhl_m_Cyril_body_shaved_co.paa"
70 };
71 hiddenSelectionsMaterials[]=
72 {
73 "dz\characters\heads\data\m_Cyril\hhl_m_Cyril_body_shaved.rvmat"
74 };
75 };
76 class MaleDenisHands: MaleHands_Base
77 {
78 hiddenSelectionsTextures[]=
79 {
80 "\DZ\characters\heads\data\m_Denis_2\hhl_m_Denis_body_shaved_co.paa"
81 };
82 hiddenSelectionsMaterials[]=
83 {
84 "dz\characters\heads\data\m_Denis_2\hhl_m_Denis_body_shaved.rvmat"
85 };
86 };
87 class MaleEliasHands: MaleHands_Base
88 {
89 hiddenSelectionsTextures[]=
90 {
91 "\DZ\characters\heads\data\m_Elias\hhl_m_Elias_body_shaved_co.paa"
92 };
93 hiddenSelectionsMaterials[]=
94 {
95 "dz\characters\heads\data\m_Elias\hhl_m_Elias_body_shaved.rvmat"
96 };
97 };
98 class MaleFrancisHands: MaleHands_Base
99 {
100 hiddenSelectionsTextures[]=
101 {
102 "\DZ\characters\heads\data\m_Francis\hhl_m_Francis_body_shaved_co.paa"
103 };
104 hiddenSelectionsMaterials[]=
105 {
106 "dz\characters\heads\data\m_Francis\hhl_m_Francis_body_shaved.rvmat"
107 };
108 };
109 class MaleGuoHands: MaleHands_Base
110 {
111 hiddenSelectionsTextures[]=
112 {
113 "\DZ\characters\heads\data\m_Guo\hhl_m_Guo_body_shaved_co.paa"
114 };
115 hiddenSelectionsMaterials[]=
116 {
117 "dz\characters\heads\data\m_Guo\hhl_m_Guo_body_shaved.rvmat"
118 };
119 };
120 class MaleHassanHands: MaleHands_Base
121 {
122 hiddenSelectionsTextures[]=
123 {
124 "\DZ\characters\heads\data\m_Hassan\hhl_m_Hassan_body_shaved_co.paa"
125 };
126 hiddenSelectionsMaterials[]=
127 {
128 "dz\characters\heads\data\m_Hassan\hhl_m_Hassan_body_shaved.rvmat"
129 };
130 };
131 class MaleIndarHands: MaleHands_Base
132 {
133 hiddenSelectionsTextures[]=
134 {
135 "\DZ\characters\heads\data\m_Indar\hhl_m_Indar_body_shaved_co.paa"
136 };
137 hiddenSelectionsMaterials[]=
138 {
139 "dz\characters\heads\data\m_Indar\hhl_m_Indar_body_shaved.rvmat"
140 };
141 };
142 class MaleJoseHands: MaleHands_Base
143 {
144 hiddenSelectionsTextures[]=
145 {
146 "\DZ\characters\heads\data\m_Jose\hhl_m_Jose_body_shaved_co.paa"
147 };
148 hiddenSelectionsMaterials[]=
149 {
150 "dz\characters\heads\data\m_Jose\hhl_m_Jose_body_shaved.rvmat"
151 };
152 };
153 class MaleKaitoHands: MaleHands_Base
154 {
155 hiddenSelectionsTextures[]=
156 {
157 "\DZ\characters\heads\data\m_Kaito\hhl_m_Kaito_body_shaved_co.paa"
158 };
159 hiddenSelectionsMaterials[]=
160 {
161 "dz\characters\heads\data\m_Kaito\hhl_m_Kaito_body_shaved.rvmat"
162 };
163 };
164 class MaleLewisHands: MaleHands_Base
165 {
166 hiddenSelectionsTextures[]=
167 {
168 "\DZ\characters\heads\data\m_Lewis\hhl_m_Lewis_body_shaved_co.paa"
169 };
170 hiddenSelectionsMaterials[]=
171 {
172 "dz\characters\heads\data\m_Lewis\hhl_m_Lewis_body_shaved.rvmat"
173 };
174 };
175 class MaleManuaHands: MaleHands_Base
176 {
177 hiddenSelectionsTextures[]=
178 {
179 "\DZ\characters\heads\data\m_Manua\hhl_m_Manua_body_shaved_co.paa"
180 };
181 hiddenSelectionsMaterials[]=
182 {
183 "dz\characters\heads\data\m_Manua\hhl_m_Manua_body_shaved.rvmat"
184 };
185 };
186 class MaleNikiHands: MaleHands_Base
187 {
188 hiddenSelectionsTextures[]=
189 {
190 "\DZ\characters\heads\data\m_Niki_2\hhl_m_Niki_body_shaved_co.paa"
191 };
192 hiddenSelectionsMaterials[]=
193 {
194 "dz\characters\heads\data\m_Niki_2\hhl_m_Niki_body_shaved.rvmat"
195 };
196 };
197 class MaleOliverHands: MaleHands_Base
198 {
199 hiddenSelectionsTextures[]=
200 {
201 "\DZ\characters\heads\data\m_Oliver\hhl_m_Oliver_body_shaved_co.paa"
202 };
203 hiddenSelectionsMaterials[]=
204 {
205 "dz\characters\heads\data\m_Oliver\hhl_m_Oliver_body_shaved.rvmat"
206 };
207 };
208 class MalePeterHands: MaleHands_Base
209 {
210 hiddenSelectionsTextures[]=
211 {
212 "\DZ\characters\heads\data\m_Peter\hhl_m_Peter_body_shaved_co.paa"
213 };
214 hiddenSelectionsMaterials[]=
215 {
216 "dz\characters\heads\data\m_Peter\hhl_m_Peter_body_shaved.rvmat"
217 };
218 };
219 class MaleQuinnHands: MaleHands_Base
220 {
221 hiddenSelectionsTextures[]=
222 {
223 "\DZ\characters\heads\data\m_Quinn\hhl_m_Quinn_body_shaved_co.paa"
224 };
225 hiddenSelectionsMaterials[]=
226 {
227 "dz\characters\heads\data\m_Quinn\hhl_m_Quinn_body_shaved.rvmat"
228 };
229 };
230 class MaleRolfHands: MaleHands_Base
231 {
232 hiddenSelectionsTextures[]=
233 {
234 "\DZ\characters\heads\data\m_Rolf\hhl_m_Rolf_body_shaved_co.paa"
235 };
236 hiddenSelectionsMaterials[]=
237 {
238 "dz\characters\heads\data\m_Rolf\hhl_m_Rolf_body_shaved.rvmat"
239 };
240 };
241 class MaleSethHands: MaleHands_Base
242 {
243 hiddenSelectionsTextures[]=
244 {
245 "\DZ\characters\heads\data\m_Seth\hhl_m_Seth_body_shaved_co.paa"
246 };
247 hiddenSelectionsMaterials[]=
248 {
249 "dz\characters\heads\data\m_Seth\hhl_m_Seth_body_shaved.rvmat"
250 };
251 };
252 class MaleTaikiHands: MaleHands_Base
253 {
254 hiddenSelectionsTextures[]=
255 {
256 "\DZ\characters\heads\data\m_Taiki\hhl_m_Taiki_body_shaved_co.paa"
257 };
258 hiddenSelectionsMaterials[]=
259 {
260 "dz\characters\heads\data\m_Taiki\hhl_m_Taiki_body_shaved.rvmat"
261 };
262 };
263 class FemaleHands_Base: Inventory_Base
264 {
265 scope=1;
266 displayName="Bare hands";
267 model="\DZ\characters\gloves\hands3_f.p3d";
268 inventorySlot[]=
269 {
270 "Gloves"
271 };
272 hiddenSelections[]=
273 {
274 "personality"
275 };
276 hiddenSelectionsTextures[]=
277 {
278 "#(argb,8,8,3)color(0.843137,0.768627,0.658824,1.0,CO)"
279 };
280 hiddenSelectionsMaterials[]=
281 {
282 "dz\characters\heads\data\hhl_dummy_skin_material.rvmat"
283 };
284 };
285 class FemaleEvaHands: FemaleHands_Base
286 {
287 hiddenSelectionsTextures[]=
288 {
289 "\DZ\characters\heads\data\f_Eva_2\hhl_f_Eva_body_co.paa"
290 };
291 hiddenSelectionsMaterials[]=
292 {
293 "dz\characters\heads\data\f_Eva_2\hhl_f_Eva_body.rvmat"
294 };
295 };
296 class FemaleFridaHands: FemaleHands_Base
297 {
298 hiddenSelectionsTextures[]=
299 {
300 "\DZ\characters\heads\data\f_Frida_2\hhl_f_frida_body_co.paa"
301 };
302 hiddenSelectionsMaterials[]=
303 {
304 "dz\characters\heads\data\f_Frida_2\hhl_f_frida_body.rvmat"
305 };
306 };
307 class FemaleGabiHands: FemaleHands_Base
308 {
309 hiddenSelectionsTextures[]=
310 {
311 "\DZ\characters\heads\data\f_Gabi_2\hhl_f_Gabi_body_co.paa"
312 };
313 hiddenSelectionsMaterials[]=
314 {
315 "dz\characters\heads\data\f_Gabi_2\hhl_f_Gabi_body.rvmat"
316 };
317 };
318 class FemaleHelgaHands: FemaleHands_Base
319 {
320 hiddenSelectionsTextures[]=
321 {
322 "dz\characters\heads\data\f_Helga\hhl_f_Helga_body_co.paa"
323 };
324 hiddenSelectionsMaterials[]=
325 {
326 "dz\characters\heads\data\f_Helga\hhl_f_Helga_body.rvmat"
327 };
328 };
329 class FemaleIrenaHands: FemaleHands_Base
330 {
331 hiddenSelectionsTextures[]=
332 {
333 "dz\characters\heads\data\f_Irena_2\hhl_f_Irena_body_co.paa"
334 };
335 hiddenSelectionsMaterials[]=
336 {
337 "dz\characters\heads\data\f_Irena_2\hhl_f_Irena_body.rvmat"
338 };
339 };
340 class FemaleJudyHands: FemaleHands_Base
341 {
342 hiddenSelectionsTextures[]=
343 {
344 "dz\characters\heads\data\f_Judy\hhl_f_Judy_body_co.paa"
345 };
346 hiddenSelectionsMaterials[]=
347 {
348 "dz\characters\heads\data\f_Judy\hhl_f_Judy_body.rvmat"
349 };
350 };
351 class FemaleKeikoHands: FemaleHands_Base
352 {
353 hiddenSelectionsTextures[]=
354 {
355 "dz\characters\heads\data\f_Keiko\hhl_f_Keiko_body_co.paa"
356 };
357 hiddenSelectionsMaterials[]=
358 {
359 "dz\characters\heads\data\f_Keiko\hhl_f_Keiko_body.rvmat"
360 };
361 };
362 class FemaleLindaHands: FemaleHands_Base
363 {
364 hiddenSelectionsTextures[]=
365 {
366 "dz\characters\heads\data\f_Linda_2\hhl_f_Linda_body_co.paa"
367 };
368 hiddenSelectionsMaterials[]=
369 {
370 "dz\characters\heads\data\f_Linda_2\hhl_f_Linda_body.rvmat"
371 };
372 };
373 class FemaleMariaHands: FemaleHands_Base
374 {
375 hiddenSelectionsTextures[]=
376 {
377 "dz\characters\heads\data\f_Maria_2\hhl_f_Maria_body_co.paa"
378 };
379 hiddenSelectionsMaterials[]=
380 {
381 "dz\characters\heads\data\f_Maria_2\hhl_f_Maria_body.rvmat"
382 };
383 };
384 class FemaleNaomiHands: FemaleHands_Base
385 {
386 hiddenSelectionsTextures[]=
387 {
388 "dz\characters\heads\data\f_Naomi\hhl_f_Naomi_body_co.paa"
389 };
390 hiddenSelectionsMaterials[]=
391 {
392 "dz\characters\heads\data\f_Naomi\hhl_f_Naomi_body.rvmat"
393 };
394 };
395 class FemaleBatyHands: FemaleHands_Base
396 {
397 hiddenSelectionsTextures[]=
398 {
399 "dz\characters\heads\data\f_Baty\hhl_f_Baty_body_co.paa"
400 };
401 hiddenSelectionsMaterials[]=
402 {
403 "dz\characters\heads\data\f_Baty\hhl_f_Baty_body.rvmat"
404 };
405 };
406 class MaleAdamDecayedHands: MaleHands_Base
407 {
408 hiddenSelectionsTextures[]=
409 {
410 "dz\characters\heads\data\m_Adam\Adam_body_shaved_decayed.paa"
411 };
412 hiddenSelectionsMaterials[]=
413 {
414 "dz\characters\heads\data\m_Adam\hhl_m_Adam_body_shaved.rvmat"
415 };
416 };
417 class MaleAdamDecayedDarkHands: MaleHands_Base
418 {
419 hiddenSelectionsTextures[]=
420 {
421 "dz\characters\heads\data\m_Adam\Adam_body_shaved_decayed_dark.paa"
422 };
423 hiddenSelectionsMaterials[]=
424 {
425 "dz\characters\heads\data\m_Adam\hhl_m_Adam_body_shaved.rvmat"
426 };
427 };
428 class MaleAdamDecayedLighterDarkHands: MaleHands_Base
429 {
430 hiddenSelectionsTextures[]=
431 {
432 "dz\characters\heads\data\m_Adam\Adam_body_shaved_decayed_lighter_dark.paa"
433 };
434 hiddenSelectionsMaterials[]=
435 {
436 "dz\characters\heads\data\m_Adam\hhl_m_Adam_body_shaved.rvmat"
437 };
438 };
439 class MaleBorisHandsDecayed: MaleHands_Base
440 {
441 hiddenSelectionsTextures[]=
442 {
443 "\DZ\characters\heads\data\m_Boris\hhl_m_Boris_body_shaved_decayed_co.paa"
444 };
445 hiddenSelectionsMaterials[]=
446 {
447 "dz\characters\heads\data\m_Boris\hhl_m_Boris_body_shaved.rvmat"
448 };
449 };
450 class MaleCyrilHandsDecayed: MaleHands_Base
451 {
452 hiddenSelectionsTextures[]=
453 {
454 "\DZ\characters\heads\data\m_Cyril\hhl_m_Cyril_body_shaved_decayed_co.paa"
455 };
456 hiddenSelectionsMaterials[]=
457 {
458 "dz\characters\heads\data\m_Cyril\hhl_m_Cyril_body_shaved.rvmat"
459 };
460 };
461 class MaleDenisHandsDecayed: MaleHands_Base
462 {
463 hiddenSelectionsTextures[]=
464 {
465 "\DZ\characters\heads\data\m_Denis_2\hhl_m_Denis_body_shaved_decayed_co.paa"
466 };
467 hiddenSelectionsMaterials[]=
468 {
469 "dz\characters\heads\data\m_Denis_2\hhl_m_Denis_body_shaved.rvmat"
470 };
471 };
472 class MaleEliasHandsDecayed: MaleHands_Base
473 {
474 hiddenSelectionsTextures[]=
475 {
476 "\DZ\characters\heads\data\m_Elias\hhl_m_Elias_body_shaved_decayed_co.paa"
477 };
478 hiddenSelectionsMaterials[]=
479 {
480 "dz\characters\heads\data\m_Elias\hhl_m_Elias_body_shaved.rvmat"
481 };
482 };
483 class MaleFrancisHandsDecayed: MaleHands_Base
484 {
485 hiddenSelectionsTextures[]=
486 {
487 "\DZ\characters\heads\data\m_Francis\hhl_m_Francis_body_shaved_decayed_co.paa"
488 };
489 hiddenSelectionsMaterials[]=
490 {
491 "dz\characters\heads\data\m_Francis\hhl_m_Francis_body_shaved.rvmat"
492 };
493 };
494 class MaleGuoHandsDecayed: MaleHands_Base
495 {
496 hiddenSelectionsTextures[]=
497 {
498 "\DZ\characters\heads\data\m_Guo\hhl_m_Guo_body_shaved_decayed_co.paa"
499 };
500 hiddenSelectionsMaterials[]=
501 {
502 "dz\characters\heads\data\m_Guo\hhl_m_Guo_body_shaved.rvmat"
503 };
504 };
505 class MaleHassanHandsDecayed: MaleHands_Base
506 {
507 hiddenSelectionsTextures[]=
508 {
509 "\DZ\characters\heads\data\m_Hassan\hhl_m_Hassan_body_shaved_decayed_co.paa"
510 };
511 hiddenSelectionsMaterials[]=
512 {
513 "dz\characters\heads\data\m_Hassan\hhl_m_Hassan_body_shaved.rvmat"
514 };
515 };
516 class MaleIndarHandsDecayed: MaleHands_Base
517 {
518 hiddenSelectionsTextures[]=
519 {
520 "\DZ\characters\heads\data\m_Indar\hhl_m_Indar_body_shaved_decayed_co.paa"
521 };
522 hiddenSelectionsMaterials[]=
523 {
524 "dz\characters\heads\data\m_Indar\hhl_m_Indar_body_shaved.rvmat"
525 };
526 };
527 class MaleJoseHandsDecayed: MaleHands_Base
528 {
529 hiddenSelectionsTextures[]=
530 {
531 "\DZ\characters\heads\data\m_Jose\hhl_m_Jose_body_shaved_decayed_co.paa"
532 };
533 hiddenSelectionsMaterials[]=
534 {
535 "dz\characters\heads\data\m_Jose\hhl_m_Jose_body_shaved.rvmat"
536 };
537 };
538 class MaleKaitoHandsDecayed: MaleHands_Base
539 {
540 hiddenSelectionsTextures[]=
541 {
542 "\DZ\characters\heads\data\m_Kaito\hhl_m_Kaito_body_shaved_decayed_co.paa"
543 };
544 hiddenSelectionsMaterials[]=
545 {
546 "dz\characters\heads\data\m_Kaito\hhl_m_Kaito_body_shaved.rvmat"
547 };
548 };
549 class MaleLewisHandsDecayed: MaleHands_Base
550 {
551 hiddenSelectionsTextures[]=
552 {
553 "\DZ\characters\heads\data\m_Lewis\hhl_m_Lewis_body_shaved_decayed_co.paa"
554 };
555 hiddenSelectionsMaterials[]=
556 {
557 "dz\characters\heads\data\m_Lewis\hhl_m_Lewis_body_shaved.rvmat"
558 };
559 };
560 class MaleManuaHandsDecayed: MaleHands_Base
561 {
562 hiddenSelectionsTextures[]=
563 {
564 "\DZ\characters\heads\data\m_Manua\hhl_m_Manua_body_shaved_decayed_co.paa"
565 };
566 hiddenSelectionsMaterials[]=
567 {
568 "dz\characters\heads\data\m_Manua\hhl_m_Manua_body_shaved.rvmat"
569 };
570 };
571 class MaleNikiHandsDecayed: MaleHands_Base
572 {
573 hiddenSelectionsTextures[]=
574 {
575 "\DZ\characters\heads\data\m_Niki_2\hhl_m_Niki_body_shaved_decayed_co.paa"
576 };
577 hiddenSelectionsMaterials[]=
578 {
579 "dz\characters\heads\data\m_Niki_2\hhl_m_Niki_body_shaved.rvmat"
580 };
581 };
582 class MaleOliverHandsDecayed: MaleHands_Base
583 {
584 hiddenSelectionsTextures[]=
585 {
586 "\DZ\characters\heads\data\m_Oliver\hhl_m_Oliver_body_shaved_decayed_co.paa"
587 };
588 hiddenSelectionsMaterials[]=
589 {
590 "dz\characters\heads\data\m_Oliver\hhl_m_Oliver_body_shaved.rvmat"
591 };
592 };
593 class MalePeterHandsDecayed: MaleHands_Base
594 {
595 hiddenSelectionsTextures[]=
596 {
597 "\DZ\characters\heads\data\m_Peter\hhl_m_Peter_body_shaved_decayed_co.paa"
598 };
599 hiddenSelectionsMaterials[]=
600 {
601 "dz\characters\heads\data\m_Peter\hhl_m_Peter_body_shaved.rvmat"
602 };
603 };
604 class MaleQuinnHandsDecayed: MaleHands_Base
605 {
606 hiddenSelectionsTextures[]=
607 {
608 "\DZ\characters\heads\data\m_Quinn\hhl_m_Quinn_body_shaved_decayed_co.paa"
609 };
610 hiddenSelectionsMaterials[]=
611 {
612 "dz\characters\heads\data\m_Quinn\hhl_m_Quinn_body_shaved.rvmat"
613 };
614 };
615 class MaleRolfHandsDecayed: MaleHands_Base
616 {
617 hiddenSelectionsTextures[]=
618 {
619 "\DZ\characters\heads\data\m_Rolf\hhl_m_Rolf_body_shaved_decayed_co.paa"
620 };
621 hiddenSelectionsMaterials[]=
622 {
623 "dz\characters\heads\data\m_Rolf\hhl_m_Rolf_body_shaved.rvmat"
624 };
625 };
626 class MaleSethHandsDecayed: MaleHands_Base
627 {
628 hiddenSelectionsTextures[]=
629 {
630 "\DZ\characters\heads\data\m_Seth\hhl_m_Seth_body_shaved_decayed_co.paa"
631 };
632 hiddenSelectionsMaterials[]=
633 {
634 "dz\characters\heads\data\m_Seth\hhl_m_Seth_body_shaved.rvmat"
635 };
636 };
637 class MaleTaikiHandsDecayed: MaleHands_Base
638 {
639 hiddenSelectionsTextures[]=
640 {
641 "\DZ\characters\heads\data\m_Taiki\hhl_m_Taiki_body_shaved_decayed_co.paa"
642 };
643 hiddenSelectionsMaterials[]=
644 {
645 "dz\characters\heads\data\m_Taiki\hhl_m_Taiki_body_shaved.rvmat"
646 };
647 };
648 class FemaleEvaHandsDecayed: FemaleHands_Base
649 {
650 hiddenSelectionsTextures[]=
651 {
652 "\DZ\characters\heads\data\f_Eva_2\hhl_f_Eva_body_decayed_co.paa"
653 };
654 hiddenSelectionsMaterials[]=
655 {
656 "dz\characters\heads\data\f_Eva_2\hhl_f_Eva_body.rvmat"
657 };
658 };
659 class FemaleFridaHandsDecayed: FemaleHands_Base
660 {
661 hiddenSelectionsTextures[]=
662 {
663 "\DZ\characters\heads\data\f_Frida_2\hhl_f_frida_body_decayed_co.paa"
664 };
665 hiddenSelectionsMaterials[]=
666 {
667 "dz\characters\heads\data\f_Frida_2\hhl_f_frida_body.rvmat"
668 };
669 };
670 class FemaleGabiHandsDecayed: FemaleHands_Base
671 {
672 hiddenSelectionsTextures[]=
673 {
674 "\DZ\characters\heads\data\f_Gabi_2\hhl_f_Gabi_body_decayed_co.paa"
675 };
676 hiddenSelectionsMaterials[]=
677 {
678 "dz\characters\heads\data\f_Gabi_2\hhl_f_Gabi_body.rvmat"
679 };
680 };
681 class FemaleHelgaHandsDecayed: FemaleHands_Base
682 {
683 hiddenSelectionsTextures[]=
684 {
685 "dz\characters\heads\data\f_Helga\hhl_f_Helga_body_decayed_co.paa"
686 };
687 hiddenSelectionsMaterials[]=
688 {
689 "dz\characters\heads\data\f_Helga\hhl_f_Helga_body.rvmat"
690 };
691 };
692 class FemaleIrenaHandsDecayed: FemaleHands_Base
693 {
694 hiddenSelectionsTextures[]=
695 {
696 "dz\characters\heads\data\f_Irena_2\hhl_f_Irena_body_decayed_co.paa"
697 };
698 hiddenSelectionsMaterials[]=
699 {
700 "dz\characters\heads\data\f_Irena_2\hhl_f_Irena_body.rvmat"
701 };
702 };
703 class FemaleJudyHandsDecayed: FemaleHands_Base
704 {
705 hiddenSelectionsTextures[]=
706 {
707 "dz\characters\heads\data\f_Judy\hhl_f_Judy_body_decayed_co.paa"
708 };
709 hiddenSelectionsMaterials[]=
710 {
711 "dz\characters\heads\data\f_Judy\hhl_f_Judy_body.rvmat"
712 };
713 };
714 class FemaleKeikoHandsDecayed: FemaleHands_Base
715 {
716 hiddenSelectionsTextures[]=
717 {
718 "dz\characters\heads\data\f_Keiko\hhl_f_Keiko_body_decayed_co.paa"
719 };
720 hiddenSelectionsMaterials[]=
721 {
722 "dz\characters\heads\data\f_Keiko\hhl_f_Keiko_body.rvmat"
723 };
724 };
725 class FemaleLindaHandsDecayed: FemaleHands_Base
726 {
727 hiddenSelectionsTextures[]=
728 {
729 "dz\characters\heads\data\f_Linda_2\hhl_f_Linda_body_decayed_co.paa"
730 };
731 hiddenSelectionsMaterials[]=
732 {
733 "dz\characters\heads\data\f_Linda_2\hhl_f_Linda_body.rvmat"
734 };
735 };
736 class FemaleMariaHandsDecayed: FemaleHands_Base
737 {
738 hiddenSelectionsTextures[]=
739 {
740 "dz\characters\heads\data\f_Maria_2\hhl_f_Maria_body_decayed_co.paa"
741 };
742 hiddenSelectionsMaterials[]=
743 {
744 "dz\characters\heads\data\f_Maria_2\hhl_f_Maria_body.rvmat"
745 };
746 };
747 class FemaleNaomiHandsDecayed: FemaleHands_Base
748 {
749 hiddenSelectionsTextures[]=
750 {
751 "dz\characters\heads\data\f_Naomi\hhl_f_Naomi_body_decayed_co.paa"
752 };
753 hiddenSelectionsMaterials[]=
754 {
755 "dz\characters\heads\data\f_Naomi\hhl_f_Naomi_body.rvmat"
756 };
757 };
758 class FemaleBatyHandsDecayed: FemaleHands_Base
759 {
760 hiddenSelectionsTextures[]=
761 {
762 "dz\characters\heads\data\f_Baty\hhl_f_Baty_body_decayed_co.paa"
763 };
764 hiddenSelectionsMaterials[]=
765 {
766 "dz\characters\heads\data\f_Baty\hhl_f_Baty_body.rvmat"
767 };
768 };
769 class Clothing_Base;
770 class Clothing: Clothing_Base
771 {
772 };
773 class WorkingGloves_ColorBase: Clothing
774 {
775 displayName="$STR_CfgVehicles_WorkingGloves_ColorBase0";
776 descriptionShort="$STR_CfgVehicles_WorkingGloves_ColorBase1";
777 model="\DZ\characters\gloves\working_gloves_g.p3d";
778 inventorySlot[]=
779 {
780 "Gloves"
781 };
782 simulation="clothing";
783 itemInfo[]=
784 {
785 "Clothing",
786 "Gloves"
787 };
788 rotationFlags=34;
789 repairableWithKits[]={5,2};
790 repairCosts[]={30,25};
791 visibilityModifier=0.89999998;
792 weight=130;
793 itemSize[]={2,2};
794 varWetMax=0.49000001;
795 heatIsolation=0.5;
796 hiddenSelections[]=
797 {
798 "camoGround",
799 "camoMale",
800 "camoFemale",
801 "personality"
802 };
803 class DamageSystem
804 {
805 class GlobalHealth
806 {
807 class Health
808 {
809 hitpoints=150;
810 healthLevels[]=
811 {
812
813 {
814 1,
815
816 {
817 "DZ\Characters\gloves\data\WorkingGloves.rvmat"
818 }
819 },
820
821 {
822 0.69999999,
823
824 {
825 "DZ\Characters\gloves\data\WorkingGloves.rvmat"
826 }
827 },
828
829 {
830 0.5,
831
832 {
833 "DZ\Characters\gloves\data\WorkingGloves_damage.rvmat"
834 }
835 },
836
837 {
838 0.30000001,
839
840 {
841 "DZ\Characters\gloves\data\WorkingGloves_damage.rvmat"
842 }
843 },
844
845 {
846 0,
847
848 {
849 "DZ\Characters\gloves\data\WorkingGloves_destruct.rvmat"
850 }
851 }
852 };
853 };
854 };
855 class GlobalArmor
856 {
857 class Melee
858 {
859 class Health
860 {
861 damage=0.89999998;
862 };
863 class Blood
864 {
865 damage=0.89999998;
866 };
867 class Shock
868 {
869 damage=1;
870 };
871 };
872 };
873 };
874 class ClothingTypes
875 {
876 male="\DZ\characters\gloves\working_gloves_m.p3d";
877 female="\DZ\characters\gloves\working_gloves_f.p3d";
878 };
879 class AnimEvents
880 {
881 class SoundWeapon
882 {
883 class pickUpItem
884 {
885 soundSet="WorkingGloves_pickup_SoundSet";
886 id=797;
887 };
888 class drop
889 {
890 soundset="WorkingGloves_drop_SoundSet";
891 id=898;
892 };
893 };
894 };
895 };
896 class WorkingGloves_Black: WorkingGloves_ColorBase
897 {
898 scope=2;
899 visibilityModifier=0.80000001;
900 hiddenSelectionsTextures[]=
901 {
902 "DZ\characters\gloves\data\WorkingGloves_black_co.paa",
903 "DZ\characters\gloves\data\WorkingGloves_black_co.paa",
904 "DZ\characters\gloves\data\WorkingGloves_black_co.paa"
905 };
906 };
907 class WorkingGloves_Beige: WorkingGloves_ColorBase
908 {
909 scope=2;
910 hiddenSelectionsTextures[]=
911 {
912 "DZ\characters\gloves\data\WorkingGloves_beige_co.paa",
913 "DZ\characters\gloves\data\WorkingGloves_beige_co.paa",
914 "DZ\characters\gloves\data\WorkingGloves_beige_co.paa"
915 };
916 };
917 class WorkingGloves_Brown: WorkingGloves_ColorBase
918 {
919 scope=2;
920 visibilityModifier=0.80000001;
921 hiddenSelectionsTextures[]=
922 {
923 "DZ\characters\gloves\data\WorkingGloves_brown_co.paa",
924 "DZ\characters\gloves\data\WorkingGloves_brown_co.paa",
925 "DZ\characters\gloves\data\WorkingGloves_brown_co.paa"
926 };
927 };
928 class WorkingGloves_Yellow: WorkingGloves_ColorBase
929 {
930 scope=2;
931 hiddenSelectionsTextures[]=
932 {
933 "DZ\characters\gloves\data\WorkingGloves_yellow_co.paa",
934 "DZ\characters\gloves\data\WorkingGloves_yellow_co.paa",
935 "DZ\characters\gloves\data\WorkingGloves_yellow_co.paa"
936 };
937 };
938 class HandsCover_Improvised: Clothing
939 {
940 scope=2;
941 displayName="$STR_HandsCover_Improvised0";
942 descriptionShort="$STR_HandsCover_Improvised1";
943 model="\DZ\characters\gloves\handsCover_improvised_g.p3d";
944 inventorySlot[]=
945 {
946 "Gloves"
947 };
948 simulation="clothing";
949 itemInfo[]=
950 {
951 "Clothing",
952 "Gloves"
953 };
954 rotationFlags=34;
955 visibilityModifier=0.89999998;
956 weight=100;
957 itemSize[]={2,2};
958 varWetMax=1;
959 heatIsolation=0.15000001;
960 repairableWithKits[]={2};
961 repairCosts[]={25};
962 hiddenSelections[]=
963 {
964 "camoGround",
965 "camoMale",
966 "camoFemale",
967 "personality"
968 };
969 hiddenSelectionsTextures[]=
970 {
971 "dz\characters\gloves\data\handsCover_improvised_co.paa",
972 "dz\characters\gloves\data\handsCover_improvised_co.paa",
973 "dz\characters\gloves\data\handsCover_improvised_co.paa",
974 "dz\characters\gloves\data\handsCover_improvised_co.paa"
975 };
976 class DamageSystem
977 {
978 class GlobalHealth
979 {
980 class Health
981 {
982 hitpoints=50;
983 healthLevels[]=
984 {
985
986 {
987 1,
988
989 {
990 "DZ\Characters\gloves\data\handsCover_improvised.rvmat"
991 }
992 },
993
994 {
995 0.69999999,
996
997 {
998 "DZ\Characters\gloves\data\handsCover_improvised.rvmat"
999 }
1000 },
1001
1002 {
1003 0.5,
1004
1005 {
1006 "DZ\Characters\gloves\data\handsCover_improvised_damage.rvmat"
1007 }
1008 },
1009
1010 {
1011 0.30000001,
1012
1013 {
1014 "DZ\Characters\gloves\data\handsCover_improvised_damage.rvmat"
1015 }
1016 },
1017
1018 {
1019 0,
1020
1021 {
1022 "DZ\Characters\gloves\data\handsCover_improvised_destruct.rvmat"
1023 }
1024 }
1025 };
1026 };
1027 };
1028 };
1029 class ClothingTypes
1030 {
1031 male="\DZ\characters\gloves\handsCover_improvised_m.p3d";
1032 female="\DZ\characters\gloves\handsCover_improvised_f.p3d";
1033 };
1034 class AnimEvents
1035 {
1036 class SoundWeapon
1037 {
1038 class pickUpItem
1039 {
1040 soundSet="WorkingGloves_pickup_SoundSet";
1041 id=797;
1042 };
1043 class drop
1044 {
1045 soundset="WorkingGloves_drop_SoundSet";
1046 id=898;
1047 };
1048 };
1049 };
1050 };
1051 class TacticalGloves_ColorBase: Clothing
1052 {
1053 displayName="$STR_CfgVehicles_TacticalGloves_ColorBase0";
1054 descriptionShort="$STR_CfgVehicles_TacticalGloves_ColorBase1";
1055 model="\DZ\characters\gloves\tactical_gloves_g.p3d";
1056 inventorySlot[]=
1057 {
1058 "Gloves"
1059 };
1060 simulation="clothing";
1061 itemInfo[]=
1062 {
1063 "Clothing",
1064 "Gloves"
1065 };
1066 rotationFlags=34;
1067 repairableWithKits[]={5,2};
1068 repairCosts[]={30,25};
1069 visibilityModifier=0.89999998;
1070 weight=454;
1071 itemSize[]={2,2};
1072 varWetMax=0.79000002;
1073 heatIsolation=0.60000002;
1074 hiddenSelections[]=
1075 {
1076 "camoGround",
1077 "camoMale",
1078 "camoFemale",
1079 "personality"
1080 };
1081 class DamageSystem
1082 {
1083 class GlobalHealth
1084 {
1085 class Health
1086 {
1087 hitpoints=165;
1088 healthLevels[]=
1089 {
1090
1091 {
1092 1,
1093
1094 {
1095 "DZ\Characters\gloves\data\TacticalGloves.rvmat"
1096 }
1097 },
1098
1099 {
1100 0.69999999,
1101
1102 {
1103 "DZ\Characters\gloves\data\TacticalGloves.rvmat"
1104 }
1105 },
1106
1107 {
1108 0.5,
1109
1110 {
1111 "DZ\Characters\gloves\data\TacticalGloves_damage.rvmat"
1112 }
1113 },
1114
1115 {
1116 0.30000001,
1117
1118 {
1119 "DZ\Characters\gloves\data\TacticalGloves_damage.rvmat"
1120 }
1121 },
1122
1123 {
1124 0,
1125
1126 {
1127 "DZ\Characters\gloves\data\TacticalGloves_destruct.rvmat"
1128 }
1129 }
1130 };
1131 };
1132 };
1133 class GlobalArmor
1134 {
1135 class Melee
1136 {
1137 class Health
1138 {
1139 damage=0.85000002;
1140 };
1141 class Blood
1142 {
1143 damage=0.80000001;
1144 };
1145 class Shock
1146 {
1147 damage=0.80000001;
1148 };
1149 };
1150 };
1151 };
1152 class ClothingTypes
1153 {
1154 male="\DZ\characters\gloves\tactical_gloves_m.p3d";
1155 female="\DZ\characters\gloves\tactical_gloves_f.p3d";
1156 };
1157 class AnimEvents
1158 {
1159 class SoundWeapon
1160 {
1161 class pickUpItem
1162 {
1163 soundSet="WorkingGloves_pickup_SoundSet";
1164 id=797;
1165 };
1166 class drop
1167 {
1168 soundset="WorkingGloves_drop_SoundSet";
1169 id=898;
1170 };
1171 };
1172 };
1173 };
1174 class TacticalGloves_Black: TacticalGloves_ColorBase
1175 {
1176 scope=2;
1177 visibilityModifier=0.69999999;
1178 hiddenSelectionsTextures[]=
1179 {
1180 "DZ\characters\gloves\data\TacticalGloves_black_co.paa",
1181 "DZ\characters\gloves\data\TacticalGloves_black_co.paa",
1182 "DZ\characters\gloves\data\TacticalGloves_black_co.paa"
1183 };
1184 };
1185 class TacticalGloves_Beige: TacticalGloves_ColorBase
1186 {
1187 scope=2;
1188 visibilityModifier=0.69999999;
1189 hiddenSelectionsTextures[]=
1190 {
1191 "DZ\characters\gloves\data\TacticalGloves_beige_co.paa",
1192 "DZ\characters\gloves\data\TacticalGloves_beige_co.paa",
1193 "DZ\characters\gloves\data\TacticalGloves_beige_co.paa"
1194 };
1195 };
1196 class TacticalGloves_Green: TacticalGloves_ColorBase
1197 {
1198 scope=2;
1199 visibilityModifier=0.69999999;
1200 hiddenSelectionsTextures[]=
1201 {
1202 "DZ\characters\gloves\data\TacticalGloves_green_co.paa",
1203 "DZ\characters\gloves\data\TacticalGloves_green_co.paa",
1204 "DZ\characters\gloves\data\TacticalGloves_green_co.paa"
1205 };
1206 };
1207 class NBCGloves_ColorBase: Clothing
1208 {
1209 scope=0;
1210 displayName="$STR_cfgvehicles_nbcglovesbase0";
1211 descriptionShort="$STR_cfgvehicles_nbcglovesbase1";
1212 inventorySlot[]=
1213 {
1214 "Gloves"
1215 };
1216 simulation="clothing";
1217 itemInfo[]=
1218 {
1219 "Clothing",
1220 "Gloves"
1221 };
1222 rotationFlags=34;
1223 visibilityModifier=0.89999998;
1224 hiddenSelections[]=
1225 {
1226 "camoGround",
1227 "camoMale",
1228 "camoFemale",
1229 "personality"
1230 };
1231 model="\DZ\characters\gloves\NBC_Gloves_g.p3d";
1232 weight=454;
1233 itemSize[]={2,2};
1234 varWetMax=0.249;
1235 heatIsolation=0.34999999;
1236 repairableWithKits[]={5,6};
1237 repairCosts[]={30,30};
1238 class Protection
1239 {
1240 biological=0;
1241 chemical=1;
1242 };
1243 class DamageSystem
1244 {
1245 class GlobalHealth
1246 {
1247 class Health
1248 {
1249 hitpoints=120;
1250 healthLevels[]=
1251 {
1252
1253 {
1254 1,
1255
1256 {
1257 "DZ\Characters\gloves\data\NBC_Gloves.rvmat"
1258 }
1259 },
1260
1261 {
1262 0.69999999,
1263
1264 {
1265 "DZ\Characters\gloves\data\NBC_Gloves.rvmat"
1266 }
1267 },
1268
1269 {
1270 0.5,
1271
1272 {
1273 "DZ\Characters\gloves\data\NBC_Gloves_damage.rvmat"
1274 }
1275 },
1276
1277 {
1278 0.30000001,
1279
1280 {
1281 "DZ\Characters\gloves\data\NBC_Gloves_damage.rvmat"
1282 }
1283 },
1284
1285 {
1286 0,
1287
1288 {
1289 "DZ\Characters\gloves\data\NBC_Gloves_destruct.rvmat"
1290 }
1291 }
1292 };
1293 };
1294 };
1295 class GlobalArmor
1296 {
1297 class Melee
1298 {
1299 class Health
1300 {
1301 damage=0.94999999;
1302 };
1303 class Blood
1304 {
1305 damage=0.89999998;
1306 };
1307 class Shock
1308 {
1309 damage=1;
1310 };
1311 };
1312 };
1313 };
1314 class ClothingTypes
1315 {
1316 male="\DZ\characters\gloves\NBC_Gloves_m.p3d";
1317 female="\DZ\characters\gloves\NBC_Gloves_f.p3d";
1318 };
1319 class AnimEvents
1320 {
1321 class SoundWeapon
1322 {
1323 class pickUpItem
1324 {
1325 soundSet="WorkingGloves_pickup_SoundSet";
1326 id=797;
1327 };
1328 class drop
1329 {
1330 soundset="WorkingGloves_drop_SoundSet";
1331 id=898;
1332 };
1333 };
1334 };
1335 };
1336 class NBCGlovesGray: NBCGloves_ColorBase
1337 {
1338 scope=2;
1339 hiddenSelectionsTextures[]=
1340 {
1341 "\dz\characters\gloves\Data\NBC_Gloves_grey_co.paa",
1342 "\dz\characters\gloves\Data\NBC_Gloves_grey_co.paa",
1343 "\dz\characters\gloves\Data\NBC_Gloves_grey_co.paa"
1344 };
1345 };
1346 class NBCGlovesYellow: NBCGloves_ColorBase
1347 {
1348 scope=2;
1349 hiddenSelectionsTextures[]=
1350 {
1351 "\dz\characters\gloves\Data\NBC_Gloves_yellow_co.paa",
1352 "\dz\characters\gloves\Data\NBC_Gloves_yellow_co.paa",
1353 "\dz\characters\gloves\Data\NBC_Gloves_yellow_co.paa"
1354 };
1355 };
1356 class SurgicalGloves_ColorBase: Clothing
1357 {
1358 scope=0;
1359 displayName="$STR_CfgVehicles_SurgicalGloves_ColorBase0";
1360 descriptionShort="$STR_CfgVehicles_SurgicalGloves_ColorBase1";
1361 model="\DZ\characters\gloves\Surgical_gloves_g.p3d";
1362 inventorySlot[]=
1363 {
1364 "Gloves"
1365 };
1366 simulation="clothing";
1367 itemInfo[]=
1368 {
1369 "Clothing",
1370 "Gloves"
1371 };
1372 rotationFlags=34;
1373 visibilityModifier=0.89999998;
1374 weight=100;
1375 itemSize[]={1,1};
1376 varWetMax=0.249;
1377 heatIsolation=0.050000001;
1378 repairableWithKits[]={5};
1379 repairCosts[]={30};
1380 hiddenSelections[]=
1381 {
1382 "camoGround",
1383 "camoMale",
1384 "camoFemale",
1385 "personality"
1386 };
1387 class Protection
1388 {
1389 biological=0;
1390 chemical=0.5;
1391 };
1392 class DamageSystem
1393 {
1394 class GlobalHealth
1395 {
1396 class Health
1397 {
1398 hitpoints=50;
1399 healthLevels[]=
1400 {
1401
1402 {
1403 1,
1404
1405 {
1406 "DZ\Characters\gloves\data\Surgical_Gloves.rvmat",
1407 "DZ\Characters\gloves\data\Surgical_Gloves_g.rvmat"
1408 }
1409 },
1410
1411 {
1412 0.69999999,
1413
1414 {
1415 "DZ\Characters\gloves\data\Surgical_Gloves.rvmat",
1416 "DZ\Characters\gloves\data\Surgical_Gloves_g.rvmat"
1417 }
1418 },
1419
1420 {
1421 0.5,
1422
1423 {
1424 "DZ\Characters\gloves\data\Surgical_Gloves_damage.rvmat",
1425 "DZ\Characters\gloves\data\Surgical_Gloves_g_damage.rvmat"
1426 }
1427 },
1428
1429 {
1430 0.30000001,
1431
1432 {
1433 "DZ\Characters\gloves\data\Surgical_Gloves_damage.rvmat",
1434 "DZ\Characters\gloves\data\Surgical_Gloves_g_damage.rvmat"
1435 }
1436 },
1437
1438 {
1439 0,
1440
1441 {
1442 "DZ\Characters\gloves\data\Surgical_Gloves_destruct.rvmat",
1443 "DZ\Characters\gloves\data\Surgical_Gloves_g_destruct.rvmat"
1444 }
1445 }
1446 };
1447 };
1448 };
1449 };
1450 class ClothingTypes
1451 {
1452 male="\DZ\characters\gloves\Surgical_gloves_m.p3d";
1453 female="\DZ\characters\gloves\Surgical_gloves_f.p3d";
1454 };
1455 class AnimEvents
1456 {
1457 class SoundWeapon
1458 {
1459 class pickUpItem
1460 {
1461 soundSet="WorkingGloves_pickup_SoundSet";
1462 id=797;
1463 };
1464 class drop
1465 {
1466 soundset="WorkingGloves_drop_SoundSet";
1467 id=898;
1468 };
1469 };
1470 };
1471 };
1472 class SurgicalGloves_Blue: SurgicalGloves_ColorBase
1473 {
1474 scope=2;
1475 hiddenSelectionsTextures[]=
1476 {
1477 "\dz\characters\gloves\Data\Surgical_Gloves_blue_co.paa",
1478 "\dz\characters\gloves\Data\Surgical_Gloves_blue_co.paa",
1479 "\dz\characters\gloves\Data\Surgical_Gloves_blue_co.paa"
1480 };
1481 };
1482 class SurgicalGloves_LightBlue: SurgicalGloves_ColorBase
1483 {
1484 scope=2;
1485 hiddenSelectionsTextures[]=
1486 {
1487 "\dz\characters\gloves\Data\Surgical_Gloves_light_blue_co.paa",
1488 "\dz\characters\gloves\Data\Surgical_Gloves_light_blue_co.paa",
1489 "\dz\characters\gloves\Data\Surgical_Gloves_light_blue_co.paa"
1490 };
1491 };
1492 class SurgicalGloves_Green: SurgicalGloves_ColorBase
1493 {
1494 scope=2;
1495 hiddenSelectionsTextures[]=
1496 {
1497 "\dz\characters\gloves\Data\Surgical_Gloves_green_co.paa",
1498 "\dz\characters\gloves\Data\Surgical_Gloves_green_co.paa",
1499 "\dz\characters\gloves\Data\Surgical_Gloves_green_co.paa"
1500 };
1501 };
1502 class SurgicalGloves_White: SurgicalGloves_ColorBase
1503 {
1504 scope=2;
1505 hiddenSelectionsTextures[]=
1506 {
1507 "\dz\characters\gloves\Data\Surgical_Gloves_white_co.paa",
1508 "\dz\characters\gloves\Data\Surgical_Gloves_white_co.paa",
1509 "\dz\characters\gloves\Data\Surgical_Gloves_white_co.paa"
1510 };
1511 };
1512 class LeatherGloves_ColorBase: Clothing
1513 {
1514 scope=0;
1515 displayName="$STR_CfgVehicles_LeatherGloves_ColorBase0";
1516 descriptionShort="$STR_CfgVehicles_LeatherGloves_ColorBase1";
1517 model="\DZ\characters\gloves\leather_gloves_g.p3d";
1518 inventorySlot[]=
1519 {
1520 "Gloves"
1521 };
1522 simulation="clothing";
1523 itemInfo[]=
1524 {
1525 "Clothing",
1526 "Gloves"
1527 };
1528 rotationFlags=34;
1529 visibilityModifier=0.89999998;
1530 weight=200;
1531 itemSize[]={2,2};
1532 varWetMax=0.249;
1533 heatIsolation=1;
1534 repairableWithKits[]={3};
1535 repairCosts[]={25};
1536 hiddenSelections[]=
1537 {
1538 "camoGround",
1539 "camoMale",
1540 "camoFemale",
1541 "personality"
1542 };
1543 class ClothingTypes
1544 {
1545 male="\DZ\characters\gloves\leather_gloves_m.p3d";
1546 female="\DZ\characters\gloves\leather_gloves_f.p3d";
1547 };
1548 class DamageSystem
1549 {
1550 class GlobalHealth
1551 {
1552 class Health
1553 {
1554 hitpoints=200;
1555 healthLevels[]=
1556 {
1557
1558 {
1559 1,
1560 {}
1561 },
1562
1563 {
1564 0.69999999,
1565 {}
1566 },
1567
1568 {
1569 0.5,
1570 {}
1571 },
1572
1573 {
1574 0.30000001,
1575 {}
1576 },
1577
1578 {
1579 0,
1580 {}
1581 }
1582 };
1583 };
1584 };
1585 class GlobalArmor
1586 {
1587 class Melee
1588 {
1589 class Health
1590 {
1591 damage=0.89999998;
1592 };
1593 class Blood
1594 {
1595 damage=0.89999998;
1596 };
1597 class Shock
1598 {
1599 damage=1;
1600 };
1601 };
1602 };
1603 };
1604 class AnimEvents
1605 {
1606 class SoundWeapon
1607 {
1608 class pickUpItem
1609 {
1610 soundSet="WorkingGloves_pickup_SoundSet";
1611 id=797;
1612 };
1613 class drop
1614 {
1615 soundset="WorkingGloves_drop_SoundSet";
1616 id=898;
1617 };
1618 };
1619 };
1620 };
1621 class LeatherGloves_Natural: LeatherGloves_ColorBase
1622 {
1623 scope=2;
1624 visibilityModifier=0.85000002;
1625 hiddenSelectionsMaterials[]=
1626 {
1627 "DZ\Characters\gloves\data\leather_gloves_Natural.rvmat",
1628 "DZ\Characters\gloves\data\leather_gloves_Natural.rvmat",
1629 "DZ\Characters\gloves\data\leather_gloves_Natural.rvmat"
1630 };
1631 class DamageSystem: DamageSystem
1632 {
1633 class GlobalHealth: GlobalHealth
1634 {
1635 class Health
1636 {
1637 hitpoints=200;
1638 healthLevels[]=
1639 {
1640
1641 {
1642 1,
1643
1644 {
1645 "DZ\characters\gloves\data\leather_gloves_natural.rvmat"
1646 }
1647 },
1648
1649 {
1650 0.69999999,
1651 {}
1652 },
1653
1654 {
1655 0.5,
1656
1657 {
1658 "DZ\characters\gloves\Data\leather_gloves_Natural_damage.rvmat"
1659 }
1660 },
1661
1662 {
1663 0.30000001,
1664 {}
1665 },
1666
1667 {
1668 0,
1669
1670 {
1671 "DZ\characters\gloves\Data\leather_gloves_Natural_destruct.rvmat"
1672 }
1673 }
1674 };
1675 };
1676 };
1677 };
1678 };
1679 class LeatherGloves_Beige: LeatherGloves_ColorBase
1680 {
1681 scope=2;
1682 hiddenSelectionsMaterials[]=
1683 {
1684 "DZ\Characters\gloves\data\leather_gloves_Beige.rvmat",
1685 "DZ\Characters\gloves\data\leather_gloves_Beige.rvmat",
1686 "DZ\Characters\gloves\data\leather_gloves_Beige.rvmat"
1687 };
1688 class DamageSystem: DamageSystem
1689 {
1690 class GlobalHealth: GlobalHealth
1691 {
1692 class Health
1693 {
1694 hitpoints=200;
1695 healthLevels[]=
1696 {
1697
1698 {
1699 1,
1700
1701 {
1702 "DZ\characters\gloves\data\leather_gloves_natural.rvmat"
1703 }
1704 },
1705
1706 {
1707 0.69999999,
1708 {}
1709 },
1710
1711 {
1712 0.5,
1713
1714 {
1715 "DZ\characters\gloves\Data\leather_gloves_Beige_damage.rvmat"
1716 }
1717 },
1718
1719 {
1720 0.30000001,
1721 {}
1722 },
1723
1724 {
1725 0,
1726
1727 {
1728 "DZ\characters\gloves\Data\leather_gloves_Beige_destruct.rvmat"
1729 }
1730 }
1731 };
1732 };
1733 };
1734 };
1735 };
1736 class LeatherGloves_Black: LeatherGloves_ColorBase
1737 {
1738 scope=2;
1739 visibilityModifier=0.85000002;
1740 hiddenSelectionsMaterials[]=
1741 {
1742 "DZ\Characters\gloves\data\leather_gloves_Black.rvmat",
1743 "DZ\Characters\gloves\data\leather_gloves_Black.rvmat",
1744 "DZ\Characters\gloves\data\leather_gloves_Black.rvmat"
1745 };
1746 class DamageSystem: DamageSystem
1747 {
1748 class GlobalHealth: GlobalHealth
1749 {
1750 class Health
1751 {
1752 hitpoints=200;
1753 healthLevels[]=
1754 {
1755
1756 {
1757 1,
1758
1759 {
1760 "DZ\characters\gloves\data\leather_gloves_natural.rvmat"
1761 }
1762 },
1763
1764 {
1765 0.69999999,
1766 {}
1767 },
1768
1769 {
1770 0.5,
1771
1772 {
1773 "DZ\characters\gloves\Data\leather_gloves_Black_damage.rvmat"
1774 }
1775 },
1776
1777 {
1778 0.30000001,
1779 {}
1780 },
1781
1782 {
1783 0,
1784
1785 {
1786 "DZ\characters\gloves\Data\leather_gloves_Black_destruct.rvmat"
1787 }
1788 }
1789 };
1790 };
1791 };
1792 };
1793 };
1794 class LeatherGloves_Brown: LeatherGloves_ColorBase
1795 {
1796 scope=2;
1797 visibilityModifier=0.85000002;
1798 hiddenSelectionsMaterials[]=
1799 {
1800 "DZ\Characters\gloves\data\leather_gloves_brown.rvmat",
1801 "DZ\Characters\gloves\data\leather_gloves_brown.rvmat",
1802 "DZ\Characters\gloves\data\leather_gloves_brown.rvmat"
1803 };
1804 class DamageSystem: DamageSystem
1805 {
1806 class GlobalHealth: GlobalHealth
1807 {
1808 class Health
1809 {
1810 hitpoints=40;
1811 healthLevels[]=
1812 {
1813
1814 {
1815 1,
1816
1817 {
1818 "DZ\characters\gloves\data\leather_gloves_natural.rvmat"
1819 }
1820 },
1821
1822 {
1823 0.69999999,
1824 {}
1825 },
1826
1827 {
1828 0.5,
1829
1830 {
1831 "DZ\characters\gloves\Data\leather_gloves_brown_damage.rvmat"
1832 }
1833 },
1834
1835 {
1836 0.30000001,
1837 {}
1838 },
1839
1840 {
1841 0,
1842
1843 {
1844 "DZ\characters\gloves\Data\leather_gloves_brown_destruct.rvmat"
1845 }
1846 }
1847 };
1848 };
1849 };
1850 };
1851 };
1852 class OMNOGloves_ColorBase: Clothing
1853 {
1854 scope=0;
1855 displayName="$STR_CfgVehicles_OMNOGloves_ColorBase0";
1856 descriptionShort="$STR_CfgVehicles_OMNOGloves_ColorBase1";
1857 model="\DZ\characters\gloves\OMNO_gloves_g.p3d";
1858 inventorySlot[]=
1859 {
1860 "Gloves"
1861 };
1862 simulation="clothing";
1863 itemInfo[]=
1864 {
1865 "Clothing",
1866 "Gloves"
1867 };
1868 rotationFlags=34;
1869 repairableWithKits[]={5,2};
1870 repairCosts[]={30,25};
1871 visibilityModifier=0.89999998;
1872 weight=450;
1873 itemSize[]={2,2};
1874 varWetMax=0.79000002;
1875 heatIsolation=0.80000001;
1876 class ClothingTypes
1877 {
1878 male="\DZ\characters\gloves\OMNO_gloves_m.p3d";
1879 female="\DZ\characters\gloves\OMNO_gloves_f.p3d";
1880 };
1881 hiddenSelections[]=
1882 {
1883 "camoGround",
1884 "camoMale",
1885 "camoFemale",
1886 "personality"
1887 };
1888 class DamageSystem
1889 {
1890 class GlobalHealth
1891 {
1892 class Health
1893 {
1894 hitpoints=180;
1895 healthLevels[]=
1896 {
1897
1898 {
1899 1,
1900
1901 {
1902 "DZ\Characters\gloves\data\Surgical_Gloves.rvmat",
1903 "DZ\Characters\gloves\data\OMNOGloves.rvmat"
1904 }
1905 },
1906
1907 {
1908 0.69999999,
1909
1910 {
1911 "DZ\Characters\gloves\data\Surgical_Gloves.rvmat",
1912 "DZ\Characters\gloves\data\OMNOGloves.rvmat"
1913 }
1914 },
1915
1916 {
1917 0.5,
1918
1919 {
1920 "DZ\Characters\gloves\data\Surgical_Gloves_damage.rvmat",
1921 "DZ\Characters\gloves\data\OMNOGloves_damage.rvmat"
1922 }
1923 },
1924
1925 {
1926 0.30000001,
1927
1928 {
1929 "DZ\Characters\gloves\data\Surgical_Gloves_damage.rvmat",
1930 "DZ\Characters\gloves\data\OMNOGloves_damage.rvmat"
1931 }
1932 },
1933
1934 {
1935 0,
1936
1937 {
1938 "DZ\Characters\gloves\data\Surgical_Gloves_destruct.rvmat",
1939 "DZ\Characters\gloves\data\OMNOGloves_destruct.rvmat"
1940 }
1941 }
1942 };
1943 };
1944 };
1945 class GlobalArmor
1946 {
1947 class Melee
1948 {
1949 class Health
1950 {
1951 damage=0.85000002;
1952 };
1953 class Blood
1954 {
1955 damage=0.80000001;
1956 };
1957 class Shock
1958 {
1959 damage=0.80000001;
1960 };
1961 };
1962 };
1963 };
1964 class AnimEvents
1965 {
1966 class SoundWeapon
1967 {
1968 class pickUpItem
1969 {
1970 soundSet="WorkingGloves_pickup_SoundSet";
1971 id=797;
1972 };
1973 class drop
1974 {
1975 soundset="WorkingGloves_drop_SoundSet";
1976 id=898;
1977 };
1978 };
1979 };
1980 };
1981 class OMNOGloves_Gray: OMNOGloves_ColorBase
1982 {
1983 scope=2;
1984 visibilityModifier=0.80000001;
1985 hiddenSelectionsTextures[]=
1986 {
1987 "\dz\characters\gloves\Data\OMNO_co.paa",
1988 "\dz\characters\gloves\Data\OMNO_co.paa",
1989 "\dz\characters\gloves\Data\OMNO_co.paa"
1990 };
1991 };
1992 class OMNOGloves_Brown: OMNOGloves_ColorBase
1993 {
1994 scope=2;
1995 visibilityModifier=0.80000001;
1996 hiddenSelectionsTextures[]=
1997 {
1998 "\dz\characters\gloves\Data\OMNO_brown_co.paa",
1999 "\dz\characters\gloves\Data\OMNO_brown_co.paa",
2000 "\dz\characters\gloves\Data\OMNO_brown_co.paa"
2001 };
2002 };
2003 class WoolGloves_ColorBase: Clothing
2004 {
2005 scope=0;
2006 displayName="$STR_CfgVehicles_WoolGloves0";
2007 descriptionShort="$STR_CfgVehicles_WoolGloves1";
2008 model="\DZ\characters\gloves\woolgloves_g.p3d";
2009 inventorySlot[]=
2010 {
2011 "Gloves"
2012 };
2013 simulation="clothing";
2014 itemInfo[]=
2015 {
2016 "Clothing",
2017 "Gloves"
2018 };
2019 rotationFlags=34;
2020 repairableWithKits[]={5,2};
2021 repairCosts[]={30,25};
2022 visibilityModifier=0.89999998;
2023 ragQuantity=1;
2024 weight=130;
2025 itemSize[]={2,2};
2026 varWetMax=1;
2027 heatIsolation=0.89999998;
2028 hiddenSelections[]=
2029 {
2030 "camoGround",
2031 "camoMale",
2032 "camoFemale",
2033 "personality"
2034 };
2035 class DamageSystem
2036 {
2037 class GlobalHealth
2038 {
2039 class Health
2040 {
2041 hitpoints=110;
2042 healthLevels[]=
2043 {
2044
2045 {
2046 1,
2047
2048 {
2049 "DZ\Characters\gloves\data\WoolGloves.rvmat"
2050 }
2051 },
2052
2053 {
2054 0.69999999,
2055
2056 {
2057 "DZ\Characters\gloves\data\WoolGloves.rvmat"
2058 }
2059 },
2060
2061 {
2062 0.5,
2063
2064 {
2065 "DZ\Characters\gloves\data\WoolGloves_damage.rvmat"
2066 }
2067 },
2068
2069 {
2070 0.30000001,
2071
2072 {
2073 "DZ\Characters\gloves\data\WoolGloves_damage.rvmat"
2074 }
2075 },
2076
2077 {
2078 0,
2079
2080 {
2081 "DZ\Characters\gloves\data\WoolGloves_destruct.rvmat"
2082 }
2083 }
2084 };
2085 };
2086 };
2087 };
2088 class ClothingTypes
2089 {
2090 male="\DZ\characters\gloves\woolgloves_m.p3d";
2091 female="\DZ\characters\gloves\woolgloves_f.p3d";
2092 };
2093 class AnimEvents
2094 {
2095 class SoundWeapon
2096 {
2097 class pickUpItem
2098 {
2099 soundSet="WorkingGloves_pickup_SoundSet";
2100 id=797;
2101 };
2102 class drop
2103 {
2104 soundset="WorkingGloves_drop_SoundSet";
2105 id=898;
2106 };
2107 };
2108 };
2109 };
2110 class WoolGloves_Green: WoolGloves_ColorBase
2111 {
2112 scope=2;
2113 hiddenSelectionsTextures[]=
2114 {
2115 "\dz\characters\gloves\Data\woolgloves_green_co.paa",
2116 "\dz\characters\gloves\Data\woolgloves_green_co.paa",
2117 "\dz\characters\gloves\Data\woolgloves_green_co.paa"
2118 };
2119 };
2120 class WoolGloves_Black: WoolGloves_ColorBase
2121 {
2122 scope=2;
2123 hiddenSelectionsTextures[]=
2124 {
2125 "\dz\characters\gloves\Data\woolgloves_black_co.paa",
2126 "\dz\characters\gloves\Data\woolgloves_black_co.paa",
2127 "\dz\characters\gloves\Data\woolgloves_black_co.paa"
2128 };
2129 };
2130 class WoolGloves_Tan: WoolGloves_ColorBase
2131 {
2132 scope=2;
2133 hiddenSelectionsTextures[]=
2134 {
2135 "\dz\characters\gloves\Data\woolgloves_tan_co.paa",
2136 "\dz\characters\gloves\Data\woolgloves_tan_co.paa",
2137 "\dz\characters\gloves\Data\woolgloves_tan_co.paa"
2138 };
2139 };
2140 class WoolGloves_White: WoolGloves_ColorBase
2141 {
2142 scope=2;
2143 color="White";
2144 hiddenSelectionsTextures[]=
2145 {
2146 "\dz\characters\gloves\Data\woolgloves_white_co.paa",
2147 "\dz\characters\gloves\Data\woolgloves_white_co.paa",
2148 "\dz\characters\gloves\Data\woolgloves_white_co.paa"
2149 };
2150 };
2151 class WoolGloves_ChristmasBlue: WoolGloves_ColorBase
2152 {
2153 scope=2;
2154 hiddenSelectionsTextures[]=
2155 {
2156 "\dz\characters\gloves\Data\WoolGloves_ChristmasBlue_CO.paa",
2157 "\dz\characters\gloves\Data\WoolGloves_ChristmasBlue_CO.paa",
2158 "\dz\characters\gloves\Data\WoolGloves_ChristmasBlue_CO.paa"
2159 };
2160 };
2161 class WoolGloves_ChristmasRed: WoolGloves_ColorBase
2162 {
2163 scope=2;
2164 hiddenSelectionsTextures[]=
2165 {
2166 "\dz\characters\gloves\Data\WoolGloves_ChristmasRed_CO.paa",
2167 "\dz\characters\gloves\Data\WoolGloves_ChristmasRed_CO.paa",
2168 "\dz\characters\gloves\Data\WoolGloves_ChristmasRed_CO.paa"
2169 };
2170 };
2171 class WoolGlovesFingerless_ColorBase: Clothing
2172 {
2173 scope=0;
2174 displayName="$STR_CfgVehicles_FingerlessWoolGloves0";
2175 descriptionShort="$STR_CfgVehicles_WoolGloves1";
2176 model="\DZ\characters\gloves\WoolGlovesFingerless_g.p3d";
2177 inventorySlot[]=
2178 {
2179 "Gloves"
2180 };
2181 simulation="clothing";
2182 itemInfo[]=
2183 {
2184 "Clothing",
2185 "Gloves"
2186 };
2187 rotationFlags=34;
2188 repairableWithKits[]={5,2};
2189 repairCosts[]={30,25};
2190 visibilityModifier=0.89999998;
2191 ragQuantity=1;
2192 weight=100;
2193 itemSize[]={2,2};
2194 varWetMax=1;
2195 heatIsolation=0.64999998;
2196 hiddenSelections[]=
2197 {
2198 "camoGround",
2199 "camoMale",
2200 "camoFemale",
2201 "personality"
2202 };
2203 class DamageSystem
2204 {
2205 class GlobalHealth
2206 {
2207 class Health
2208 {
2209 hitpoints=100;
2210 healthLevels[]=
2211 {
2212
2213 {
2214 1,
2215
2216 {
2217 "DZ\Characters\gloves\data\WoolGloves.rvmat"
2218 }
2219 },
2220
2221 {
2222 0.69999999,
2223
2224 {
2225 "DZ\Characters\gloves\data\WoolGloves.rvmat"
2226 }
2227 },
2228
2229 {
2230 0.5,
2231
2232 {
2233 "DZ\Characters\gloves\data\WoolGloves_damage.rvmat"
2234 }
2235 },
2236
2237 {
2238 0.30000001,
2239
2240 {
2241 "DZ\Characters\gloves\data\WoolGloves_damage.rvmat"
2242 }
2243 },
2244
2245 {
2246 0,
2247
2248 {
2249 "DZ\Characters\gloves\data\WoolGloves_destruct.rvmat"
2250 }
2251 }
2252 };
2253 };
2254 };
2255 };
2256 class ClothingTypes
2257 {
2258 male="\DZ\characters\gloves\WoolGlovesFingerless_m.p3d";
2259 female="\DZ\characters\gloves\WoolGlovesFingerless_f.p3d";
2260 };
2261 class AnimEvents
2262 {
2263 class SoundWeapon
2264 {
2265 class pickUpItem
2266 {
2267 soundSet="WorkingGloves_pickup_SoundSet";
2268 id=797;
2269 };
2270 class drop
2271 {
2272 soundset="WorkingGloves_drop_SoundSet";
2273 id=898;
2274 };
2275 };
2276 };
2277 };
2278 class WoolGlovesFingerless_Green: WoolGlovesFingerless_ColorBase
2279 {
2280 scope=2;
2281 hiddenSelectionsTextures[]=
2282 {
2283 "\dz\characters\gloves\Data\woolgloves_green_co.paa",
2284 "\dz\characters\gloves\Data\woolgloves_green_co.paa",
2285 "\dz\characters\gloves\Data\woolgloves_green_co.paa"
2286 };
2287 };
2288 class WoolGlovesFingerless_Black: WoolGlovesFingerless_ColorBase
2289 {
2290 scope=2;
2291 hiddenSelectionsTextures[]=
2292 {
2293 "\dz\characters\gloves\Data\woolgloves_black_co.paa",
2294 "\dz\characters\gloves\Data\woolgloves_black_co.paa",
2295 "\dz\characters\gloves\Data\woolgloves_black_co.paa"
2296 };
2297 };
2298 class WoolGlovesFingerless_Tan: WoolGlovesFingerless_ColorBase
2299 {
2300 scope=2;
2301 hiddenSelectionsTextures[]=
2302 {
2303 "\dz\characters\gloves\Data\woolgloves_tan_co.paa",
2304 "\dz\characters\gloves\Data\woolgloves_tan_co.paa",
2305 "\dz\characters\gloves\Data\woolgloves_tan_co.paa"
2306 };
2307 };
2308 class WoolGlovesFingerless_White: WoolGlovesFingerless_ColorBase
2309 {
2310 scope=2;
2311 hiddenSelectionsTextures[]=
2312 {
2313 "\dz\characters\gloves\Data\woolgloves_white_co.paa",
2314 "\dz\characters\gloves\Data\woolgloves_white_co.paa",
2315 "\dz\characters\gloves\Data\woolgloves_white_co.paa"
2316 };
2317 };
2318 class WoolGlovesFingerless_ChristmasBlue: WoolGlovesFingerless_ColorBase
2319 {
2320 scope=2;
2321 hiddenSelectionsTextures[]=
2322 {
2323 "\dz\characters\gloves\Data\WoolGloves_ChristmasBlue_CO.paa",
2324 "\dz\characters\gloves\Data\WoolGloves_ChristmasBlue_CO.paa",
2325 "\dz\characters\gloves\Data\WoolGloves_ChristmasBlue_CO.paa"
2326 };
2327 };
2328 class WoolGlovesFingerless_ChristmasRed: WoolGlovesFingerless_ColorBase
2329 {
2330 scope=2;
2331 hiddenSelectionsTextures[]=
2332 {
2333 "\dz\characters\gloves\Data\WoolGloves_ChristmasRed_CO.paa",
2334 "\dz\characters\gloves\Data\WoolGloves_ChristmasRed_CO.paa",
2335 "\dz\characters\gloves\Data\WoolGloves_ChristmasRed_CO.paa"
2336 };
2337 };
2338 class PaddedGloves_ColorBase: Clothing
2339 {
2340 scope=0;
2341 displayName="$STR_CfgVehicles_PaddedGloves0";
2342 descriptionShort="$STR_CfgVehicles_PaddedGloves1";
2343 model="\DZ\characters\gloves\PaddedGloves_g.p3d";
2344 inventorySlot[]=
2345 {
2346 "Gloves"
2347 };
2348 simulation="clothing";
2349 itemInfo[]=
2350 {
2351 "Clothing",
2352 "Gloves"
2353 };
2354 rotationFlags=34;
2355 visibilityModifier=0.89999998;
2356 weight=400;
2357 itemSize[]={2,2};
2358 varWetMax=0.49000001;
2359 heatIsolation=1;
2360 repairableWithKits[]={3};
2361 repairCosts[]={25,25};
2362 hiddenSelections[]=
2363 {
2364 "camoGround",
2365 "camoMale",
2366 "camoFemale",
2367 "personality"
2368 };
2369 class DamageSystem
2370 {
2371 class GlobalHealth
2372 {
2373 class Health
2374 {
2375 hitpoints=170;
2376 healthLevels[]=
2377 {
2378
2379 {
2380 1,
2381
2382 {
2383 "DZ\Characters\gloves\data\PaddedGloves.rvmat"
2384 }
2385 },
2386
2387 {
2388 0.69999999,
2389
2390 {
2391 "DZ\Characters\gloves\data\PaddedGloves.rvmat"
2392 }
2393 },
2394
2395 {
2396 0.5,
2397
2398 {
2399 "DZ\Characters\gloves\data\PaddedGloves_damage.rvmat"
2400 }
2401 },
2402
2403 {
2404 0.30000001,
2405
2406 {
2407 "DZ\Characters\gloves\data\PaddedGloves_damage.rvmat"
2408 }
2409 },
2410
2411 {
2412 0,
2413
2414 {
2415 "DZ\Characters\gloves\data\PaddedGloves_destruct.rvmat"
2416 }
2417 }
2418 };
2419 };
2420 };
2421 };
2422 class ClothingTypes
2423 {
2424 male="\DZ\characters\gloves\PaddedGloves_m.p3d";
2425 female="\DZ\characters\gloves\PaddedGloves_f.p3d";
2426 };
2427 class AnimEvents
2428 {
2429 class SoundWeapon
2430 {
2431 class pickUpItem
2432 {
2433 soundSet="WorkingGloves_pickup_SoundSet";
2434 id=797;
2435 };
2436 class drop
2437 {
2438 soundset="WorkingGloves_drop_SoundSet";
2439 id=898;
2440 };
2441 };
2442 };
2443 };
2444 class PaddedGloves_Brown: PaddedGloves_ColorBase
2445 {
2446 scope=2;
2447 hiddenSelectionsTextures[]=
2448 {
2449 "\dz\characters\gloves\Data\PaddedGloves_brown_CO.paa",
2450 "\dz\characters\gloves\Data\PaddedGloves_brown_CO.paa",
2451 "\dz\characters\gloves\Data\PaddedGloves_brown_CO.paa"
2452 };
2453 };
2454 class PaddedGloves_Beige: PaddedGloves_ColorBase
2455 {
2456 scope=2;
2457 hiddenSelectionsTextures[]=
2458 {
2459 "\dz\characters\gloves\Data\PaddedGloves_beige_CO.paa",
2460 "\dz\characters\gloves\Data\PaddedGloves_beige_CO.paa",
2461 "\dz\characters\gloves\Data\PaddedGloves_beige_CO.paa"
2462 };
2463 };
2464 class PaddedGloves_Threat: PaddedGloves_ColorBase
2465 {
2466 scope=2;
2467 hiddenSelectionsTextures[]=
2468 {
2469 "\dz\characters\gloves\Data\PaddedGloves_threat_CO.paa",
2470 "\dz\characters\gloves\Data\PaddedGloves_threat_CO.paa",
2471 "\dz\characters\gloves\Data\PaddedGloves_threat_CO.paa"
2472 };
2473 };
2474 class SkiGloves_ColorBase: Clothing
2475 {
2476 scope=0;
2477 displayName="$STR_CfgVehicles_SkiGloves0";
2478 descriptionShort="$STR_CfgVehicles_SkiGloves1";
2479 model="\DZ\characters\gloves\skigloves_g.p3d";
2480 inventorySlot[]=
2481 {
2482 "Gloves"
2483 };
2484 simulation="clothing";
2485 itemInfo[]=
2486 {
2487 "Clothing",
2488 "Gloves"
2489 };
2490 rotationFlags=34;
2491 visibilityModifier=0.89999998;
2492 overrideDrawArea=0.035;
2493 weight=100;
2494 itemSize[]={2,2};
2495 varWetMax=0.249;
2496 heatIsolation=1;
2497 repairableWithKits[]={5,2};
2498 repairCosts[]={25,25};
2499 hiddenSelections[]=
2500 {
2501 "camoGround",
2502 "camoMale",
2503 "camoFemale",
2504 "personality"
2505 };
2506 class DamageSystem
2507 {
2508 class GlobalHealth
2509 {
2510 class Health
2511 {
2512 hitpoints=120;
2513 healthLevels[]=
2514 {
2515
2516 {
2517 1,
2518
2519 {
2520 "DZ\Characters\gloves\data\SkiGloves.rvmat"
2521 }
2522 },
2523
2524 {
2525 0.69999999,
2526
2527 {
2528 "DZ\Characters\gloves\data\SkiGloves.rvmat"
2529 }
2530 },
2531
2532 {
2533 0.5,
2534
2535 {
2536 "DZ\Characters\gloves\data\SkiGloves_damage.rvmat"
2537 }
2538 },
2539
2540 {
2541 0.30000001,
2542
2543 {
2544 "DZ\Characters\gloves\data\SkiGloves_damage.rvmat"
2545 }
2546 },
2547
2548 {
2549 0,
2550
2551 {
2552 "DZ\Characters\gloves\data\SkiGloves_destruct.rvmat"
2553 }
2554 }
2555 };
2556 };
2557 };
2558 };
2559 class ClothingTypes
2560 {
2561 male="\DZ\characters\gloves\skigloves_m.p3d";
2562 female="\DZ\characters\gloves\skigloves_f.p3d";
2563 };
2564 class AnimEvents
2565 {
2566 class SoundWeapon
2567 {
2568 class pickUpItem
2569 {
2570 soundSet="WorkingGloves_pickup_SoundSet";
2571 id=797;
2572 };
2573 class drop
2574 {
2575 soundset="WorkingGloves_drop_SoundSet";
2576 id=898;
2577 };
2578 };
2579 };
2580 };
2581 class SkiGloves_Blue: SkiGloves_ColorBase
2582 {
2583 scope=2;
2584 hiddenSelectionsTextures[]=
2585 {
2586 "\dz\characters\gloves\Data\SkiGloves_Blue_CO.paa",
2587 "\dz\characters\gloves\Data\SkiGloves_Blue_CO.paa",
2588 "\dz\characters\gloves\Data\SkiGloves_Blue_CO.paa"
2589 };
2590 };
2591 class SkiGloves_Red: SkiGloves_ColorBase
2592 {
2593 scope=2;
2594 hiddenSelectionsTextures[]=
2595 {
2596 "\dz\characters\gloves\Data\SkiGloves_Red_CO.paa",
2597 "\dz\characters\gloves\Data\SkiGloves_Red_CO.paa",
2598 "\dz\characters\gloves\Data\SkiGloves_Red_CO.paa"
2599 };
2600 };
2601 class SkiGloves_90s: SkiGloves_ColorBase
2602 {
2603 scope=2;
2604 hiddenSelectionsTextures[]=
2605 {
2606 "\dz\characters\gloves\Data\SkiGloves_90s_CO.paa",
2607 "\dz\characters\gloves\Data\SkiGloves_90s_CO.paa",
2608 "\dz\characters\gloves\Data\SkiGloves_90s_CO.paa"
2609 };
2610 };
2611};