Advertisement
Guest User

Untitled

a guest
May 27th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. class rhsusf_ech_helmet_marpatw: H_HelmetB
  2. {
  3. scope = 2;
  4. author = "15thMEU";
  5. displayName = "ECH MARPAT-W";
  6. model = "\rhsusf\addons\rhsusf_infantry\gear\head\mich_01";
  7. picture = "\rhsusf\addons\rhsusf_infantry2\ui\mich2000_ca.paa";
  8. hiddenSelections[] = {"Camo1","Camo2"};
  9. hiddenSelectionsTextures[] = {"\meu_winter\data\meu_mich_covered_rhino_w_co.paa","rhsusf\addons\rhsusf_infantry\gear\head\data\ach_acc_tan_co.paa"};
  10. class ItemInfo: ItemInfo
  11. {
  12. hiddenSelections[] = {"Camo"};
  13. hiddenSelectionsTextures[] = {"\meu_winter\data\meu_mich_covered_rhino_w_co.paa"};
  14. uniformModel = "\rhsusf\addons\rhsusf_infantry\gear\head\mich_01";
  15. allowedSlots[] = {801,901,701,605};
  16. modelSides[] = {6};
  17. mass = 40;
  18. class HitpointsProtectionInfo
  19. {
  20. class Head
  21. {
  22. hitpointName = "HitHead";
  23. armor = 6;
  24. passThrough = 0.7;
  25. };
  26. };
  27. };
  28. };
  29.  
  30. class rhsusf_ech_helmet_marpatw_headset: rhsusf_ech_helmet_marpatw
  31. {
  32. scope = 2;
  33. author = "15thMEU";
  34. displayName = "ECH MARPAT-W (Headset)";
  35. model = "\rhsusf\addons\rhsusf_infantry\gear\head\mich_01_bowman";
  36. class ItemInfo: ItemInfo
  37. {
  38. uniformModel = "\rhsusf\addons\rhsusf_infantry\gear\head\mich_01_bowman";
  39. };
  40. };
  41. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement