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:
ebaydayz
2016-07-10 15:25:36 -04:00
parent 4ff088c80c
commit 73d557806e
19 changed files with 628 additions and 310 deletions

View File

@@ -1,5 +1,6 @@
class Makarov_DZ : Makarov
{
displayName = $STR_DZ_WPN_PM_NAME;
magazines[] =
{
8Rnd_9x18_Makarov,
@@ -14,6 +15,7 @@ class Makarov_DZ : Makarov
class Makarov_SD_DZ : MakarovSD
{
displayName = $STR_DZ_WPN_PM_SD_NAME;
magazines[] =
{
8Rnd_9x18_MakarovSD,
@@ -24,7 +26,7 @@ class Makarov_SD_DZ : MakarovSD
{
class RemoveSuppressor
{
text = $STR_DZ_ATT_SUP545_RMVE;
text = $STR_DZ_ATT_SUP9PM_RMVE;
script = "; ['Attachment_SupMakarov',_id,'Makarov_DZ'] call player_removeAttachment";
};
};