2015-01-28 20:29:43 +00:00
|
|
|
class CfgWeapons {
|
2015-04-11 21:48:49 +00:00
|
|
|
class InventoryItem_Base_F;
|
|
|
|
class ACE_ItemCore;
|
2015-01-28 20:29:43 +00:00
|
|
|
|
2015-04-11 21:48:49 +00:00
|
|
|
class ACE_UAVBattery: ACE_ItemCore {
|
|
|
|
scope = 2;
|
2015-05-27 17:04:25 +00:00
|
|
|
displayName = CSTRING(Battery_Name);
|
|
|
|
descriptionShort = CSTRING(Battery_Description);
|
2016-04-08 18:34:50 +00:00
|
|
|
model = QPATHTOF(data\ace_battery.p3d);
|
|
|
|
picture = QPATHTOF(ui\UAV_battery_ca.paa);
|
2015-04-11 21:48:49 +00:00
|
|
|
class ItemInfo: InventoryItem_Base_F {
|
|
|
|
mass = 20;
|
|
|
|
};
|
2015-01-28 20:29:43 +00:00
|
|
|
};
|
|
|
|
};
|