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

@@ -2,6 +2,9 @@
class 5x_22_LR_17_HMR;
class 5Rnd_17HMR : 5x_22_LR_17_HMR
{
displayName = $STR_DZ_MAG_5RND_17HMR_NAME;
descriptionShort = $STR_DZ_MAG_5RND_17HMR_DESC;
model = "\dayz_equip\models\mag5rnd.p3d";
class ItemActions
@@ -15,6 +18,7 @@ class 10x_303;
class 10Rnd_303British : 10x_303
{
model = "\dayz_equip\models\mag10rnd.p3d";
displayName = $STR_DZ_MAG_10RND_303BRITISH_NAME;
class ItemActions
{
@@ -29,8 +33,8 @@ class 15Rnd_W1866_Slug : CA_Magazine
model = "\z\addons\dayz_communityassets\models\winammo.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_winammo_ca.paa";
displayName = $STR_MAG_NAME_2;
descriptionShort = $STR_MAG_DESC_2;
displayName = $STR_DZ_MAG_15RND_W1866_NAME;
descriptionShort = $STR_DZ_MAG_15RND_W1866_DESC;
ammo = B_1866_Slug;
count = 15;