Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class CfgORBAT
- {
- class Ranger
- {
- id = 1;
- idType = 2;
- side = "West";
- size = "Company";
- type = "HQ";
- insignia = "images\GRLogo.paa";
- commander = "McKay";
- commanderRank = "Major";
- text = "Alpha %3 %2";
- textShort = "%3 %2";
- texture = texture = __EVAL(getMissionPath "images\2rangers.jpg");
- description = "2/75th Ranger Regiment, Alpha Company tasked with special mission support for Operation Peace Chain.";
- subordinates[] = "1platoon","2platoon","3platoon","4platoon";
- class 1platoon
- {
- id = 1;
- idType = 0;
- side = "West";
- size = "Platoon";
- type = "Airborne";
- insignia = "images\GRLogo.paa";
- commander = "Harper";
- commanderRank = "Lieutenant";
- text = "%1 Rifle %2";
- textShort = "%3 %2";
- texture = texture = __EVAL(getMissionPath "images\2rangers.jpg");
- description = "ACOY, 1PLT. Most mission effective PLT in the Company, often detaching for highly specialized and surgical tasking.";
- };
- class 2platoon
- {
- id = 2;
- idType = 0;
- side = "West";
- size = "Platoon";
- type = "Airborne";
- insignia = "images\GRLogo.paa";
- commander = "Selier";
- commanderRank = "Captain";
- text = "%1 Rifle %2";
- textShort = "%3 %2";
- texture = texture = __EVAL(getMissionPath "images\2rangers.jpg");
- description = "ACOY, 2PLT. 2nd Rifle Platoon of the notorious Green Reapers, best known for letting 1PLT kick ass.";
- };
- class 3platoon
- {
- id = 3;
- idType = 0;
- side = "West";
- size = "Platoon";
- type = "Airborne";
- insignia = "images\GRLogo.paa";
- commander = "Novak";
- commanderRank = "Lieutenant";
- text = "%1 Rifle %2";
- textShort = "%3 %2";
- texture = texture = __EVAL(getMissionPath "images\2rangers.jpg");
- description = "ACOY, 3PLT. 3rd Rifle Platoon of the notorious Green Reapers. Their expertise is in DA raids and site exploitation missions.";
- };
- class 4platoon
- {
- id = 4;
- idType = 0;
- side = "West";
- size = "Platoon";
- type = "Airborne";
- insignia = "images\GRLogo.paa";
- commander = "Wess";
- commanderRank = "Captain";
- text = "%1 Weapons %2";
- textShort = "%3 %2";
- texture = texture = __EVAL(getMissionPath "images\2rangers.jpg");
- 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.";
- };
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment