Page MenuHomeContribution Center

Anti-Tank Rifleman, Light
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_LAT {
	displayName = "11|Light Anti-Tank";
	//icon = "null";
	role = "AMFOR";

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

	linkedItems[] = {
		"rhsusf_iotv_ocp_Rifleman",
		"rhsusf_ach_helmet_ocp",
		"rhsusf_acc_M952V",
		"rhsusf_acc_compm4",
		"rhsusf_acc_grip2",
		"rhs_acc_at4_handler",
		"ItemCompass",
		"ItemWatch",
		"ItemMap"
	};
	
	items[] = {
		#include "Uniform.hpp"
		"ACRE_PRC343",
		"ACRE_PRC148"
	};
};
MajJames closed this task as Resolved.Jun 29 2020, 3:52 PM
MajJames claimed this task.
MajJames moved this task from Next to Done on the Default Loadouts (J6) board.