mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
add BAF_L85A2_RIS_TWS_DZ #1983
This commit is contained in:
@@ -7,4 +7,15 @@ class L85_Holo_DZ : BAF_L85A2_RIS_Holo
|
||||
30Rnd_556x45_StanagSD
|
||||
};
|
||||
*/
|
||||
};
|
||||
class BAF_L85A2_RIS_CWS;
|
||||
class BAF_L85A2_RIS_TWS_DZ : BAF_L85A2_RIS_CWS
|
||||
{
|
||||
visionMode[] = {"Normal","NVG","Ti"};
|
||||
thermalMode[] = {6};
|
||||
discretefov[] = {0.0755,0.0249};
|
||||
discreteInitIndex = 0;
|
||||
discreteDistance[] = {100,200,300,400,500,600,700,800};
|
||||
discreteDistanceInitIndex = 2;
|
||||
displayName = "L85A2 TWS";
|
||||
};
|
||||
@@ -183,6 +183,10 @@ class BAF_L85A2_RIS_CWS
|
||||
{
|
||||
weight = 5.2;
|
||||
};
|
||||
class BAF_L85A2_RIS_TWS_DZ
|
||||
{
|
||||
weight = 5.2;
|
||||
};
|
||||
class FN_FAL
|
||||
{
|
||||
weight = 4.5;
|
||||
|
||||
Reference in New Issue
Block a user