mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Adding AK-107 to attachment system, loot, trader
This adds 6 AK-107 versions to the dayz attachment system. There is no SD version at the moment. The RPK-74 magazine could only be used with the AK-74 SD. This was unintentional. All AK-74 versions support the RPK-74 magazine now. The RPK-74 and the AK-74 magazine description needed a few adjustments.
This commit is contained in:
@@ -769,6 +769,36 @@ class Category_485 {
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class AK107_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class AK107_Kobra_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class AK107_PSO1_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class AK107_GL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class AK107_GL_Kobra_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class AK107_GL_PSO1_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class FNFAL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
|
||||
Reference in New Issue
Block a user