mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Mag names, Attachments names, Translation fixes
Vanilla development commit:
af9e009bae
- renamed magazines for better sorting
- renamed attachments for better sorting ([A] prefix added) some fixes,
some strings moved to proper section
- Remington 870 added to new attachment system (weapon flashlight)
- Double-barrel shotgun will now spawns with pellets and has Doubleshot
option (maybe this will make it more popular?)
This commit is contained in:
@@ -1,7 +1,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;
|
||||
cartridgeName = "545x39";
|
||||
|
||||
class ItemActions
|
||||
@@ -13,7 +13,7 @@ class 30Rnd_545x39_AK : CA_Magazine
|
||||
class 30Rnd_545x39_AKSD : 30Rnd_545x39_AK
|
||||
{
|
||||
picture = "\z\addons\dayz_communityweapons\magazines\data\m_ak74sd_ca.paa";
|
||||
|
||||
displayName = $STR_DZ_MAG_30RND_545x39_AKSD_NAME;
|
||||
cartridgeName = "545x39_SD";
|
||||
|
||||
class ItemActions
|
||||
|
||||
Reference in New Issue
Block a user