mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Add Sa61 Epoch version
This commit is contained in:
@@ -964,6 +964,7 @@ DesertEagle_DZ
|
||||
DesertEagle_Gold_DZ
|
||||
DesertEagle_Silver_DZ
|
||||
DesertEagle_Modern_DZ
|
||||
Sa61_DZ
|
||||
MeleeHatchet
|
||||
MeleeCrowbar
|
||||
MeleeMachete
|
||||
|
||||
@@ -719,4 +719,5 @@ CZ75SP_SD_DZ
|
||||
DesertEagle_DZ
|
||||
DesertEagle_Gold_DZ
|
||||
DesertEagle_Silver_DZ
|
||||
DesertEagle_Modern_DZ
|
||||
DesertEagle_Modern_DZ
|
||||
Sa61_DZ
|
||||
@@ -214,7 +214,8 @@ weaponsCZ[] =
|
||||
{Loot_WEAPON, 2, CZ75P_DZ},
|
||||
{Loot_WEAPON, 2, CZ75D_DZ},
|
||||
{Loot_WEAPON, 2, CZ75SP_DZ},
|
||||
{Loot_WEAPON, 1, CZ75SP_SD_DZ},
|
||||
{Loot_WEAPON, 1, CZ75SP_SD_DZ},
|
||||
{Loot_WEAPON, 5, Sa61_DZ},
|
||||
|
||||
// Bolt action rifles and shotguns
|
||||
{Loot_WEAPON, 5, USAS12_DZ},
|
||||
|
||||
@@ -84,7 +84,7 @@ class Category_13 {
|
||||
|
||||
//Submachine Guns
|
||||
class Category_14 {
|
||||
class Sa61_EP1 {type = "trade_weapons";buy[] = {1,"ItemGoldBar"};sell[] = {5,"ItemSilverBar10oz"};};
|
||||
class Sa61_DZ {type = "trade_weapons";buy[] = {1,"ItemGoldBar"};sell[] = {5,"ItemSilverBar10oz"};};
|
||||
class Mac10_DZ {type = "trade_weapons";buy[] = {1,"ItemGoldBar"};sell[] = {5,"ItemSilverBar10oz"};};
|
||||
class TEC9_DZ {type = "trade_weapons";buy[] = {1,"ItemGoldBar"};sell[] = {5,"ItemSilverBar10oz"};};
|
||||
class PDW_DZ {type = "trade_weapons";buy[] = {4,"ItemGoldBar"};sell[] = {2,"ItemGoldBar"};};
|
||||
|
||||
@@ -84,7 +84,7 @@ class Category_13 {
|
||||
|
||||
//Submachine Guns
|
||||
class Category_14 {
|
||||
class Sa61_EP1 {type = "trade_weapons";buy[] = {100,"worth"};sell[] = {50,"worth"};};
|
||||
class Sa61_DZ {type = "trade_weapons";buy[] = {100,"worth"};sell[] = {50,"worth"};};
|
||||
class Mac10_DZ {type = "trade_weapons";buy[] = {100,"worth"};sell[] = {50,"worth"};};
|
||||
class TEC9_DZ {type = "trade_weapons";buy[] = {100,"worth"};sell[] = {50,"worth"};};
|
||||
class PDW_DZ {type = "trade_weapons";buy[] = {400,"worth"};sell[] = {200,"worth"};};
|
||||
|
||||
@@ -245,7 +245,8 @@ class CfgWeapons
|
||||
class UZI_SD_EP1;
|
||||
#include "Pistols\PDW.hpp"
|
||||
#include "Pistols\TEC9.hpp"
|
||||
#include "Pistols\MAC10.hpp"
|
||||
#include "Pistols\MAC10.hpp"
|
||||
#include "Pistols\SA61.hpp"
|
||||
|
||||
class revolver_EP1;
|
||||
#include "Pistols\Revolver.hpp"
|
||||
|
||||
4
SQF/dayz_code/Configs/CfgWeapons/Pistols/SA61.hpp
Normal file
4
SQF/dayz_code/Configs/CfgWeapons/Pistols/SA61.hpp
Normal file
@@ -0,0 +1,4 @@
|
||||
class Sa61_EP1;
|
||||
class Sa61_DZ: Sa61_EP1 {
|
||||
displayName = $STR_DZ_WPN_SA61_NAME;
|
||||
};
|
||||
Reference in New Issue
Block a user