mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Update L85 config for Epoch
Allow default magazines
This commit is contained in:
@@ -64,13 +64,12 @@ class Category_487 {
|
||||
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
//New SVD models by Streatman
|
||||
class SVD_DZ { //SVD with iron sights
|
||||
class SVD_DZ { // iron sights
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class SVD_Gh_DZ { //SVD with iron sights and ghillie attachment
|
||||
class SVD_Gh_DZ { // iron sights and ghillie
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
|
||||
@@ -65,13 +65,13 @@ class L85A2_DZ : BAF_L85A2_RIS_Holo
|
||||
model = "z\addons\dayz_communityweapons\L85A2\L85A2.p3d";
|
||||
picture = "\z\addons\dayz_communityweapons\L85A2\data\w_L85A2_ca.paa";
|
||||
displayName = $STR_DZ_WPN_L85A2_NAME;
|
||||
|
||||
/*
|
||||
magazines[] =
|
||||
{
|
||||
30Rnd_556x45_Stanag,
|
||||
30Rnd_556x45_StanagSD
|
||||
};
|
||||
|
||||
*/
|
||||
class Single;
|
||||
class FullAuto;
|
||||
|
||||
@@ -140,11 +140,13 @@ class L85A2_MFL_DZ : L85A2_DZ
|
||||
|
||||
class L85A2_SD_Base : L85A2_DZ
|
||||
{
|
||||
/*
|
||||
magazines[] =
|
||||
{
|
||||
// 30Rnd_556x45_Stanag,
|
||||
30Rnd_556x45_StanagSD
|
||||
};
|
||||
*/
|
||||
fireLightDuration = 0;
|
||||
fireLightIntensity = 0;
|
||||
modes[] = {"Single","FullAuto"};
|
||||
|
||||
Reference in New Issue
Block a user