@@ -77,6 +77,9 @@ class CfgWeapons
NEW_501_AB_HELM_JLTS(501st_Oneill_helmet,Oneill,Oneill.paa)
NEW_501_AB_HELM_JLTS(501st_Monty_helmet,Monty,Monty.paa)
NEW_501_AB_HELM_JLTS(501st_Slim_helmet,Slim,Slim.paa)
+ NEW_501_AB_HELM_JLTS(501st_Loken_helmet,Loken,Loken.paa)
+ NEW_501_AB_HELM_JLTS(501st_Volley_helmet,Volley,Volley.paa)
+ NEW_501_AB_HELM_JLTS(501st_Jericho_helmet,Jericho,Jericho.paa)
@@ -66,6 +66,7 @@ class CfgWeapons
NEW_501_Pilot_HELM(Canik,Canik,pilots\Canik.paa)
NEW_501_Pilot_HELM(Shnuffles,Shnuffles,pilots\Shnuffles.paa)
NEW_501_Pilot_HELM(Legal,Legal,pilots\Legal.paa)
+ NEW_501_Pilot_HELM(Shock,Shock,pilots\Shock.paa)
NEW_501_Pilot_HELM(Ethan,Ethan,pilots\Ethan.paa)
NEW_501_Pilot_HELM(Blast,Blast,pilots\Blast.paa)
NEW_501_Pilot_HELM(Duncan,Duncan,pilots\Duncan.paa)
@@ -149,6 +149,8 @@ class CfgWeapons
NEW_501_Inf_Helm_JLTS(Bruce,Bruce,Bruce.paa)
NEW_501_Inf_Helm_JLTS(Flooded,Flooded,Flooded.paa)
NEW_501_Inf_Helm_JLTS(Garviel,Garviel,Garviel.paa)
+ NEW_501_Inf_Helm_JLTS(Genesis,Genesis,Genesis.paa)
+ NEW_501_Inf_Helm_JLTS(Cherokee,Cherokee,Cherokee.paa)
NEW_501_ARC_Helm_JLTS(Duke,Duke,Duke.paa)
NEW_501_ARC_Helm_JLTS(Jink,Jink,Jink.paa)
NEW_501_ARC_Helm_JLTS(Brennan,Brennan,Brennan.paa)
@@ -158,4 +160,5 @@ class CfgWeapons
NEW_501_ARC_Helm_JLTS(Korvus,Korvus,Korvus.paa)
NEW_501_ARC_Helm_JLTS(Virtox,Virtox,Virtox.paa)
NEW_501_ARC_Helm_JLTS(Train,Train,Train.paa)
+ NEW_501_ARC_Helm_JLTS(Nightingale,Nightingale,Nightingale.paa)
};
@@ -67,7 +67,10 @@ class CfgVehicles
faction = macro_republic_faction
editorSubcategory = macro_editor_cat_air(Republic_vtol)
vehicleClass = macro_editor_vehicle_type_air(Republic)
- /*aileronCoef[]={0.5,0.69999999,1,1,1.2,1.15,1.1};*/
+ stallSpeed=5;
+ draconicTorqueYCoef[]={1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
+ draconicForceYCoef=6;
+ envelope[] = {0.5,2.11,2.43,1.97,1.72,2.69,3.87,5.27,6.89,8.72,9.7,9.6,9.2,8.5,8.2,8};
aileronSensitivity=2.9;
aileronControlsSensitivityCoef=4;
#include "../../common/universal_mfd.hpp"