mirror of
https://github.com/redned70/Trader-Mod.git
synced 2024-08-30 16:52:16 +00:00
0cf20c11e7
1st commit to GiTHub
44 lines
858 B
C++
44 lines
858 B
C++
class A3Headgear
|
|
{
|
|
name = "Arma 3 Headgear ";
|
|
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
|
items[] =
|
|
{
|
|
// all now included in default Exile list
|
|
};
|
|
};
|
|
|
|
class A3Launchers
|
|
{
|
|
name = "Arma 3 Launchers";
|
|
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\cargothrow_ca.paa";
|
|
items[] =
|
|
{
|
|
"launch_NLAW_F",
|
|
"launch_RPG32_F",
|
|
"launch_B_Titan_F",
|
|
"launch_I_Titan_F",
|
|
"launch_O_Titan_F",
|
|
"launch_Titan_F",
|
|
"launch_B_Titan_short_F",
|
|
"launch_I_Titan_short_F",
|
|
"launch_O_Titan_short_F",
|
|
"launch_Titan_short_F"
|
|
};
|
|
};
|
|
|
|
class A3LauncherAmmo
|
|
{
|
|
name = "Arma 3 Launcher Ammo";
|
|
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
|
items[] =
|
|
{
|
|
"Titan_AA",
|
|
"Titan_AT",
|
|
"Titan_AP",
|
|
"RPG32_HE_F",
|
|
"RPG32_F",
|
|
"NLAW_F"
|
|
};
|
|
};
|
|
|