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,6 +1,7 @@
class Bizon_DZ : bizon
{
model = "z\addons\dayz_communityweapons\bizon\bizon.p3d";
displayName = $STR_DZ_WPN_BIZON_NAME;
magazines[] =
{
@@ -21,6 +22,7 @@ class Bizon_DZ : bizon
class Bizon_SD_DZ : bizon_silenced
{
model = "z\addons\dayz_communityweapons\bizon\bizon_sd.p3d";
displayName = $STR_DZ_WPN_BIZON_SD_NAME;
magazines[] =
{
@@ -36,7 +38,7 @@ class Bizon_SD_DZ : bizon_silenced
{
class RemoveSuppressor
{
text = $STR_DZ_ATT_SUP545_RMVE;
text = $STR_DZ_ATT_SUP9BIZON_RMVE;
script = "; ['Attachment_SupBizon',_id,'Bizon_DZ'] call player_removeAttachment";
};
};