mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Add L86A2 DZ version
This commit is contained in:
@@ -158,7 +158,7 @@ weaponsEU[] =
|
||||
{Loot_WEAPON, 4, MG36_Camo_DZ},
|
||||
{Loot_WEAPON, 4, MG36_DZ},
|
||||
{Loot_WEAPON, 3, Mk48_DZ},
|
||||
{Loot_WEAPON, 5, BAF_L86A2_ACOG}
|
||||
{Loot_WEAPON, 5, L86A2_LSW_DZ}
|
||||
};
|
||||
|
||||
weaponsCZ[] =
|
||||
|
||||
@@ -483,13 +483,13 @@ class Category_18 {
|
||||
class RPK74_DZ {type = "trade_weapons";buy[] = {1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
|
||||
class RPK74_Kobra_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar10oz"};sell[] = {7,"ItemGoldBar"};};
|
||||
class RPK74_PSO1_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar10oz"};sell[] = {9,"ItemGoldBar"};};
|
||||
class BAF_L86A2_ACOG {type = "trade_weapons";buy[] = {1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
|
||||
class RPK_DZ {type = "trade_weapons";buy[] = {2,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
|
||||
class RPK_Kobra_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar10oz"};sell[] = {12,"ItemGoldBar"};};
|
||||
class RPK_PSO1_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar10oz"};sell[] = {14,"ItemGoldBar"};};
|
||||
class UK59_DZ {type = "trade_weapons";buy[] = {1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
|
||||
class PKM_DZ {type = "trade_weapons";buy[] = {3,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
|
||||
class M8_SAW {type = "trade_weapons";buy[] = {1,"ItemGoldBar10oz"};sell[] = {6,"ItemGoldBar"};};
|
||||
class L86A2_LSW_DZ {type = "trade_weapons";buy[] = {1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
|
||||
class MG36_DZ {type = "trade_weapons";buy[] = {1,"ItemGoldBar10oz"};sell[] = {6,"ItemGoldBar"};};
|
||||
class MG36_Camo_DZ {type = "trade_weapons";buy[] = {1,"ItemGoldBar10oz"};sell[] = {6,"ItemGoldBar"};};
|
||||
class L110A1_DZ {type = "trade_weapons";buy[] = {1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
|
||||
|
||||
@@ -166,6 +166,7 @@ class CfgWeapons
|
||||
|
||||
class BAF_L85A2_RIS_Holo;
|
||||
#include "Rifles\L85A2.hpp"
|
||||
#include "Rifles\L86A2.hpp"
|
||||
|
||||
class bizon;
|
||||
class bizon_silenced;
|
||||
|
||||
11
SQF/dayz_code/Configs/CfgWeapons/Rifles/L86A2.hpp
Normal file
11
SQF/dayz_code/Configs/CfgWeapons/Rifles/L86A2.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
class BAF_L86A2_ACOG;
|
||||
class L86A2_LSW_DZ: BAF_L86A2_ACOG {
|
||||
magazines[] =
|
||||
{
|
||||
30Rnd_556x45_Stanag,
|
||||
30Rnd_556x45_G36,
|
||||
100Rnd_556x45_BetaCMag,
|
||||
20Rnd_556x45_Stanag,
|
||||
60Rnd_556x45_Stanag_tape_ice_DZE
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user