mirror of
https://github.com/projectbraf/braf_factions.git
synced 2026-06-13 14:43:29 +00:00
25 lines
564 B
C++
25 lines
564 B
C++
class I_Heli_light_03_unarmed_F;
|
|
class braf_factions_cratenia_air_lynx : I_Heli_light_03_unarmed_F {
|
|
_generalMacro = "braf_factions_cratenia_air_lynx";
|
|
scope = 2;
|
|
scopeCurator = 2;
|
|
side = 0;
|
|
author = "BRAF Team";
|
|
faction = "BRAF_CRATENIA";
|
|
displayName = "Mimo A2";
|
|
crew = "braf_factions_cratenia_pilot";
|
|
class TransportBackpacks {
|
|
};
|
|
class TransportItems {
|
|
class _xx_FirstAidKit {
|
|
count = 4;
|
|
name = "FirstAidKit";
|
|
};
|
|
class _xx_Toolkit {
|
|
count = 1;
|
|
name = "Toolkit";
|
|
};
|
|
};
|
|
class TransportWeapons {};
|
|
class TransportMagazines {};
|
|
}; |