mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-07-03 15:11:57 +03:00
Mag names, Attachments names, Translation fixes
Vanilla development commit: https://github.com/DayZMod/DayZ/commit/af9e009bae1c1b6446d610338019d6c0446845b8 - 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:
@@ -7,8 +7,8 @@ class Attachment_SupBizon : CA_Magazine
|
||||
model = "z\addons\dayz_communityassets\models\surpressor.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\attachment_silencer.paa";
|
||||
|
||||
displayName = $STR_ATTACHMENT_NAME_SILENCER_BIZON;
|
||||
descriptionShort = $STR_ATTACHMENT_DESC_SILENCER_BIZON;
|
||||
displayName = $STR_DZ_ATT_SUP9BIZON_NAME;
|
||||
descriptionShort = $STR_DZ_ATT_SUP9BIZON_DESC;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
|
||||
@@ -7,8 +7,8 @@ class Attachment_SupMakarov : CA_Magazine
|
||||
model = "z\addons\dayz_communityassets\models\surpressor.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\attachment_silencer.paa";
|
||||
|
||||
displayName = $STR_ATTACHMENT_NAME_SILENCER_MAKAROV;
|
||||
descriptionShort = $STR_ATTACHMENT_DESC_SILENCER_MAKAROV;
|
||||
displayName = $STR_DZ_ATT_SUP9PM_NAME;
|
||||
descriptionShort = $STR_DZ_ATT_SUP9PM_DESC;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user