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

@@ -4,8 +4,8 @@ class Winchester1866_DZ : Rifle
model = "\dayz_weapons\models\Winchester1866.p3d";
picture = "\dayz_weapons\textures\equip_winchester1866_CA.paa";
displayname = $STR_WPN_NAME_1;
descriptionShort = $STR_WPN_DESC_1;
displayname = $STR_DZ_WPN_W1866_NAME;
descriptionShort = $STR_DZ_WPN_W1866_DESC;
magazines[] = {15Rnd_W1866_Slug};
@@ -29,9 +29,4 @@ class Winchester1866_DZ : Rifle
recoil = "recoil_single_primary_9outof10";
recoilProne = "recoil_single_primary_prone_8outof10";
};
class Library
{
libTextDesc = $STR_WPN_DESC_1;
};
};