Page MenuHomeContribution Center

Fireteam Leader
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.
MajJames added a comment.EditedFeb 1 2020, 11:40 PM
class UTF_FTL {
	displayName = "03|Team Leader";
	//icon = "null";
	role = "AMFOR";

	uniformClass = "rhs_uniform_acu_oefcp";
	backpack = "";
	
	weapons[] = {
		"rhs_weap_m4a1_m320",
		"rhsusf_weap_glock17g4",
		"Rangefinder"
	};

	linkedItems[] = {
		"rhsusf_iotv_ocp_Teamleader",
		"rhsusf_ach_helmet_headset_ess_ocp_alt",
		"rhsusf_acc_anpeq15side",
		"rhsusf_acc_ACOG_RMR",
		"ItemCompass",
		"ItemWatch",
		"ItemMap",
		"ItemGPS"
	};

	items[] = {
		#include "Uniform.hpp"
		"ACRE_PRC343",
		"ACRE_PRC148"
	};
};
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.