Page MenuHomeContribution Center

Automatic Rifleman
Closed, ResolvedPublic

Event Timeline

MajJames created this task.Feb 1 2020, 11:37 PM
MajJames moved this task from Backlog to Next on the Default Loadouts (J6) board.
class UTF_AUR1 {
	displayName = "05|Autorifleman (249 Short)";
	//icon = "null";
	role = "AMFOR";

	uniformClass = "rhs_uniform_acu_oefcp";
	backpack = "rhsusf_assault_eagleaiii_ocp";
	
	weapons[] = {
		"rhs_weap_m249_light_S",
		"rhsusf_weap_glock17g4"
	};

	linkedItems[] = {
		"rhsusf_iotv_ocp_SAW",
		"rhsusf_ach_helmet_ESS_ocp",
		"rhsusf_acc_M952V",
		"rhsusf_acc_eotech_552",
		"rhsusf_acc_grip4_bipod",
		"ItemCompass",
		"ItemWatch",
		"ItemMap"
	};
	
	items[] = {
		#include "Uniform.hpp"
		"ACRE_PRC343",
		"ACRE_PRC148"
	};
};

class UTF_AUR2 {
	displayName = "05|Autorifleman (249 Long)";
	//icon = "null";
	role = "AMFOR";

	uniformClass = "rhs_uniform_acu_oefcp";
	backpack = "rhsusf_assault_eagleaiii_ocp";
	
	weapons[] = {
		"rhs_weap_m249_light_L",
		"rhsusf_weap_glock17g4"
	};

	linkedItems[] = {
		"rhsusf_iotv_ocp_SAW",
		"rhsusf_ach_helmet_ESS_ocp",
		"rhsusf_acc_M952V",
		"rhsusf_acc_eotech_552",
		"rhsusf_acc_grip4_bipod",
		"ItemCompass",
		"ItemWatch",
		"ItemMap"
	};
	
	items[] = {
		#include "Uniform.hpp"
		"ACRE_PRC343",
		"ACRE_PRC148"
	};
};
MajJames renamed this task from Assistant Automatic Rifleman to Automatic Rifleman.Feb 1 2020, 11:43 PM

Replace M249 with ARMA 3 Minimi with the ARMA 3 200rnd boxes.

MajJames closed this task as Resolved.Jun 29 2020, 3:51 PM
MajJames claimed this task.
MajJames moved this task from Next to Done on the Default Loadouts (J6) board.