mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 17:20: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:
@@ -23,6 +23,30 @@ class AK_107_GL_pso
|
||||
{
|
||||
weight = 5.5;
|
||||
};
|
||||
class AK107_Kobra_DZ
|
||||
{
|
||||
weight = 3.8;
|
||||
};
|
||||
class AK107_GL_Kobra_DZ
|
||||
{
|
||||
weight = 5.3;
|
||||
};
|
||||
class AK107_PSO_DZ
|
||||
{
|
||||
weight = 4;
|
||||
};
|
||||
class AK107_GL_PSO_DZ
|
||||
{
|
||||
weight = 5.5;
|
||||
};
|
||||
class AK107_DZ
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
class AK107_GL_DZ
|
||||
{
|
||||
weight = 4.5;
|
||||
};
|
||||
class AKS_74_U
|
||||
{
|
||||
weight = 2.7;
|
||||
|
||||
Reference in New Issue
Block a user