mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Add stabilization for KA60 and AW159
This commit is contained in:
@@ -31,7 +31,7 @@ class AW159_Lynx_BAF_DZ: AW159_Lynx_BAF {
|
||||
gun = "obsGun";
|
||||
animationSourceBody = "obsTurret";
|
||||
animationSourceGun = "obsGun";
|
||||
stabilizedInAxes = 3;
|
||||
stabilizedInAxes = "StabilizedInAxesBoth";
|
||||
memoryPointGunnerOptics = "commanderview";
|
||||
minElev = -40;
|
||||
maxElev = 20;
|
||||
|
||||
@@ -38,7 +38,7 @@ class Ka60_GL_PMC_DZ: Ka60_GL_PMC {
|
||||
initTurn = 80;
|
||||
soundServo[] = {"",0.01,1.0};
|
||||
animationSourceHatch = "";
|
||||
stabilizedInAxes = "StabilizedInAxesNone";
|
||||
stabilizedInAxes = "StabilizedInAxesBoth";
|
||||
gunBeg = "muzzle_1";
|
||||
gunEnd = "chamber_1";
|
||||
turretInfoType = "RscWeaponZeroing";
|
||||
|
||||
Reference in New Issue
Block a user