mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 21:29:59 +03:00
Add XM8, add black mk16, mk17
- Add DZ versions for Arma 2 M8, Mk17 Sniper, Mk17 Sniper SD, M110
This commit is contained in:
29
SQF/dayz_code/Configs/CfgWeapons/Rifles/M110.hpp
Normal file
29
SQF/dayz_code/Configs/CfgWeapons/Rifles/M110.hpp
Normal file
@@ -0,0 +1,29 @@
|
||||
class M110_NVG_EP1;
|
||||
class M110_NV_DZ: M110_NVG_EP1 {
|
||||
displayName = $STR_DZ_WPN_M110_NV_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_M110_NV_DESC;
|
||||
class OpticsModes
|
||||
{
|
||||
class HTWS
|
||||
{
|
||||
opticsID = 1;
|
||||
useModelOptics = "true";
|
||||
opticsZoomMin = 0.0293;
|
||||
distanceZoomMin = 300;
|
||||
opticsZoomMax = 0.0293;
|
||||
distanceZoomMax = 300;
|
||||
opticsZoomInit = 0.0293;
|
||||
memoryPointCamera = "eye";
|
||||
opticsFlare = "true";
|
||||
opticsDisablePeripherialVision = "true";
|
||||
cameraDir = "";
|
||||
opticsPPEffects[] = {};
|
||||
visionMode[] = {"Normal","NVG"};
|
||||
thermalMode[] = {};
|
||||
discretefov[] = {0.0755,0.0249};
|
||||
discreteInitIndex = 0;
|
||||
discreteDistance[] = {100,200,300,400,500,600,700,800};
|
||||
discreteDistanceInitIndex = 2;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user