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";
|
gun = "obsGun";
|
||||||
animationSourceBody = "obsTurret";
|
animationSourceBody = "obsTurret";
|
||||||
animationSourceGun = "obsGun";
|
animationSourceGun = "obsGun";
|
||||||
stabilizedInAxes = 3;
|
stabilizedInAxes = "StabilizedInAxesBoth";
|
||||||
memoryPointGunnerOptics = "commanderview";
|
memoryPointGunnerOptics = "commanderview";
|
||||||
minElev = -40;
|
minElev = -40;
|
||||||
maxElev = 20;
|
maxElev = 20;
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ class Ka60_GL_PMC_DZ: Ka60_GL_PMC {
|
|||||||
initTurn = 80;
|
initTurn = 80;
|
||||||
soundServo[] = {"",0.01,1.0};
|
soundServo[] = {"",0.01,1.0};
|
||||||
animationSourceHatch = "";
|
animationSourceHatch = "";
|
||||||
stabilizedInAxes = "StabilizedInAxesNone";
|
stabilizedInAxes = "StabilizedInAxesBoth";
|
||||||
gunBeg = "muzzle_1";
|
gunBeg = "muzzle_1";
|
||||||
gunEnd = "chamber_1";
|
gunEnd = "chamber_1";
|
||||||
turretInfoType = "RscWeaponZeroing";
|
turretInfoType = "RscWeaponZeroing";
|
||||||
|
|||||||
Reference in New Issue
Block a user