mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Add AKS Gold and Silver
Thx Robert Hammer
This commit is contained in:
@@ -50,6 +50,7 @@ Included Custom Addons
|
|||||||
* RH Pistol Pack Remake by Robert Hammer - http://www.armaholic.com/page.php?id=12800
|
* RH Pistol Pack Remake by Robert Hammer - http://www.armaholic.com/page.php?id=12800
|
||||||
* RH SMG pack by Robert Hammer - http://www.armaholic.com/page.php?id=13788
|
* RH SMG pack by Robert Hammer - http://www.armaholic.com/page.php?id=13788
|
||||||
* RH HK416 Pack by Robert Hammer - http://www.armaholic.com/page.php?id=11789
|
* RH HK416 Pack by Robert Hammer - http://www.armaholic.com/page.php?id=11789
|
||||||
|
* RH Ak's Pack by Robert Hammer - http://www.armaholic.com/page.php?id=9029
|
||||||
|
|
||||||
--------------------------
|
--------------------------
|
||||||
Included Custom Islands
|
Included Custom Islands
|
||||||
|
|||||||
@@ -25,9 +25,9 @@ weaponsRU[] =
|
|||||||
{Loot_WEAPON, 7, Bizon_SD_DZ},
|
{Loot_WEAPON, 7, Bizon_SD_DZ},
|
||||||
|
|
||||||
// Assault Rifles
|
// Assault Rifles
|
||||||
{Loot_WEAPON, 6, AK74_Kobra_DZ},
|
|
||||||
{Loot_WEAPON, 6, AKS74U_DZ},
|
{Loot_WEAPON, 6, AKS74U_DZ},
|
||||||
{Loot_WEAPON, 1, AKS_GOLD},
|
{Loot_WEAPON, 1, AKS_Gold_DZ},
|
||||||
|
{Loot_WEAPON, 1, AKS_Silver_DZ},
|
||||||
{Loot_WEAPON, 6, AKM_DZ},
|
{Loot_WEAPON, 6, AKM_DZ},
|
||||||
{Loot_WEAPON, 6, AK107_DZ}, // Attachment support added to AK-107 in 1.0.7
|
{Loot_WEAPON, 6, AK107_DZ}, // Attachment support added to AK-107 in 1.0.7
|
||||||
{Loot_WEAPON, 6, AK74_DZ},
|
{Loot_WEAPON, 6, AK74_DZ},
|
||||||
|
|||||||
@@ -6,7 +6,9 @@ class Category_11 {
|
|||||||
class AA12_PMC {type = "trade_weapons";buy[] = {8,"ItemGoldBar"};sell[] = {5,"ItemGoldBar"};};
|
class AA12_PMC {type = "trade_weapons";buy[] = {8,"ItemGoldBar"};sell[] = {5,"ItemGoldBar"};};
|
||||||
class revolver_gold_EP1 {type = "trade_weapons";buy[] = {5,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
|
class revolver_gold_EP1 {type = "trade_weapons";buy[] = {5,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
|
||||||
class Colt_Anaconda_Gold_DZ {type = "trade_weapons";buy[] = {9,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
class Colt_Anaconda_Gold_DZ {type = "trade_weapons";buy[] = {9,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||||
class AKS_GOLD {type = "trade_weapons";buy[] = {8,"ItemGoldBar10oz"};sell[] = {4,"ItemGoldBar10oz"};};
|
class AKS_GOLD {type = "trade_weapons";buy[] = {-8,"ItemGoldBar10oz"};sell[] = {4,"ItemGoldBar10oz"};};
|
||||||
|
class AKS_Gold_DZ {type = "trade_weapons";buy[] = {8,"ItemGoldBar10oz"};sell[] = {4,"ItemGoldBar10oz"};};
|
||||||
|
class AKS_Silver_DZ {type = "trade_weapons";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
|
||||||
class MAAWS {type = "trade_weapons";buy[] = {-8,"ItemGoldBar10oz"};sell[] = {4,"ItemGoldBar10oz"};};
|
class MAAWS {type = "trade_weapons";buy[] = {-8,"ItemGoldBar10oz"};sell[] = {4,"ItemGoldBar10oz"};};
|
||||||
class 8Rnd_B_Saiga12_74Slug {type = "trade_items";buy[] = {5,"ItemSilverBar"};sell[] = {3,"ItemSilverBar"};};
|
class 8Rnd_B_Saiga12_74Slug {type = "trade_items";buy[] = {5,"ItemSilverBar"};sell[] = {3,"ItemSilverBar"};};
|
||||||
class 8Rnd_B_Saiga12_Pellets {type = "trade_items";buy[] = {5,"ItemSilverBar"};sell[] = {3,"ItemSilverBar"};};
|
class 8Rnd_B_Saiga12_Pellets {type = "trade_items";buy[] = {5,"ItemSilverBar"};sell[] = {3,"ItemSilverBar"};};
|
||||||
|
|||||||
@@ -46,6 +46,7 @@ class CfgWeapons
|
|||||||
|
|
||||||
class AK_47_M;
|
class AK_47_M;
|
||||||
#include "Rifles\AKM.hpp"
|
#include "Rifles\AKM.hpp"
|
||||||
|
#include "Rifles\AKS.hpp"
|
||||||
|
|
||||||
#include "Rifles\RPK.hpp"
|
#include "Rifles\RPK.hpp"
|
||||||
|
|
||||||
|
|||||||
11
SQF/dayz_code/Configs/CfgWeapons/Rifles/AKS.hpp
Normal file
11
SQF/dayz_code/Configs/CfgWeapons/Rifles/AKS.hpp
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
class AKS_Gold_DZ: AKM_DZ {
|
||||||
|
displayName = $STR_DZ_WPN_AKS_GOLD_NAME;
|
||||||
|
model = "\RH_aks\RH_aks47g.p3d";
|
||||||
|
picture = "\RH_aks\inv\aks47g.paa";
|
||||||
|
};
|
||||||
|
|
||||||
|
class AKS_Silver_DZ: AKM_DZ {
|
||||||
|
displayName = $STR_DZ_WPN_AKS_SILVER_NAME;
|
||||||
|
model = "\RH_aks\RH_aks47s.p3d";
|
||||||
|
picture = "\RH_aks\inv\aks47s.paa";
|
||||||
|
};
|
||||||
@@ -12660,6 +12660,15 @@
|
|||||||
<Russian>Masada ACOG ПБС</Russian>
|
<Russian>Masada ACOG ПБС</Russian>
|
||||||
</Key>
|
</Key>
|
||||||
|
|
||||||
|
<!-- AKS -->
|
||||||
|
<Key ID="STR_DZ_WPN_AKS_GOLD_NAME">
|
||||||
|
<English>AKS Gold</English>
|
||||||
|
</Key>
|
||||||
|
<Key ID="STR_DZ_WPN_AKS_SILVER_NAME">
|
||||||
|
<English>AKS Silver</English>
|
||||||
|
<German>AKS Silber</German>
|
||||||
|
</Key>
|
||||||
|
|
||||||
<!-- **** MAGAZINES **** -->
|
<!-- **** MAGAZINES **** -->
|
||||||
|
|
||||||
<Key ID="STR_DZ_MAG_17RND_9X19_GLOCK17SD_NAME">
|
<Key ID="STR_DZ_MAG_17RND_9X19_GLOCK17SD_NAME">
|
||||||
|
|||||||
Reference in New Issue
Block a user