Page MenuHomeContribution Center

Rifleman
Closed, ResolvedPublic

Event Timeline

MajJames created this task.Feb 1 2020, 11:36 PM
MajJames moved this task from Backlog to Next on the Default Loadouts (J6) board.
class UTF_R {
	displayName = "00|Rifleman";
	//icon = "null";
	role = "AMFOR";

	uniformClass = "rhs_uniform_acu_oefcp";
	backpack = "";
	
	weapons[] = {
		"rhs_weap_m4a1"
	};

	linkedItems[] = {
		"rhsusf_iotv_ocp_Rifleman",
		"rhsusf_ach_helmet_ocp",
		"rhsusf_acc_M952V",
		"rhsusf_acc_compm4",
		"rhsusf_acc_grip2",
		"ItemCompass",
		"ItemWatch",
		"ItemMap"
	};
	
	items[] = {
		#include "Uniform.hpp"
		"ACRE_PRC343"
	};
};
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.