mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 19:06:29 +03:00
Updating strings for AK74, RPK74, MG36 magazines
This fixes the error message of duplicated stringtable entry from a commit before.
This commit is contained in:
@@ -2,6 +2,7 @@ class 30Rnd_545x39_AK : CA_Magazine
|
||||
{
|
||||
picture = "\z\addons\dayz_communityweapons\magazines\data\m_ak74_ca.paa";
|
||||
displayName = $STR_DZ_MAG_30RND_545x39_AK_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_30RND_AK74_DESC;
|
||||
cartridgeName = "545x39";
|
||||
|
||||
class ItemActions
|
||||
@@ -27,7 +28,7 @@ class 75Rnd_545x39_RPK : CA_Magazine
|
||||
model = "\ca\weapons\mag_univ.p3d";
|
||||
picture = "\CA\weapons\AK\data\equip\M_RPK_74_CA.paa";
|
||||
displayName = $STR_DZ_MAG_75RND_545X39_RPK_NAME;
|
||||
descriptionShort = $STR_DSS_75Rnd_RPK;
|
||||
descriptionShort = $STR_DZ_MAG_75RND_RPK74_DESC;
|
||||
|
||||
count = 75;
|
||||
tracersEvery = 4;
|
||||
|
||||
@@ -19,7 +19,7 @@ class 100Rnd_556x45_M249 : 200Rnd_556x45_M249
|
||||
|
||||
class 100Rnd_556x45_BetaCMag: CA_Magazine {
|
||||
scope = public;
|
||||
displayName = "MG36 Mag.";
|
||||
displayName = $STR_DZ_MAG_100RND_556x45_MG36_NAME;
|
||||
ammo = "B_556x45_Ball";
|
||||
count = 100;
|
||||
initSpeed = 920;
|
||||
@@ -27,7 +27,7 @@ class 100Rnd_556x45_BetaCMag: CA_Magazine {
|
||||
type="256";
|
||||
tracersEvery = 4;
|
||||
lastRoundsTracer = 4;
|
||||
descriptionShort = "Caliber: 5.56x45 mm NATO Rounds: 100 Used in: MG36, X8 SAW";
|
||||
descriptionShort = $STR_DZ_MAG_100RND_MG36_DESC;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user