2015-04-07 15:43:54 +00:00
|
|
|
|
|
|
|
class CfgWeapons {
|
|
|
|
class ACE_ItemCore;
|
|
|
|
class InventoryItem_Base_F;
|
|
|
|
|
|
|
|
class ACE_Kestrel4500: ACE_ItemCore {
|
2015-06-06 02:02:24 +00:00
|
|
|
author[] = {ECSTRING(common,ACETeam), "Ruthberg"};
|
2015-04-07 15:43:54 +00:00
|
|
|
scope = 2;
|
2015-05-27 17:04:25 +00:00
|
|
|
displayName = CSTRING(Name);
|
|
|
|
descriptionShort = CSTRING(Description);
|
2015-04-12 22:17:59 +00:00
|
|
|
model = PATHTOF(kestrel4500.p3d);
|
2015-04-07 15:43:54 +00:00
|
|
|
picture = PATHTOF(UI\Kestrel4500.paa);
|
|
|
|
icon = "iconObject_circle";
|
|
|
|
mapSize = 0.034;
|
|
|
|
|
|
|
|
class ItemInfo: InventoryItem_Base_F {
|
|
|
|
mass = 2;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|