Guest User

Untitled

a guest
Aug 1st, 2024
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. class CfgORBAT
  2. {
  3. class Ranger
  4. {
  5. id = 1;
  6. idType = 2;
  7. side = "West";
  8. size = "Company";
  9. type = "HQ";
  10. insignia = "images\GRLogo.paa";
  11. commander = "McKay";
  12. commanderRank = "Major";
  13. text = "Alpha %3 %2";
  14. textShort = "%3 %2";
  15. texture = texture = __EVAL(getMissionPath "images\2rangers.jpg");
  16. description = "2/75th Ranger Regiment, Alpha Company tasked with special mission support for Operation Peace Chain.";
  17. subordinates[] = "1platoon","2platoon","3platoon","4platoon";
  18.  
  19. class 1platoon
  20. {
  21. id = 1;
  22. idType = 0;
  23. side = "West";
  24. size = "Platoon";
  25. type = "Airborne";
  26. insignia = "images\GRLogo.paa";
  27. commander = "Harper";
  28. commanderRank = "Lieutenant";
  29. text = "%1 Rifle %2";
  30. textShort = "%3 %2";
  31. texture = texture = __EVAL(getMissionPath "images\2rangers.jpg");
  32. description = "ACOY, 1PLT. Most mission effective PLT in the Company, often detaching for highly specialized and surgical tasking.";
  33. };
  34.  
  35. class 2platoon
  36. {
  37. id = 2;
  38. idType = 0;
  39. side = "West";
  40. size = "Platoon";
  41. type = "Airborne";
  42. insignia = "images\GRLogo.paa";
  43. commander = "Selier";
  44. commanderRank = "Captain";
  45. text = "%1 Rifle %2";
  46. textShort = "%3 %2";
  47. texture = texture = __EVAL(getMissionPath "images\2rangers.jpg");
  48. description = "ACOY, 2PLT. 2nd Rifle Platoon of the notorious Green Reapers, best known for letting 1PLT kick ass.";
  49. };
  50.  
  51. class 3platoon
  52. {
  53. id = 3;
  54. idType = 0;
  55. side = "West";
  56. size = "Platoon";
  57. type = "Airborne";
  58. insignia = "images\GRLogo.paa";
  59. commander = "Novak";
  60. commanderRank = "Lieutenant";
  61. text = "%1 Rifle %2";
  62. textShort = "%3 %2";
  63. texture = texture = __EVAL(getMissionPath "images\2rangers.jpg");
  64. description = "ACOY, 3PLT. 3rd Rifle Platoon of the notorious Green Reapers. Their expertise is in DA raids and site exploitation missions.";
  65. };
  66.  
  67. class 4platoon
  68. {
  69. id = 4;
  70. idType = 0;
  71. side = "West";
  72. size = "Platoon";
  73. type = "Airborne";
  74. insignia = "images\GRLogo.paa";
  75. commander = "Wess";
  76. commanderRank = "Captain";
  77. text = "%1 Weapons %2";
  78. textShort = "%3 %2";
  79. texture = texture = __EVAL(getMissionPath "images\2rangers.jpg");
  80. description = "ACOY, 4PLT. 4th Weapons Platoon of the notorious Green Reapers. The masters of SBF and other support fires. For OP PC they're attached to INDFOR Assault units.";
  81. };
  82. };
  83. };
Advertisement
Add Comment
Please, Sign In to add comment