mirror of
https://github.com/projectbraf/braf_factions.git
synced 2026-06-14 06:53:29 +00:00
inicio config _air
This commit is contained in:
25
addons/air/v_cratenia.hpp
Normal file
25
addons/air/v_cratenia.hpp
Normal file
@@ -0,0 +1,25 @@
|
||||
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 {};
|
||||
};
|
||||
Reference in New Issue
Block a user