|
@@ -273,36 +273,29 @@ class CfgVehicles
|
|
displayName="VTOL LAAT Mk.II";
|
|
displayName="VTOL LAAT Mk.II";
|
|
gearsUpFrictionCoef=0;
|
|
gearsUpFrictionCoef=0;
|
|
model="\LAAT\LAAT.p3d";
|
|
model="\LAAT\LAAT.p3d";
|
|
|
|
+ hiddenSelections[] = {"camo1","camo2"};
|
|
|
|
+ hiddenSelectionsTextures[]=
|
|
|
|
+ {
|
|
|
|
+ "RD501_Laat\textures\laat\Laat501stcxx\Laat501stBodyCXX_lightning.paa",
|
|
|
|
+ "RD501_Laat\textures\laat\Laat501stcxx\Laat501stWingCXX.paa"
|
|
|
|
+ };
|
|
forceInGarage=1;
|
|
forceInGarage=1;
|
|
availableForSupportTypes[] = {};
|
|
availableForSupportTypes[] = {};
|
|
- weapons[]=
|
|
|
|
- {
|
|
|
|
- macro_new_weapon(cannon,laat),
|
|
|
|
|
|
+ weapons[] = {
|
|
|
|
+ macro_basic_air_weapons,
|
|
|
|
+ macro_new_weapon(generic,republic_aircraft_cannon),
|
|
|
|
+ macro_new_weapon(generic,kannon),
|
|
macro_new_weapon(wynd,a2a),
|
|
macro_new_weapon(wynd,a2a),
|
|
- "CMFlareLauncher",
|
|
|
|
- "SmokeLauncher",
|
|
|
|
- "Laserdesignator_pilotCamera"
|
|
|
|
|
|
+ macro_new_weapon(wynd,agm),
|
|
|
|
+ macro_new_weapon(wynd,ugm),
|
|
};
|
|
};
|
|
- magazines[]=
|
|
|
|
- {
|
|
|
|
- "300Rnd_CMFlare_Chaff_Magazine",
|
|
|
|
- "300Rnd_CMFlare_Chaff_Magazine",
|
|
|
|
- "300Rnd_CMFlare_Chaff_Magazine",
|
|
|
|
- macro_new_mag(a2a,4),
|
|
|
|
- macro_new_mag(a2a,4),
|
|
|
|
|
|
+ magazines[] = {
|
|
|
|
+ macro_new_mag(generic_aircraft_cannon_green,1000),
|
|
macro_new_mag(a2a,4),
|
|
macro_new_mag(a2a,4),
|
|
- "SmokeLauncherMag",
|
|
|
|
- macro_new_mag(laat_cannon,100),
|
|
|
|
- macro_new_mag(laat_cannon,100),
|
|
|
|
- macro_new_mag(laat_cannon,100),
|
|
|
|
- macro_new_mag(laat_cannon,100),
|
|
|
|
- "SmokeLauncherMag",
|
|
|
|
- "SmokeLauncherMag",
|
|
|
|
- "SmokeLauncherMag",
|
|
|
|
- "SmokeLauncherMag",
|
|
|
|
- "SmokeLauncherMag",
|
|
|
|
- "SmokeLauncherMag",
|
|
|
|
- "Laserbatteries"
|
|
|
|
|
|
+ macro_new_mag(agm,6),
|
|
|
|
+ macro_new_mag(ugm,10),
|
|
|
|
+ macro_basic_air_mags,
|
|
|
|
+ macro_new_mag(Kannon,100)
|
|
};
|
|
};
|
|
armor=550;
|
|
armor=550;
|
|
class Sounds: Sounds
|
|
class Sounds: Sounds
|