mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 10:16:39 +03:00
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:
@@ -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;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user