2019-08-27 04:34:11 +00:00
|
|
|
class CfgWeapons {
|
|
|
|
class ACE_ItemCore;
|
|
|
|
class CBA_MiscItem_ItemInfo;
|
|
|
|
|
|
|
|
class ACE_TransmitterItem_406MHz: ACE_ItemCore {
|
2019-09-06 03:58:27 +00:00
|
|
|
ACE_attachable = "ACE_transmitter_406MHz"; // the CfgVehicle
|
2019-08-27 04:34:11 +00:00
|
|
|
author = ECSTRING(common,ACETeam);
|
|
|
|
scope = 2;
|
|
|
|
// displayName = CSTRING(IrStrobe_Name);
|
2019-09-06 03:58:27 +00:00
|
|
|
displayName = "[ACE] 406MHz Locator Bacon";
|
2019-08-27 04:34:11 +00:00
|
|
|
// descriptionShort = CSTRING(IrStrobe_Description);
|
2019-09-06 03:58:27 +00:00
|
|
|
descriptionShort = "Attach to activate";
|
2019-08-27 04:34:11 +00:00
|
|
|
// model = QPATHTOF(data\x.p3d);
|
|
|
|
model = "\A3\Structures_F\Items\Tools\MultiMeter_F.p3d";
|
|
|
|
// picture = QPATHTOF(UI\irstrobe_item.paa);
|
|
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
|
|
mass = 1;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|