2015-01-23 22:40:39 +00:00
|
|
|
class CfgMagazines {
|
2015-03-15 16:27:21 +00:00
|
|
|
class CA_Magazine;
|
|
|
|
class ACE_key_customKeyMagazine: CA_Magazine {
|
2016-04-08 18:34:50 +00:00
|
|
|
picture = QPATHTOF(ui\keyBlack.paa);
|
2015-03-15 16:27:21 +00:00
|
|
|
displayName = "ACE Vehicle Key"; //!!!CANNOT be localized!!!: because it is used as part of the magazineDetail string
|
2015-05-27 17:04:25 +00:00
|
|
|
descriptionShort = CSTRING(Item_Custom_Description);
|
2015-03-15 16:27:21 +00:00
|
|
|
count = 1;
|
|
|
|
mass = 0;
|
2015-05-09 22:08:47 +00:00
|
|
|
ACE_isUnique = 1;
|
2015-03-15 16:27:21 +00:00
|
|
|
};
|
2015-01-23 22:40:39 +00:00
|
|
|
};
|