mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Add RSASS, MSR, XM2010
- Add RSASS, MSR, XM2010 normal, SD, NV and TWS versions - SD versions have a slightly slower bullet speed as the non sd versions. Server Admins have to be careful with adding the SD versions to not hurt the server balance. - Remove old AS50 ammo config, it is not needed any longer, also switch to the correct AS50 magazine classname. Thx @AlwarrenSidh for the weapons.
This commit is contained in:
@@ -57,6 +57,9 @@ AmmoCZ[] = {
|
||||
{Loot_MAGAZINE, 3, 30Rnd_556x45_G36SD},
|
||||
{Loot_MAGAZINE, 3, 30Rnd_762x39_SA58},
|
||||
|
||||
// Sniper rifles
|
||||
{Loot_MAGAZINE, 1, 5Rnd_762x67_XM2010},
|
||||
|
||||
// Machine gun
|
||||
{Loot_MAGAZINE, 1, 50Rnd_762x54_UK59}
|
||||
};
|
||||
@@ -119,6 +122,7 @@ AmmoUS[] =
|
||||
// Sniper rifles
|
||||
{Loot_MAGAZINE, 7, 5Rnd_762x51_M24},
|
||||
{Loot_MAGAZINE, 1, 10Rnd_127x99_m107},
|
||||
{Loot_MAGAZINE, 1, 7Rnd_86x70_MSR},
|
||||
{Loot_MAGAZINE, 4, 20Rnd_762x51_DMR},
|
||||
|
||||
// Machine guns
|
||||
@@ -162,7 +166,8 @@ AmmoEU[] =
|
||||
|
||||
//Sniper rifle
|
||||
{Loot_MAGAZINE, 3, 5Rnd_86x70_L115A1},
|
||||
{Loot_MAGAZINE, 1, 5Rnd_127x99_as50},
|
||||
{Loot_MAGAZINE, 1, 5Rnd_127x99_as50_CP},
|
||||
{Loot_MAGAZINE, 1, 20Rnd_762x51_RSASS},
|
||||
|
||||
// Machine guns
|
||||
{Loot_MAGAZINE, 3, 100Rnd_556x45_BetaCMag},
|
||||
|
||||
@@ -59,6 +59,7 @@ weaponsUS[] =
|
||||
{Loot_WEAPON, 4, M14_DZ},
|
||||
{Loot_WEAPON, 3, DMR_DZ},
|
||||
{Loot_WEAPON, 1, M107_DZ}, // High value weapon, low spawn chance.
|
||||
{Loot_WEAPON, 1, MSR_DZ}, // High value weapon, low spawn chance.
|
||||
|
||||
// Submachine Guns
|
||||
{Loot_WEAPON, 3, PDW_DZ},
|
||||
@@ -100,6 +101,7 @@ weaponsEU[] =
|
||||
{Loot_WEAPON, 1, L115A3_2_DZ}, // Green Lapua
|
||||
{Loot_WEAPON, 4, SCAR_H_LNG_Sniper_SD},
|
||||
{Loot_WEAPON, 4, SCAR_H_LNG_Sniper},
|
||||
{Loot_WEAPON, 1, RSASS_DZ},
|
||||
{Loot_WEAPON, 4, FNFAL_DZ},
|
||||
{Loot_WEAPON, 3, FN_FAL_ANPVS4_DZE}, //FNFAL_ANPVS4_DZ is NV only _DZE is toggleable
|
||||
{Loot_WEAPON, 1, BAF_AS50_scoped_DZ}, // High value weapon, low spawn chance.
|
||||
@@ -153,6 +155,7 @@ weaponsCZ[] =
|
||||
// Sniper Rifles
|
||||
{Loot_WEAPON, 3, CZ750_DZ},
|
||||
{Loot_WEAPON, 3, M110_NVG_EP1}, // Technically a US rifle, but the CZ group does not have a DMR type rifle.
|
||||
{Loot_WEAPON, 1, XM2010_DZ}, // High value weapon, low spawn chance.
|
||||
|
||||
// Submachine Guns
|
||||
{Loot_WEAPON, 7, Scorpion_Evo3_DZ},
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
class 5Rnd_127x99_as50;
|
||||
class 5Rnd_127x99_as50_CP : 5Rnd_127x99_as50
|
||||
{
|
||||
ammo = "B_127x99_Ball_noTracer";
|
||||
};
|
||||
@@ -118,4 +118,27 @@ class 10Rnd_762x51_CZ750 : 5Rnd_762x51_M24
|
||||
};
|
||||
};
|
||||
|
||||
class 20Rnd_762x51_RSASS: CA_Magazine
|
||||
{
|
||||
scope = public;
|
||||
initSpeed = 900;
|
||||
picture = "\FHQ_Remington\ammo\ui\i_20rndpmag.paa";
|
||||
model = "\FHQ_Remington\RSASS\magazine.p3d";
|
||||
displayName = $STR_DZ_MAG_20RND_RSASS_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_20RND_RSASS_DESC;
|
||||
count = 20;
|
||||
ammo = "Rem_762x51_Ball";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
|
||||
class 20Rnd_762x51_RSASS_SD: 20Rnd_762x51_RSASS
|
||||
{
|
||||
initSpeed = 850;
|
||||
displayName = $STR_DZ_MAG_20RND_RSASSSD_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_20RND_RSASSSD_DESC;
|
||||
ammo = "Rem_762x51_SD";
|
||||
};
|
||||
|
||||
19
SQF/dayz_code/Configs/CfgMagazines/Magazines/762x67.hpp
Normal file
19
SQF/dayz_code/Configs/CfgMagazines/Magazines/762x67.hpp
Normal file
@@ -0,0 +1,19 @@
|
||||
class 5Rnd_762x67_XM2010: CA_Magazine
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_DZ_MAG_5RND_XM2010_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_5RND_XM2010_DESC;
|
||||
count = 5;
|
||||
ammo = "Rem_300Win_Ball";
|
||||
initSpeed = 850;
|
||||
picture = "\FHQ_Remington\ammo\ui\i_xm2010.paa";
|
||||
model = "\FHQ_Remington\XM2010\magazine.p3d";
|
||||
};
|
||||
|
||||
class 5Rnd_762x67_XM2010_SD: 5Rnd_762x67_XM2010
|
||||
{
|
||||
initSpeed = 750;
|
||||
displayName = $STR_DZ_MAG_5RND_XM2010SD_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_5RND_XM2010SD_DESC;
|
||||
ammo = "Rem_300Win_SD";
|
||||
};
|
||||
28
SQF/dayz_code/Configs/CfgMagazines/Magazines/86x70.hpp
Normal file
28
SQF/dayz_code/Configs/CfgMagazines/Magazines/86x70.hpp
Normal file
@@ -0,0 +1,28 @@
|
||||
//L115
|
||||
class 5Rnd_86x70_L115A1: CA_Magazine
|
||||
{
|
||||
displayName = $STR_DZ_MAG_5Rnd_86x70_L115A1_NAME;
|
||||
|
||||
cartridgeName = "86x70";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
|
||||
class 7Rnd_86x70_MSR: 5Rnd_86x70_L115A1
|
||||
{
|
||||
displayName = $STR_DZ_MAG_7RND_MSR_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_7RND_MSR_DESC;
|
||||
count = 7;
|
||||
picture = "\FHQ_Remington\ammo\ui\i_msr.paa";
|
||||
model = "\FHQ_Remington\XM2010\magazine.p3d";
|
||||
};
|
||||
|
||||
class 7Rnd_86x70_MSR_SD: 7Rnd_86x70_MSR
|
||||
{
|
||||
initSpeed = 850;
|
||||
displayName = $STR_DZ_MAG_7RND_MSRSD_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_7RND_MSRSD_DESC;
|
||||
};
|
||||
@@ -17,10 +17,11 @@
|
||||
#include "762x54r.hpp" //PK, SVD, Mosin
|
||||
#include "46x30.hpp" //MP7
|
||||
#include "680x43.hpp" //ACR
|
||||
#include "86x70.hpp" //L115, MSR
|
||||
#include "762x67.hpp" //XM2010
|
||||
#include "Misc.hpp" //CZ550, Lee-Enfield
|
||||
#include "Shotgun.hpp"
|
||||
#include "Arrows.hpp"
|
||||
#include "LauncherAmmo.hpp"
|
||||
#include "127x99.hpp" //Remove after A2OA stable branch exceeds Version 1.63.131129
|
||||
|
||||
#undef COMBINE_MAG
|
||||
@@ -50,18 +50,7 @@ class 5Rnd_127x108_KSVK : CA_Magazine
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
//L115
|
||||
class 5Rnd_86x70_L115A1: CA_Magazine
|
||||
{
|
||||
displayName = $STR_DZ_MAG_5Rnd_86x70_L115A1_NAME;
|
||||
|
||||
cartridgeName = "86x70";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
|
||||
//VSS
|
||||
class 10Rnd_9x39_SP5_VSS: CA_Magazine
|
||||
{
|
||||
|
||||
@@ -133,14 +133,20 @@ class Category_8 {
|
||||
class SCAR_H_LNG_Sniper {type = "trade_weapons";buy[] = {6,"ItemGoldBar10oz"};sell[] = {3,"ItemGoldBar10oz"};};
|
||||
class SCAR_H_LNG_Sniper_SD {type = "trade_weapons";buy[] = {2,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
|
||||
class M110_NVG_EP1 {type = "trade_weapons";buy[] = {7,"ItemGoldBar10oz"};sell[] = {4,"ItemGoldBar10oz"};};
|
||||
class RSASS_DZ {type = "trade_weapons";buy[] = {6,"ItemGoldBar10oz"};sell[] = {3,"ItemGoldBar10oz"};};
|
||||
class RSASS_SD_DZ {type = "trade_weapons";buy[] = {-6,"ItemGoldBar10oz"};sell[] = {3,"ItemGoldBar10oz"};};
|
||||
class DMR_DZ {type = "trade_weapons";buy[] = {6,"ItemGoldBar10oz"};sell[] = {3,"ItemGoldBar10oz"};};
|
||||
class DMR_Gh_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar"};sell[] = {31,"ItemGoldBar"};};
|
||||
class XM2010_DZ {type = "trade_weapons";buy[] = {8,"ItemGoldBar10oz"};sell[] = {4,"ItemGoldBar10oz"};};
|
||||
class XM2010_SD_DZ {type = "trade_weapons";buy[] = {-1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
class BAF_LRR_scoped {type = "trade_weapons";buy[] = {-1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
class BAF_LRR_scoped_W {type = "trade_weapons";buy[] = {-1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
//Tan Lapua // DayZ Mod version
|
||||
class L115A3_DZ {type = "trade_weapons";buy[] = {1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
//Green Lapua // DayZ Mod version
|
||||
class L115A3_2_DZ {type = "trade_weapons";buy[] = {1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
class L115A3_2_DZ {type = "trade_weapons";buy[] = {1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
class MSR_DZ {type = "trade_weapons";buy[] = {1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
class MSR_SD_DZ {type = "trade_weapons";buy[] = {-1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
class m107_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar"};sell[] = {6,"ItemGoldBar10oz"};};
|
||||
class Anzio_20_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar"};sell[] = {8,"ItemGoldBar10oz"};};
|
||||
class BAF_AS50_scoped_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar"};sell[] = {8,"ItemGoldBar10oz"};};
|
||||
@@ -155,10 +161,17 @@ class Category_9 {
|
||||
class 20Rnd_762x51_SB_SCAR {type = "trade_items";buy[] = {1,"ItemGoldBar"};sell[] = {5,"ItemSilverBar10oz"};};
|
||||
class 20Rnd_762x51_FNFAL {type = "trade_items";buy[] = {4,"ItemSilverBar10oz"};sell[] = {2,"ItemSilverBar10oz"};};
|
||||
class 20Rnd_762x51_DMR {type = "trade_items";buy[] = {8,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
|
||||
class 20Rnd_762x51_RSASS {type = "trade_items";buy[] = {8,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
|
||||
class 20Rnd_762x51_RSASS_SD {type = "trade_items";buy[] = {-8,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
|
||||
class 5Rnd_762x67_XM2010 {type = "trade_items";buy[] = {6,"ItemGoldBar"};sell[] = {3,"ItemGoldBar"};};
|
||||
class 5Rnd_762x67_XM2010_SD {type = "trade_items";buy[] = {-6,"ItemGoldBar"};sell[] = {3,"ItemGoldBar"};};
|
||||
class 5Rnd_86x70_L115A1 {type = "trade_items";buy[] = {6,"ItemGoldBar"};sell[] = {2,"ItemGoldBar"};};
|
||||
class 7Rnd_86x70_MSR {type = "trade_items";buy[] = {7,"ItemGoldBar"};sell[] = {3,"ItemGoldBar"};};
|
||||
class 7Rnd_86x70_MSR_SD {type = "trade_items";buy[] = {-7,"ItemGoldBar"};sell[] = {3,"ItemGoldBar"};};
|
||||
class 10Rnd_127x99_M107 {type = "trade_items";buy[] = {-1,"ItemGoldBar"};sell[] = {5,"ItemGoldBar"};};
|
||||
class 3rnd_Anzio_20x102mm {type = "trade_items";buy[] = {-1,"ItemGoldBar"};sell[] = {8,"ItemGoldBar"};};
|
||||
class 5Rnd_127x99_AS50 {type = "trade_items";buy[] = {-1,"ItemGoldBar"};sell[] = {8,"ItemGoldBar"};};
|
||||
class 5Rnd_127x99_as50_CP {type = "trade_items";buy[] = {-1,"ItemGoldBar"};sell[] = {8,"ItemGoldBar"};};
|
||||
class 5Rnd_127x108_KSVK {type = "trade_items";buy[] = {4,"ItemGoldBar"};sell[] = {2,"ItemGoldBar"};};
|
||||
class 200Rnd_556x45_M249 {type = "trade_items";buy[] = {4,"ItemGoldBar"};sell[] = {2,"ItemGoldBar"};};
|
||||
class 100Rnd_762x51_M240 {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
|
||||
|
||||
@@ -133,14 +133,20 @@ class Category_3 {
|
||||
class SCAR_H_LNG_Sniper {type = "trade_weapons";buy[] = {6,"ItemGoldBar10oz"};sell[] = {3,"ItemGoldBar10oz"};};
|
||||
class SCAR_H_LNG_Sniper_SD {type = "trade_weapons";buy[] = {2,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
|
||||
class M110_NVG_EP1 {type = "trade_weapons";buy[] = {7,"ItemGoldBar10oz"};sell[] = {4,"ItemGoldBar10oz"};};
|
||||
class RSASS_DZ {type = "trade_weapons";buy[] = {6,"ItemGoldBar10oz"};sell[] = {3,"ItemGoldBar10oz"};};
|
||||
class RSASS_SD_DZ {type = "trade_weapons";buy[] = {-6,"ItemGoldBar10oz"};sell[] = {3,"ItemGoldBar10oz"};};
|
||||
class DMR_DZ {type = "trade_weapons";buy[] = {6,"ItemGoldBar10oz"};sell[] = {3,"ItemGoldBar10oz"};};
|
||||
class DMR_Gh_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar"};sell[] = {31,"ItemGoldBar"};};
|
||||
class XM2010_DZ {type = "trade_weapons";buy[] = {8,"ItemGoldBar10oz"};sell[] = {4,"ItemGoldBar10oz"};};
|
||||
class XM2010_SD_DZ {type = "trade_weapons";buy[] = {-1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
class BAF_LRR_scoped {type = "trade_weapons";buy[] = {-1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
class BAF_LRR_scoped_W {type = "trade_weapons";buy[] = {-1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
//Tan Lapua // DayZ Mod version
|
||||
class L115A3_DZ {type = "trade_weapons";buy[] = {1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
//Green Lapua // DayZ Mod version
|
||||
class L115A3_2_DZ {type = "trade_weapons";buy[] = {1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
class MSR_DZ {type = "trade_weapons";buy[] = {1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
class MSR_SD_DZ {type = "trade_weapons";buy[] = {-1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
class m107_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar"};sell[] = {6,"ItemGoldBar10oz"};};
|
||||
class Anzio_20_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar"};sell[] = {8,"ItemGoldBar10oz"};};
|
||||
class BAF_AS50_scoped_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar"};sell[] = {8,"ItemGoldBar10oz"};};
|
||||
@@ -155,10 +161,17 @@ class Category_4 {
|
||||
class 20Rnd_762x51_SB_SCAR {type = "trade_items";buy[] = {1,"ItemGoldBar"};sell[] = {5,"ItemSilverBar10oz"};};
|
||||
class 20Rnd_762x51_FNFAL {type = "trade_items";buy[] = {4,"ItemSilverBar10oz"};sell[] = {2,"ItemSilverBar10oz"};};
|
||||
class 20Rnd_762x51_DMR {type = "trade_items";buy[] = {8,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
|
||||
class 20Rnd_762x51_RSASS {type = "trade_items";buy[] = {8,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
|
||||
class 20Rnd_762x51_RSASS_SD {type = "trade_items";buy[] = {-8,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
|
||||
class 5Rnd_762x67_XM2010 {type = "trade_items";buy[] = {6,"ItemGoldBar"};sell[] = {3,"ItemGoldBar"};};
|
||||
class 5Rnd_762x67_XM2010_SD {type = "trade_items";buy[] = {-6,"ItemGoldBar"};sell[] = {3,"ItemGoldBar"};};
|
||||
class 5Rnd_86x70_L115A1 {type = "trade_items";buy[] = {6,"ItemGoldBar"};sell[] = {2,"ItemGoldBar"};};
|
||||
class 7Rnd_86x70_MSR {type = "trade_items";buy[] = {7,"ItemGoldBar"};sell[] = {3,"ItemGoldBar"};};
|
||||
class 7Rnd_86x70_MSR_SD {type = "trade_items";buy[] = {-7,"ItemGoldBar"};sell[] = {3,"ItemGoldBar"};};
|
||||
class 10Rnd_127x99_M107 {type = "trade_items";buy[] = {-1,"ItemGoldBar"};sell[] = {5,"ItemGoldBar"};};
|
||||
class 3rnd_Anzio_20x102mm {type = "trade_items";buy[] = {-1,"ItemGoldBar"};sell[] = {8,"ItemGoldBar"};};
|
||||
class 5Rnd_127x99_AS50 {type = "trade_items";buy[] = {-1,"ItemGoldBar"};sell[] = {8,"ItemGoldBar"};};
|
||||
class 5Rnd_127x99_as50_CP {type = "trade_items";buy[] = {-1,"ItemGoldBar"};sell[] = {8,"ItemGoldBar"};};
|
||||
class 5Rnd_127x108_KSVK {type = "trade_items";buy[] = {4,"ItemGoldBar"};sell[] = {2,"ItemGoldBar"};};
|
||||
class 200Rnd_556x45_M249 {type = "trade_items";buy[] = {4,"ItemGoldBar"};sell[] = {2,"ItemGoldBar"};};
|
||||
class 100Rnd_762x51_M240 {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
|
||||
|
||||
@@ -54,6 +54,7 @@ class CfgWeapons
|
||||
class Single;
|
||||
};
|
||||
#include "Rifles\DMR.hpp"
|
||||
#include "Rifles\RSASS.hpp"
|
||||
|
||||
class FN_FAL;
|
||||
class FN_FAL_ANPVS4;
|
||||
@@ -97,7 +98,7 @@ class CfgWeapons
|
||||
#include "Rifles\M24.hpp"
|
||||
|
||||
class M40A3;
|
||||
#include "Rifles\M40A3.hpp"
|
||||
#include "Rifles\M40A3.hpp"
|
||||
|
||||
class M249;
|
||||
#include "Rifles\M249.hpp"
|
||||
@@ -176,8 +177,8 @@ class CfgWeapons
|
||||
#include "Rifles\Remington870.hpp"
|
||||
#include "Rifles\Crossbow.hpp"
|
||||
#include "Rifles\L115A3.hpp"
|
||||
|
||||
|
||||
#include "Rifles\MSR.hpp"
|
||||
#include "Rifles\XM2010.hpp"
|
||||
|
||||
/* PISTOLS */
|
||||
|
||||
|
||||
220
SQF/dayz_code/Configs/CfgWeapons/Rifles/MSR.hpp
Normal file
220
SQF/dayz_code/Configs/CfgWeapons/Rifles/MSR.hpp
Normal file
@@ -0,0 +1,220 @@
|
||||
class MSR_BASE: Rifle
|
||||
{
|
||||
scope = private;
|
||||
irLaserPos = "laser pos";
|
||||
irLaserEnd = "laser dir";
|
||||
irDistance = 100;
|
||||
handAnim[] = {"OFP2_ManSkeleton","\fhq_remington\anims\MSR_anim.rtm"};
|
||||
UiPicture = "\CA\weapons\data\Ico\i_sniper_CA.paa";
|
||||
picture = "\fhq_remington\XM2010\icons\xm2010.paa";
|
||||
dexterity = 1.35;
|
||||
displayName = "XM2010";
|
||||
modelOptics = "\ca\Weapons_baf\LRR_optic";
|
||||
opticsPPEffects[] = {"OpticsCHAbera1","OpticsBlur1"};
|
||||
opticsFlare = 1;
|
||||
begin1[] = {"\dayz_epoch_c\sounds\weapons\msr.ogg",10,1,2000};
|
||||
soundBegin[] = {"begin1",1};
|
||||
soundContinuous = 0;
|
||||
drySound[] = {"Ca\sounds\Weapons\rifles\dry",0.01,1,10};
|
||||
reloadMagazineSound[] = {"ca\sounds\weapons\rifles\reload-m16-3",0.1,1,20};
|
||||
minRange = 0;
|
||||
minRangeProbab = 0.1;
|
||||
midRange = 500;
|
||||
midRangeProbab = 0.7;
|
||||
maxRange = 1000;
|
||||
maxRangeProbab = 0.05;
|
||||
initSpeed = 936;
|
||||
dispersion = 0.00012;
|
||||
magazines[] = {"7Rnd_86x70_MSR"};
|
||||
reloadTime = 2;
|
||||
backgroundReload = 1;
|
||||
recoil = "recoil_single_primary_6outof10";
|
||||
recoilProne = "recoil_single_primary_prone_5outof10";
|
||||
value = 1000;
|
||||
aiRateOfFire = 8;
|
||||
aiRateOfFireDistance = 1000;
|
||||
class Library
|
||||
{
|
||||
libTextDesc = "The Remington Modular Sniper Rifle (MSR) is a step forward in sniper rifle performance. Chambered for the .338 Lapua Magnum, it offers precision shooting over rangers of 1500 meters or more.";
|
||||
};
|
||||
descriptionShort = "Sniper rifle <br/>Caliber: .338 Lapua Magnum";
|
||||
weaponInfoType = "RscWeaponZeroing";
|
||||
optics = 1;
|
||||
visionMode[] = {"Normal"};
|
||||
discreteDistance[] = {100,200,300,400,500,600,700,800,1000,1200,1400};
|
||||
discreteDistanceInitIndex = 2;
|
||||
opticsDisablePeripherialVision = 1;
|
||||
opticsZoomMin = 0.0498;
|
||||
distanceZoomMin = 400;
|
||||
opticsZoomMax = 0.15;
|
||||
distanceZoomMax = 120;
|
||||
discretefov[] = {0.0755,0.0249};
|
||||
discreteInitIndex = 0;
|
||||
};
|
||||
class MSR_SD_BASE: Rifle
|
||||
{
|
||||
scope = private;
|
||||
irLaserPos = "laser pos";
|
||||
irLaserEnd = "laser dir";
|
||||
irDistance = 100;
|
||||
fireLightDuration = 0;
|
||||
fireLightIntensity = 0;
|
||||
handAnim[] = {"OFP2_ManSkeleton","\fhq_remington\anims\MSR_anim.rtm"};
|
||||
UiPicture = "\CA\weapons\data\Ico\i_sniper_CA.paa";
|
||||
picture = "\fhq_remington\XM2010\icons\xm2010.paa";
|
||||
dexterity = 1.35;
|
||||
displayName = "XM2010 SD";
|
||||
modelOptics = "\ca\Weapons_baf\LRR_optic";
|
||||
opticsPPEffects[] = {"OpticsCHAbera1","OpticsBlur1"};
|
||||
opticsFlare = 1;
|
||||
begin1[] = {"\dayz_epoch_c\sounds\weapons\msrsd.ogg",2.51189,1,50};
|
||||
soundBegin[] = {"begin1",1};
|
||||
soundContinuous = 0;
|
||||
drySound[] = {"Ca\sounds\Weapons\rifles\dry",0.01,1,10};
|
||||
reloadMagazineSound[] = {"ca\sounds\weapons\rifles\reload-m16-3",0.1,1,20};
|
||||
minRange = 0;
|
||||
minRangeProbab = 0.1;
|
||||
midRange = 500;
|
||||
midRangeProbab = 0.7;
|
||||
maxRange = 1000;
|
||||
maxRangeProbab = 0.05;
|
||||
dispersion = 0.00012;
|
||||
initSpeed = 900;
|
||||
magazines[] = {"7Rnd_86x70_MSR_SD"};
|
||||
reloadTime = 2;
|
||||
backgroundReload = 1;
|
||||
recoil = "recoil_single_primary_6outof10";
|
||||
recoilProne = "recoil_single_primary_prone_5outof10";
|
||||
value = 1000;
|
||||
aiRateOfFire = 8;
|
||||
aiRateOfFireDistance = 1000;
|
||||
class Library
|
||||
{
|
||||
libTextDesc = "The Remington Modular Sniper Rifle (MSR) is a step forward in sniper rifle performance. Chambered for the .338 Lapua Magnum, it offers precision shooting over rangers of 1500 meters or more.";
|
||||
};
|
||||
descriptionShort = "Sniper rifle <br/>Caliber: .338 Lapua Magnum";
|
||||
weaponInfoType = "RscWeaponZeroing";
|
||||
optics = 1;
|
||||
visionMode[] = {"Normal"};
|
||||
discreteDistance[] = {100,200,300,400,500,600,700,800,1000,1200,1400};
|
||||
discreteDistanceInitIndex = 2;
|
||||
opticsDisablePeripherialVision = 1;
|
||||
opticsZoomMin = 0.0498;
|
||||
distanceZoomMin = 400;
|
||||
opticsZoomMax = 0.15;
|
||||
distanceZoomMax = 120;
|
||||
discretefov[] = {0.0755,0.0249};
|
||||
discreteInitIndex = 0;
|
||||
};
|
||||
|
||||
class MSR_DZ: MSR_BASE
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_DZ_WPN_MSR_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_MSR_DESC;
|
||||
model = "\fhq_remington\MSR\MSR.p3d";
|
||||
picture = "\dayz_epoch_c\icons\weapons\msr.paa";
|
||||
};
|
||||
|
||||
class MSR_SD_DZ: MSR_SD_BASE
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_DZ_WPN_MSRSD_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_MSR_SD_DESC;
|
||||
model = "\fhq_remington\MSR\MSR_sd.p3d";
|
||||
picture = "\dayz_epoch_c\icons\weapons\msrsd.paa";
|
||||
};
|
||||
|
||||
class MSR_NV_DZ: MSR_BASE
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_DZ_WPN_MSR_NV_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_MSR_NV_DESC;
|
||||
model = "\fhq_remington\MSR\MSR_nv.p3d";
|
||||
picture = "\dayz_epoch_c\icons\weapons\msrnv.paa";
|
||||
visionMode[] = {"Normal","NVG"};
|
||||
};
|
||||
|
||||
class MSR_NV_SD_DZ: MSR_SD_BASE
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_DZ_WPN_MSRSD_NV_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_MSR_SD_NV_DESC;
|
||||
model = "\fhq_remington\MSR\MSR_nv_sd.p3d";
|
||||
picture = "\dayz_epoch_c\icons\weapons\msrnvsd.paa";
|
||||
visionMode[] = {"Normal","NVG"};
|
||||
};
|
||||
|
||||
class MSR_TWS_DZ: MSR_BASE
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_DZ_WPN_MSR_TWS_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_MSR_TWS_DESC;
|
||||
model = "\fhq_remington\MSR\MSR_tws.p3d";
|
||||
picture = "\dayz_epoch_c\icons\weapons\msrtws.paa";
|
||||
modelOptics = "\Ca\weapons_E\HWTS_optic.p3d";
|
||||
opticsPPEffects[] = {};
|
||||
visionMode[] = {"Ti"};
|
||||
thermalMode[] = {0,1};
|
||||
class OpticsModes
|
||||
{
|
||||
class HTWS
|
||||
{
|
||||
opticsID = 1;
|
||||
useModelOptics = "true";
|
||||
opticsZoomMin = 0.0249;
|
||||
distanceZoomMin = 400;
|
||||
opticsZoomMax = 0.0755;
|
||||
distanceZoomMax = 120;
|
||||
opticsZoomInit = 0.0755;
|
||||
memoryPointCamera = "eye";
|
||||
opticsFlare = "true";
|
||||
opticsDisablePeripherialVision = "true";
|
||||
cameraDir = "";
|
||||
opticsPPEffects[] = {};
|
||||
visionMode[] = {"Ti"};
|
||||
thermalMode[] = {0,1};
|
||||
discretefov[] = {0.0755,0.0249};
|
||||
discreteInitIndex = 0;
|
||||
discreteDistance[] = {100,200,300,400,500,600,700,800,900,1000};
|
||||
discreteDistanceInitIndex = 2;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class MSR_TWS_SD_DZ: MSR_SD_BASE
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_DZ_WPN_MSRSD_TWS_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_MSR_SD_TWS_DESC;
|
||||
model = "\fhq_remington\MSR\MSR_tws_sd.p3d";
|
||||
picture = "\dayz_epoch_c\icons\weapons\msrtwssd.paa";
|
||||
modelOptics = "\Ca\weapons_E\HWTS_optic.p3d";
|
||||
opticsPPEffects[] = {};
|
||||
visionMode[] = {"Ti"};
|
||||
thermalMode[] = {0,1};
|
||||
class OpticsModes
|
||||
{
|
||||
class HTWS
|
||||
{
|
||||
opticsID = 1;
|
||||
useModelOptics = "true";
|
||||
opticsZoomMin = 0.0249;
|
||||
distanceZoomMin = 400;
|
||||
opticsZoomMax = 0.0755;
|
||||
distanceZoomMax = 120;
|
||||
opticsZoomInit = 0.0755;
|
||||
memoryPointCamera = "eye";
|
||||
opticsFlare = "true";
|
||||
opticsDisablePeripherialVision = "true";
|
||||
cameraDir = "";
|
||||
opticsPPEffects[] = {};
|
||||
visionMode[] = {"Ti"};
|
||||
thermalMode[] = {0,1};
|
||||
discretefov[] = {0.0755,0.0249};
|
||||
discreteInitIndex = 0;
|
||||
discreteDistance[] = {100,200,300,400,500,600,700,800,900,1000};
|
||||
discreteDistanceInitIndex = 2;
|
||||
};
|
||||
};
|
||||
};
|
||||
254
SQF/dayz_code/Configs/CfgWeapons/Rifles/RSASS.hpp
Normal file
254
SQF/dayz_code/Configs/CfgWeapons/Rifles/RSASS.hpp
Normal file
@@ -0,0 +1,254 @@
|
||||
class RSASS_BASE: DMR
|
||||
{
|
||||
scope = private;
|
||||
htMin = 1;
|
||||
htMax = 420;
|
||||
afMax = 0;
|
||||
mfMax = 0;
|
||||
mFact = 1;
|
||||
tBody = 100;
|
||||
picture = "\ca\weapons_E\Data\icons\m110_tws_CA.paa";
|
||||
UiPicture = "\CA\weapons\data\Ico\i_sniper_CA.paa";
|
||||
opticsFlare = "true";
|
||||
opticsDisablePeripherialVision = "true";
|
||||
opticsZoomMin = 0.0498;
|
||||
distanceZoomMin = 400;
|
||||
opticsZoomMax = 0.15;
|
||||
distanceZoomMax = 120;
|
||||
opticsZoomInit = 0.15;
|
||||
dexterity = 1.55;
|
||||
begin1[] = {"\dayz_epoch_c\sounds\weapons\rsass.ogg",10,1,2000};
|
||||
soundBegin[] = {"begin1",1};
|
||||
drySound[] = {"Ca\Sounds_E\Weapons_E\M110\M110_dry",1,1,20};
|
||||
reloadMagazineSound[] = {"Ca\Sounds_E\Weapons_E\M110\M110_reload",1,1,100};
|
||||
reloadTime = 2;
|
||||
backgroundReload = "true";
|
||||
modes[] = {"Single"};
|
||||
magazines[] = {"20Rnd_762x51_RSASS"};
|
||||
modelOptics = "\ca\weapons\2Dscope_MilDot_10";
|
||||
weaponInfoType = "RscWeaponZeroing";
|
||||
irLaserPos = "laser pos";
|
||||
irLaserEnd = "laser dir";
|
||||
irDistance = 100;
|
||||
class Library
|
||||
{
|
||||
libTextDesc = "Sniper Rifle<br/>Caliber 7.62x51mm NATO<br/><br/>The Remington Semi Automatic Sniper System is a gas-operated semi-automatic sniper rifle with a chambering for 7.62x51mm. It is produced by Remington Arms in cooperation with JP Enterprises.";
|
||||
};
|
||||
class Single: Mode_SemiAuto
|
||||
{
|
||||
begin1[] = {"\dayz_epoch_c\sounds\weapons\rsass.ogg",10,1,2000};
|
||||
soundBegin[] = {"begin1",1};
|
||||
reloadMagazineSound[] = {"Ca\Sounds_E\Weapons_E\M110\M110_reload",1,1,100};
|
||||
dispersion = 0.00012;
|
||||
recoil = "recoil_single_primary_5outof10";
|
||||
recoilProne = "recoil_single_primary_prone_4outof10";
|
||||
minRange = 0;
|
||||
minRangeProbab = 0.3;
|
||||
midRange = 500;
|
||||
midRangeProbab = 0.7;
|
||||
maxRange = 1000;
|
||||
maxRangeProbab = 0.05;
|
||||
aiRateOfFire = 10;
|
||||
aiRateOfFireDistance = 1000;
|
||||
displayName = "";
|
||||
};
|
||||
discretefov[] = {0.0755,0.0249};
|
||||
class OpticsModes
|
||||
{
|
||||
class StepScope
|
||||
{
|
||||
opticsID = 1;
|
||||
useModelOptics = 1;
|
||||
opticsPPEffects[] = {"OpticsCHAbera1","OpticsBlur1"};
|
||||
opticsZoomMin = 0.0249;
|
||||
opticsZoomMax = 0.0249;
|
||||
opticsZoomInit = 0.0249;
|
||||
memoryPointCamera = "opticsView";
|
||||
opticsFlare = 1;
|
||||
opticsDisablePeripherialVision = 1;
|
||||
distanceZoomMin = 300;
|
||||
distanceZoomMax = 300;
|
||||
cameraDir = "";
|
||||
visionMode[] = {"Normal"};
|
||||
discreteDistance[] = {100,200,300,400,500,600,700,800};
|
||||
discreteDistanceInitIndex = 2;
|
||||
};
|
||||
class Kolimator
|
||||
{
|
||||
cameradir = "";
|
||||
distancezoommax = 300;
|
||||
distancezoommin = 300;
|
||||
memorypointcamera = "eye";
|
||||
opticsdisableperipherialvision = 0;
|
||||
opticsflare = 0;
|
||||
opticsid = 2;
|
||||
opticsppeffects[] = {"OpticsCHAbera1","OpticsBlur1"};
|
||||
opticszoominit = 0.5;
|
||||
opticszoommax = 1.1;
|
||||
opticszoommin = 0.25;
|
||||
usemodeloptics = 0;
|
||||
visionmode[] = {};
|
||||
};
|
||||
};
|
||||
};
|
||||
class RSASS_SD_BASE: RSASS_BASE
|
||||
{
|
||||
magazines[] = {"20Rnd_762x51_RSASS_SD"};
|
||||
modes[] = {"FHQ_RSASS_H_SD_Single"};
|
||||
class FHQ_RSASS_H_SD_Single: Mode_SemiAuto
|
||||
{
|
||||
begin1[] = {"\dayz_epoch_c\sounds\weapons\rsass_sd.ogg",2.51189,1,50};
|
||||
soundBegin[] = {"begin1",1};
|
||||
dispersion = 0.0015;
|
||||
reloadTime = 0.1;
|
||||
recoil = "recoil_single_primary_3outof10";
|
||||
recoilProne = "recoil_single_primary_prone_2outof10";
|
||||
minRange = 2;
|
||||
minRangeProbab = 0.1;
|
||||
midRange = 250;
|
||||
midRangeProbab = 0.7;
|
||||
maxRange = 500;
|
||||
maxRangeProbab = 0.5;
|
||||
aiRateOfFireDistance = 500;
|
||||
};
|
||||
};
|
||||
|
||||
class RSASS_DZ: RSASS_BASE
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_DZ_WPN_RSASS_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_RSASS_DESC;
|
||||
model = "\fhq_remington\rsass\rsass.p3d";
|
||||
picture = "\fhq_remington\rsass\icons\rsass.paa";
|
||||
opticsZoomInit = 0.0293;
|
||||
distanceZoomMin = 300;
|
||||
opticsZoomMin = 0.0293;
|
||||
distanceZoomMax = 300;
|
||||
opticsZoomMax = 0.0293;
|
||||
};
|
||||
|
||||
class RSASS_TWS_DZ: RSASS_BASE
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_DZ_WPN_RSASS_TWS_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_RSASS_TWS_DESC;
|
||||
model = "\fhq_remington\rsass\rsass_tws.p3d";
|
||||
picture = "\fhq_remington\rsass\icons\rsass_tws.paa";
|
||||
weaponInfoType = "RscWeaponZeroing";
|
||||
opticsFlare = "true";
|
||||
opticsDisablePeripherialVision = "true";
|
||||
modelOptics = "\Ca\weapons_E\HWTS_optic.p3d";
|
||||
opticsPPEffects[] = {};
|
||||
visionMode[] = {"Ti"};
|
||||
thermalMode[] = {0,1};
|
||||
|
||||
class OpticsModes
|
||||
{
|
||||
class HTWS
|
||||
{
|
||||
opticsID = 1;
|
||||
useModelOptics = "true";
|
||||
opticsZoomMin = 0.0249;
|
||||
distanceZoomMin = 400;
|
||||
opticsZoomMax = 0.0755;
|
||||
distanceZoomMax = 120;
|
||||
opticsZoomInit = 0.0755;
|
||||
memoryPointCamera = "eye";
|
||||
opticsFlare = "true";
|
||||
opticsDisablePeripherialVision = "true";
|
||||
cameraDir = "";
|
||||
opticsPPEffects[] = {};
|
||||
visionMode[] = {"Ti"};
|
||||
thermalMode[] = {0,1};
|
||||
discretefov[] = {0.0755,0.0249};
|
||||
discreteInitIndex = 0;
|
||||
discreteDistance[] = {100,200,300,400,500,600,700,800};
|
||||
discreteDistanceInitIndex = 2;
|
||||
};
|
||||
class Kolimator
|
||||
{
|
||||
cameradir = "";
|
||||
distancezoommax = 300;
|
||||
distancezoommin = 300;
|
||||
memorypointcamera = "eye";
|
||||
opticsdisableperipherialvision = 0;
|
||||
opticsflare = 0;
|
||||
opticsid = 2;
|
||||
opticsppeffects[] = {"OpticsCHAbera1","OpticsBlur1"};
|
||||
opticszoominit = 0.5;
|
||||
opticszoommax = 1.1;
|
||||
opticszoommin = 0.25;
|
||||
usemodeloptics = 0;
|
||||
visionmode[] = {};
|
||||
};
|
||||
};
|
||||
};
|
||||
class RSASS_SD_DZ: RSASS_SD_BASE
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_DZ_WPN_RSASSSD_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_RSASS_SD_DESC;
|
||||
model = "\fhq_remington\rsass\rsass_sd.p3d";
|
||||
picture = "\fhq_remington\rsass\icons\rsass_sd.paa";
|
||||
opticsZoomInit = 0.0293;
|
||||
distanceZoomMin = 300;
|
||||
opticsZoomMin = 0.0293;
|
||||
distanceZoomMax = 300;
|
||||
opticsZoomMax = 0.0293;
|
||||
};
|
||||
|
||||
class RSASS_TWS_SD_DZ: RSASS_SD_BASE
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_DZ_WPN_RSASSSD_TWS_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_RSASS_SD_TWS_DESC;
|
||||
model = "\fhq_remington\rsass\rsass_tws_sd.p3d";
|
||||
picture = "\fhq_remington\rsass\icons\rsass_tws_sd.paa";
|
||||
weaponInfoType = "RscWeaponZeroing";
|
||||
opticsFlare = "true";
|
||||
opticsDisablePeripherialVision = "true";
|
||||
modelOptics = "\Ca\weapons_E\HWTS_optic.p3d";
|
||||
opticsPPEffects[] = {};
|
||||
visionMode[] = {"Ti"};
|
||||
thermalMode[] = {0,1};
|
||||
class OpticsModes
|
||||
{
|
||||
class HTWS
|
||||
{
|
||||
opticsID = 1;
|
||||
useModelOptics = "true";
|
||||
opticsZoomMin = 0.0249;
|
||||
distanceZoomMin = 400;
|
||||
opticsZoomMax = 0.0755;
|
||||
distanceZoomMax = 120;
|
||||
opticsZoomInit = 0.0755;
|
||||
memoryPointCamera = "eye";
|
||||
opticsFlare = "true";
|
||||
opticsDisablePeripherialVision = "true";
|
||||
cameraDir = "";
|
||||
opticsPPEffects[] = {};
|
||||
visionMode[] = {"Ti"};
|
||||
thermalMode[] = {0,1};
|
||||
discretefov[] = {0.0755,0.0249};
|
||||
discreteInitIndex = 0;
|
||||
discreteDistance[] = {100,200,300,400,500,600,700,800};
|
||||
discreteDistanceInitIndex = 2;
|
||||
};
|
||||
class Kolimator
|
||||
{
|
||||
cameradir = "";
|
||||
distancezoommax = 300;
|
||||
distancezoommin = 300;
|
||||
memorypointcamera = "eye";
|
||||
opticsdisableperipherialvision = 0;
|
||||
opticsflare = 0;
|
||||
opticsid = 2;
|
||||
opticsppeffects[] = {"OpticsCHAbera1","OpticsBlur1"};
|
||||
opticszoominit = 0.5;
|
||||
opticszoommax = 1.1;
|
||||
opticszoommin = 0.25;
|
||||
usemodeloptics = 0;
|
||||
visionmode[] = {};
|
||||
};
|
||||
};
|
||||
};
|
||||
214
SQF/dayz_code/Configs/CfgWeapons/Rifles/XM2010.hpp
Normal file
214
SQF/dayz_code/Configs/CfgWeapons/Rifles/XM2010.hpp
Normal file
@@ -0,0 +1,214 @@
|
||||
class XM2010_BASE: Rifle
|
||||
{
|
||||
scope = private;
|
||||
irLaserPos = "laser pos";
|
||||
irLaserEnd = "laser dir";
|
||||
irDistance = 100;
|
||||
handAnim[] = {"OFP2_ManSkeleton","\fhq_remington\anims\XM2010_anim.rtm"};
|
||||
UiPicture = "\CA\weapons\data\Ico\i_sniper_CA.paa";
|
||||
picture = "\fhq_remington\XM2010\icons\xm2010.paa";
|
||||
dexterity = 1.35;
|
||||
displayName = "XM2010";
|
||||
modelOptics = "\ca\Weapons_baf\LRR_optic";
|
||||
opticsPPEffects[] = {"OpticsCHAbera1","OpticsBlur1"};
|
||||
opticsFlare = 1;
|
||||
begin1[] = {"\dayz_epoch_c\sounds\weapons\xm2010.ogg",10,1,2000};
|
||||
soundBegin[] = {"begin1",1};
|
||||
soundContinuous = 0;
|
||||
drySound[] = {"Ca\sounds\Weapons\rifles\dry",0.01,1,10};
|
||||
reloadMagazineSound[] = {"ca\sounds\weapons\rifles\reload-m16-3",0.1,1,20};
|
||||
minRange = 0;
|
||||
minRangeProbab = 0.1;
|
||||
midRange = 500;
|
||||
midRangeProbab = 0.7;
|
||||
maxRange = 1000;
|
||||
maxRangeProbab = 0.05;
|
||||
dispersion = 0.00012;
|
||||
magazines[] = {"5Rnd_762x67_XM2010"};
|
||||
reloadTime = 2;
|
||||
backgroundReload = 1;
|
||||
recoil = "recoil_single_primary_6outof10";
|
||||
recoilProne = "recoil_single_primary_prone_5outof10";
|
||||
value = 1000;
|
||||
aiRateOfFire = 8;
|
||||
aiRateOfFireDistance = 1000;
|
||||
class Library
|
||||
{
|
||||
libTextDesc = "The XM2010 is now being fielded by the US Army to replace the older M24. Chambered for the .300 Winchester, the Remington Arms Chassis System (RACS) allows for a folding stock and adjustment options for the shooter.";
|
||||
};
|
||||
descriptionShort = "Sniper rifle <br/>Caliber: .300 Winchester";
|
||||
weaponInfoType = "RscWeaponZeroing";
|
||||
optics = 1;
|
||||
visionMode[] = {"Normal"};
|
||||
discreteDistance[] = {100,200,300,400,500,600,700,800,1000,1200,1400};
|
||||
discreteDistanceInitIndex = 2;
|
||||
opticsDisablePeripherialVision = 1;
|
||||
opticsZoomMin = 0.0498;
|
||||
distanceZoomMin = 400;
|
||||
opticsZoomMax = 0.15;
|
||||
distanceZoomMax = 120;
|
||||
discretefov[] = {0.0755,0.0249};
|
||||
discreteInitIndex = 0;
|
||||
};
|
||||
|
||||
class XM2010_SD_BASE: Rifle
|
||||
{
|
||||
scope = private;
|
||||
irLaserPos = "laser pos";
|
||||
irLaserEnd = "laser dir";
|
||||
irDistance = 100;
|
||||
fireLightDuration = 0;
|
||||
fireLightIntensity = 0;
|
||||
handAnim[] = {"OFP2_ManSkeleton","\fhq_remington\anims\XM2010_anim.rtm"};
|
||||
UiPicture = "\CA\weapons\data\Ico\i_sniper_CA.paa";
|
||||
picture = "\fhq_remington\XM2010\icons\xm2010.paa";
|
||||
dexterity = 1.35;
|
||||
displayName = "XM2010 SD";
|
||||
modelOptics = "\ca\Weapons_baf\LRR_optic";
|
||||
opticsPPEffects[] = {"OpticsCHAbera1","OpticsBlur1"};
|
||||
opticsFlare = 1;
|
||||
begin1[] = {"\dayz_epoch_c\sounds\weapons\xm2010sd.ogg",2.51189,1,50};
|
||||
soundBegin[] = {"begin1",1};
|
||||
soundContinuous = 0;
|
||||
drySound[] = {"Ca\sounds\Weapons\rifles\dry",0.01,1,10};
|
||||
reloadMagazineSound[] = {"ca\sounds\weapons\rifles\reload-m16-3",0.1,1,20};
|
||||
minRange = 0;
|
||||
minRangeProbab = 0.1;
|
||||
midRange = 500;
|
||||
midRangeProbab = 0.7;
|
||||
maxRange = 1000;
|
||||
maxRangeProbab = 0.05;
|
||||
dispersion = 0.00012;
|
||||
magazines[] = {"5Rnd_762x67_XM2010_SD"};
|
||||
reloadTime = 2;
|
||||
backgroundReload = 1;
|
||||
recoil = "recoil_single_primary_6outof10";
|
||||
recoilProne = "recoil_single_primary_prone_5outof10";
|
||||
value = 1000;
|
||||
aiRateOfFire = 8;
|
||||
aiRateOfFireDistance = 1000;
|
||||
class Library
|
||||
{
|
||||
libTextDesc = "The XM2010 is now being fielded by the US Army to replace the older M24. Chambered for the .300 Winchester, the Remington Arms Chassis System (RACS) allows for a folding stock and adjustment options for the shooter.";
|
||||
};
|
||||
descriptionShort = "Sniper rifle <br/>Caliber: .300 Winchester";
|
||||
weaponInfoType = "RscWeaponZeroing";
|
||||
optics = 1;
|
||||
visionMode[] = {"Normal"};
|
||||
discreteDistance[] = {100,200,300,400,500,600,700,800,1000,1200,1400};
|
||||
discreteDistanceInitIndex = 2;
|
||||
opticsDisablePeripherialVision = 1;
|
||||
opticsZoomMin = 0.0498;
|
||||
distanceZoomMin = 400;
|
||||
opticsZoomMax = 0.15;
|
||||
distanceZoomMax = 120;
|
||||
discretefov[] = {0.0755,0.0249};
|
||||
discreteInitIndex = 0;
|
||||
};
|
||||
|
||||
class XM2010_DZ: XM2010_BASE
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_DZ_WPN_XM2010_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_XM2010_DESC;
|
||||
model = "\fhq_remington\XM2010\XM2010.p3d";
|
||||
picture = "\fhq_remington\XM2010\icons\xm2010.paa";
|
||||
};
|
||||
class XM2010_SD_DZ: XM2010_SD_BASE
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_DZ_WPN_XM2010SD_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_XM2010_SD_DESC;
|
||||
model = "\fhq_remington\XM2010\XM2010_sd.p3d";
|
||||
picture = "\fhq_remington\XM2010\icons\xm2010_sd.paa";
|
||||
};
|
||||
class XM2010_NV_DZ: XM2010_BASE
|
||||
{
|
||||
scope = public;
|
||||
displayName = $TR_DZ_WPN_XM2010_NV_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_XM2010_NV_DESC;
|
||||
model = "\fhq_remington\XM2010\XM2010_nv.p3d";
|
||||
picture = "\fhq_remington\XM2010\icons\xm2010_nv.paa";
|
||||
visionMode[] = {"Normal","NVG"};
|
||||
};
|
||||
class XM2010_NV_SD_DZ: XM2010_SD_BASE
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_DZ_WPN_XM2010SD_NV_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_XM2010_SD_NV_DESC;
|
||||
model = "\fhq_remington\XM2010\XM2010_nv_sd.p3d";
|
||||
picture = "\fhq_remington\XM2010\icons\xm2010_nv_sd.paa";
|
||||
visionMode[] = {"Normal","NVG"};
|
||||
};
|
||||
class XM2010_TWS_DZ: XM2010_BASE
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_DZ_WPN_XM2010_TWS_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_XM2010_TWS_DESC;
|
||||
model = "\fhq_remington\XM2010\XM2010_tws.p3d";
|
||||
picture = "\fhq_remington\XM2010\icons\xm2010_tws.paa";
|
||||
modelOptics = "\Ca\weapons_E\HWTS_optic.p3d";
|
||||
opticsPPEffects[] = {};
|
||||
visionMode[] = {"Ti"};
|
||||
thermalMode[] = {0,1};
|
||||
class OpticsModes
|
||||
{
|
||||
class HTWS
|
||||
{
|
||||
opticsID = 1;
|
||||
useModelOptics = "true";
|
||||
opticsZoomMin = 0.0249;
|
||||
distanceZoomMin = 400;
|
||||
opticsZoomMax = 0.0755;
|
||||
distanceZoomMax = 120;
|
||||
opticsZoomInit = 0.0755;
|
||||
memoryPointCamera = "eye";
|
||||
opticsFlare = "true";
|
||||
opticsDisablePeripherialVision = "true";
|
||||
cameraDir = "";
|
||||
opticsPPEffects[] = {};
|
||||
visionMode[] = {"Ti"};
|
||||
thermalMode[] = {0,1};
|
||||
discretefov[] = {0.0755,0.0249};
|
||||
discreteInitIndex = 0;
|
||||
discreteDistance[] = {100,200,300,400,500,600,700,800,900,1000};
|
||||
discreteDistanceInitIndex = 2;
|
||||
};
|
||||
};
|
||||
};
|
||||
class XM2010_TWS_SD_DZ: XM2010_SD_BASE
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_DZ_WPN_XM2010SD_TWS_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_XM2010_SD_TWS_DESC;
|
||||
model = "\fhq_remington\XM2010\XM2010_tws_sd.p3d";
|
||||
picture = "\fhq_remington\XM2010\icons\xm2010_tws_sd.paa";
|
||||
modelOptics = "\Ca\weapons_E\HWTS_optic.p3d";
|
||||
opticsPPEffects[] = {};
|
||||
visionMode[] = {"Ti"};
|
||||
thermalMode[] = {0,1};
|
||||
class OpticsModes
|
||||
{
|
||||
class HTWS
|
||||
{
|
||||
opticsID = 1;
|
||||
useModelOptics = "true";
|
||||
opticsZoomMin = 0.0249;
|
||||
distanceZoomMin = 400;
|
||||
opticsZoomMax = 0.0755;
|
||||
distanceZoomMax = 120;
|
||||
opticsZoomInit = 0.0755;
|
||||
memoryPointCamera = "eye";
|
||||
opticsFlare = "true";
|
||||
opticsDisablePeripherialVision = "true";
|
||||
cameraDir = "";
|
||||
opticsPPEffects[] = {};
|
||||
visionMode[] = {"Ti"};
|
||||
thermalMode[] = {0,1};
|
||||
discretefov[] = {0.0755,0.0249};
|
||||
discreteInitIndex = 0;
|
||||
discreteDistance[] = {100,200,300,400,500,600,700,800,900,1000};
|
||||
discreteDistanceInitIndex = 2;
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -438,6 +438,80 @@ class CfgAmmo
|
||||
typicalSpeed = 420;
|
||||
};
|
||||
|
||||
//RSASS
|
||||
class Rem_762x51_Ball: BulletBase
|
||||
{
|
||||
hit = 12;
|
||||
typicalSpeed = 900;
|
||||
indirectHit = 0;
|
||||
indirectHitRange = 0;
|
||||
cartridge = "FxCartridge_762";
|
||||
visibleFire = 22;
|
||||
audibleFire = 18;
|
||||
visibleFireTime = 3;
|
||||
cost = 1.2;
|
||||
airLock = 1;
|
||||
model = "\ca\Weapons\Data\bullettracer\tracer_red";
|
||||
tracerStartTime = -1;
|
||||
tracerEndTime = 1;
|
||||
airFriction = -0.0009324;
|
||||
};
|
||||
class Rem_762x51_SD: BulletBase
|
||||
{
|
||||
hit = 11;
|
||||
typicalSpeed = 850;
|
||||
indirectHit = 0;
|
||||
indirectHitRange = 0;
|
||||
cartridge = "FxCartridge_762";
|
||||
audibleFire = 0.1;
|
||||
visibleFireTime = 2;
|
||||
cost = 1.2;
|
||||
airLock = 1;
|
||||
model = "\ca\Weapons\Data\bullettracer\tracer_red";
|
||||
tracerStartTime = -1;
|
||||
tracerEndTime = 1.4;
|
||||
visibleFire = 0.1;
|
||||
airFriction = -0.00098;
|
||||
};
|
||||
|
||||
//XM2010
|
||||
class Rem_300Win_Ball: BulletBase
|
||||
{
|
||||
hit = 14;
|
||||
typicalSpeed = 850;
|
||||
indirectHit = 0;
|
||||
indirectHitRange = 0;
|
||||
cartridge = "FxCartridge_762";
|
||||
visibleFire = 18;
|
||||
audibleFire = 18;
|
||||
visibleFireTime = 3;
|
||||
cost = 1.2;
|
||||
airLock = 1;
|
||||
model = "\ca\Weapons\Data\bullettracer\tracer_red";
|
||||
tracerScale = 1.2;
|
||||
tracerStartTime = -1;
|
||||
tracerEndTime = 1;
|
||||
airFriction = -0.0009324;
|
||||
};
|
||||
class Rem_300Win_SD: BulletBase
|
||||
{
|
||||
hit = 12;
|
||||
typicalSpeed = 750;
|
||||
indirectHit = 0;
|
||||
indirectHitRange = 0;
|
||||
cartridge = "FxCartridge_762";
|
||||
visibleFire = 0.1;
|
||||
audibleFire = 0.1;
|
||||
visibleFireTime = 3;
|
||||
cost = 1.2;
|
||||
airLock = 1;
|
||||
model = "\ca\Weapons\Data\bullettracer\tracer_red";
|
||||
tracerScale = 1.2;
|
||||
tracerStartTime = -1;
|
||||
tracerEndTime = 1;
|
||||
airFriction = -0.0009324;
|
||||
};
|
||||
|
||||
//mosin nagant
|
||||
/*class Mosin_762 : BulletBase
|
||||
{
|
||||
|
||||
@@ -11924,6 +11924,124 @@
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_ACR_NV_NAME">
|
||||
<English>ACR NV</English>
|
||||
</Key>
|
||||
|
||||
<!-- RSASS -->
|
||||
<Key ID="STR_DZ_WPN_RSASS_NAME">
|
||||
<English>R11 RSASS</English>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_RSASSSD_NAME">
|
||||
<English>R11 RSASS SD</English>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_RSASS_DESC">
|
||||
<English>Remington R11 RSASS, Sniper Rifle <br/>Caliber: 7.62x51mm</English>
|
||||
<German>Remington R11 RSASS, Scharfschützengewehr <br/>Kaliber: 7.62x51mm</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_RSASS_SD_DESC">
|
||||
<English>Remington R11 RSASS, silenced Sniper Rifle <br/>Caliber: 7.62x51mm</English>
|
||||
<German>Remington R11 RSASS, schallgedämpftes Scharfschützengewehr <br/>Kaliber: 7.62x51mm</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_RSASS_TWS_NAME">
|
||||
<English>R11 RSASS TWS</English>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_RSASSSD_TWS_NAME">
|
||||
<English>R11 RSASS TWS SD</English>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_RSASS_TWS_DESC">
|
||||
<English>Remington R11 RSASS, Sniper Rifle with a TWS scope. <br/>Caliber: 7.62x51mm</English>
|
||||
<German>Remington R11 RSASS, Scharfschützengewehr mit einem wärmesuchenden Visier. <br/>Kaliber: 7.62x51mm</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_RSASS_SD_TWS_DESC">
|
||||
<English>Remington R11 RSASS, silenced Sniper Rifle with a TWS scope. <br/>Caliber: 7.62x51mm</English>
|
||||
<German>Remington R11 RSASS, schallgedämpftes Scharfschützengewehr mit einem wärmesuchenden Visier. <br/>Kaliber: 7.62x51mm</German>
|
||||
</Key>
|
||||
|
||||
<!-- MSR -->
|
||||
<Key ID="STR_DZ_WPN_MSR_NAME">
|
||||
<English>MSR</English>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_MSRSD_NAME">
|
||||
<English>MSR SD</English>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_MSR_DESC">
|
||||
<English>Remington MSR, Sniper Rifle <br/>Caliber: .338</English>
|
||||
<German>Remington MSR, Scharfschützengewehr <br/>Kaliber: .338</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_MSR_SD_DESC">
|
||||
<English>Remington MSR, silenced Sniper Rifle <br/>Caliber: .338</English>
|
||||
<German>Remington MSR, schallgedämpftes Scharfschützengewehr <br/>Kaliber: .338</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_MSR_TWS_NAME">
|
||||
<English>MSR TWS</English>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_MSRSD_TWS_NAME">
|
||||
<English>MSR TWS SD</English>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_MSR_TWS_DESC">
|
||||
<English>Remington MSR, Sniper Rifle with a TWS scope. <br/>Caliber: .338</English>
|
||||
<German>Remington MSR, Scharfschützengewehr mit einem wärmesuchenden Visier. <br/>Kaliber: .338</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_MSR_SD_TWS_DESC">
|
||||
<English>Remington MSR, silenced Sniper Rifle with a TWS scope. <br/>Caliber: .338</English>
|
||||
<German>Remington MSR, schallgedämpftes Scharfschützengewehr mit einem wärmesuchenden Visier. <br/>Kaliber: .338</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_MSR_NV_NAME">
|
||||
<English>MSR NV</English>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_MSRSD_NV_NAME">
|
||||
<English>MSR NV SD</English>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_MSR_NV_DESC">
|
||||
<English>Remington MSR, Sniper Rifle with a night vision scope. <br/>Caliber: .338</English>
|
||||
<German>Remington MSR, Scharfschützengewehr mit einem Nachtsichtvisier. <br/>Kaliber: .338</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_MSR_SD_NV_DESC">
|
||||
<English>Remington MSR, silenced Sniper Rifle with a night vision scope. <br/>Caliber: .338</English>
|
||||
<German>Remington MSR, schallgedämpftes Scharfschützengewehr mit einem Nachtsichtvisier. <br/>Kaliber: .338</German>
|
||||
</Key>
|
||||
|
||||
<!-- XM2010 -->
|
||||
<Key ID="STR_DZ_WPN_XM2010_NAME">
|
||||
<English>XM2010</English>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_XM2010SD_NAME">
|
||||
<English>XM2010 SD</English>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_XM2010_DESC">
|
||||
<English>Remington XM2010, Sniper Rifle <br/>Caliber: .300</English>
|
||||
<German>Remington XM2010, Scharfschützengewehr <br/>Kaliber: .300</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_XM2010_SD_DESC">
|
||||
<English>Remington XM2010, silenced Sniper Rifle <br/>Caliber: .300</English>
|
||||
<German>Remington XM2010, schallgedämpftes Scharfschützengewehr <br/>Kaliber: .300</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_XM2010_TWS_NAME">
|
||||
<English>XM2010 TWS</English>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_XM2010SD_TWS_NAME">
|
||||
<English>XM2010 TWS SD</English>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_XM2010_TWS_DESC">
|
||||
<English>Remington XM2010, Sniper Rifle with a TWS scope. <br/>Caliber: .300</English>
|
||||
<German>Remington XM2010, Scharfschützengewehr mit einem wärmesuchenden Visier. <br/>Kaliber: .300</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_XM2010_SD_TWS_DESC">
|
||||
<English>Remington XM2010, silenced Sniper Rifle with a TWS scope. <br/>Caliber: .300</English>
|
||||
<German>Remington XM2010, schallgedämpftes Scharfschützengewehr mit einem wärmesuchenden Visier. <br/>Kaliber: .300</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_XM2010_NV_NAME">
|
||||
<English>XM2010 NV</English>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_XM2010SD_NV_NAME">
|
||||
<English>XM2010 NV SD</English>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_XM2010_NV_DESC">
|
||||
<English>Remington XM2010, Sniper Rifle with a night vision scope. <br/>Caliber: .300</English>
|
||||
<German>Remington XM2010, Scharfschützengewehr mit einem Nachtsichtvisier. <br/>Kaliber: .300</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_XM2010_SD_NV_DESC">
|
||||
<English>Remington XM2010, silenced Sniper Rifle with a night vision scope. <br/>Caliber: .300</English>
|
||||
<German>Remington XM2010, schallgedämpftes Scharfschützengewehr mit einem Nachtsichtvisier. <br/>Kaliber: .300</German>
|
||||
</Key>
|
||||
|
||||
<!-- **** MAGAZINES **** -->
|
||||
@@ -12278,17 +12396,15 @@
|
||||
<Hungarian>Kaliber: 5.56x45mm <br/> Töltények: 100 <br/> Hozzá tartozó fegyver: G36, MG36, M16, M4, M249, MK-12, M8 and L110</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_MAG_20RND_MK17_DESC">
|
||||
<Chinese>Caliber: 7.62x51mm NATO<br/>Rounds: 20<br/>Used in: Mk 17, M110, CZ 805B</Chinese>
|
||||
<English>Caliber: 7.62x51mm NATO<br/>Rounds: 20<br/>Used in: Mk 17, M110, CZ 805B</English>
|
||||
<French>Calibre : 7,62 x 51 mm OTAN<br/>Munitions : 20<br/>Utilisé avec : Mk 17, M110, CZ 805B</French>
|
||||
<Spanish>Calibre: 7.62x51 mm OTAN<br/>Cartuchos: 20<br/>Usado en: Mk 17, M110, CZ 805B</Spanish>
|
||||
<Italian>Calibro: 7,62x51 mm NATO<br/>Munizioni: 20<br/>Usato in: Mk 17, M110, CZ 805B</Italian>
|
||||
<Hungarian>Caliber: 7.62x51mm NATO<br/>Rounds: 20<br/>Used in: Mk 17, M110, CZ 805B</Hungarian>
|
||||
<Polish>Kaliber: 7,62x51 mm NATO<br/>Naboje: 20<br/>Uzywany w: Mk 17, M110, CZ 805B</Polish>
|
||||
<Russian>Патрон: 7.62x51 мм НАТО<br/>Количество: 20<br/>Исп. в: Mk 17, M110, CZ 805B</Russian>
|
||||
<German>Kaliber: 7,62x51mm NATO<br/>Patronen: 20<br/>Eingesetzt in: Mk 17, M110, CZ 805B</German>
|
||||
<Czech>Kalibr: 7.62x51mm NATO<br/>Nábojů: 20<br/>Pro: Mk 17, M110, CZ 805B</Czech>
|
||||
<English>Caliber: 7.62x51mm NATO<br/>Rounds: 20<br/>Used in: Mk 17, M110, CZ 805B</English>
|
||||
<Japanese>Caliber: 7.62x51mm NATO<br/>Rounds: 20<br/>Used in: Mk 17, M110, CZ 805B</Japanese>
|
||||
<Hungarian>Kaliber: 7.62x51mm NATO <br/> Töltények: 20 <br/> Hozzá tartozó fegyver: Mk 17, M110, CZ 805B</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_MAG_40RND_MP7_NAME">
|
||||
<English>40Rnd. MP7 mag.</English>
|
||||
@@ -12299,30 +12415,26 @@
|
||||
<Russian>40п. MP7 SD маг.</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_MAG_40RND_MP7_DESC">
|
||||
<Chinese>Caliber: 4.6x30mm<br/>Rounds: 40<br/>Used in: MP7</Chinese>
|
||||
<English>Caliber: 4.6x30mm<br/>Rounds: 40<br/>Used in: MP7</English>
|
||||
<French>Calibre : 4.6x30mm<br/>Munitions : 40<br/>Utilisé avec : MP7</French>
|
||||
<Spanish>Calibre: 4.6x30mm<br/>Cartuchos: 40<br/>Usado en: MP7</Spanish>
|
||||
<Italian>Calibro: 4.6x30mm<br/>Munizioni: 40<br/>Usato in: MP7</Italian>
|
||||
<Hungarian>Caliber: 4.6x30mm<br/>Rounds: 40<br/>Used in: MP7</Hungarian>
|
||||
<Polish>Kaliber: 4.6x30mm<br/>Naboje: 40<br/>Uzywany w: MP7</Polish>
|
||||
<Russian>Патрон: 4.6x30 мм<br/>Количество: 40<br/>Исп. в: MP7</Russian>
|
||||
<German>Kaliber: 4.6x30mm<br/>Patronen: 40<br/>Eingesetzt in: MP7</German>
|
||||
<Czech>Kalibr: 4.6x30mm<br/>Nábojů: 40<br/>Pro: MP7</Czech>
|
||||
<English>Caliber: 4.6x30mm<br/>Rounds: 40<br/>Used in: MP7</English>
|
||||
<Japanese>Caliber: 4.6x30mm<br/>Rounds: 40<br/>Used in: MP7</Japanese>
|
||||
<Hungarian>Kaliber: 4.6x30mm <br/> Töltények: 40 <br/> Hozzá tartozó fegyver: MP7</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_MAG_40RND_MP7SD_DESC">
|
||||
<Chinese>Caliber: 4.6x30mm SD<br/>Rounds: 40<br/>Used in: MP7 SD</Chinese>
|
||||
<English>Caliber: 4.6x30mm SD<br/>Rounds: 40<br/>Used in: MP7 SD</English>
|
||||
<French>Calibre : 4.6x30mm SD<br/>Munitions : 40<br/>Utilisé avec : MP7 SD</French>
|
||||
<Spanish>Calibre: 4.6x30mm SD<br/>Cartuchos: 40<br/>Usado en: MP7 SD</Spanish>
|
||||
<Italian>Calibro: 4.6x30mm SD<br/>Munizioni: 40<br/>Usato in: MP7 SD</Italian>
|
||||
<Hungarian>Caliber: 4.6x30mm SD<br/>Rounds: 40<br/>Used in: MP7 SD</Hungarian>
|
||||
<Polish>Kaliber: 4.6x30mm SD<br/>Naboje: 40<br/>Uzywany w: MP7 SD</Polish>
|
||||
<Russian>Патрон: 4.6x30 мм SD<br/>Количество: 40<br/>Исп. в: MP7 SD</Russian>
|
||||
<German>Kaliber: 4.6x30mm SD<br/>Patronen: 40<br/>Eingesetzt in: MP7 SD</German>
|
||||
<Czech>Kalibr: 4.6x30mm SD<br/>Nábojů: 40<br/>Pro: MP7 SD</Czech>
|
||||
<English>Caliber: 4.6x30mm SD<br/>Rounds: 40<br/>Used in: MP7 SD</English>
|
||||
<Japanese>Caliber: 4.6x30mm SD<br/>Rounds: 40<br/>Used in: MP7 SD</Japanese>
|
||||
<Hungarian>Kaliber: 4.6x30mm SD <br/> Töltények: 40 <br/> Hozzá tartozó fegyver: MP7 SD</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_MAG_15RND_P99_NAME">
|
||||
<English>15Rnd. P99 mag.</English>
|
||||
@@ -12333,32 +12445,27 @@
|
||||
<Russian>15п. P99 SD маг.</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_MAG_15RND_P99_DESC">
|
||||
<Chinese>Caliber: 10x22mm<br/>Rounds: 15<br/>Used in: P99</Chinese>
|
||||
<English>Caliber: 10x22mm<br/>Rounds: 15<br/>Used in: P99</English>
|
||||
<French>Calibre : 10x22mm<br/>Munitions : 15<br/>Utilisé avec : P99</French>
|
||||
<Spanish>Calibre: 10x22mm<br/>Cartuchos: 15<br/>Usado en: P99</Spanish>
|
||||
<Italian>Calibro: 10x22mm<br/>Munizioni: 15<br/>Usato in: P99</Italian>
|
||||
<Hungarian>Caliber: 10x22mm<br/>Rounds: 15<br/>Used in: P99</Hungarian>
|
||||
<Polish>Kaliber: 10x22mm<br/>Naboje: 15<br/>Uzywany w: P99</Polish>
|
||||
<Russian>Патрон: 10x22 мм<br/>Количество: 15<br/>Исп. в: P99</Russian>
|
||||
<German>Kaliber: 10x22mm<br/>Patronen: 15<br/>Eingesetzt in: P99</German>
|
||||
<Czech>Kalibr: 10x22mm<br/>Nábojů: 15<br/>Pro: P99</Czech>
|
||||
<English>Caliber: 10x22mm<br/>Rounds: 15<br/>Used in: P99</English>
|
||||
<Japanese>Caliber: 10x22mm<br/>Rounds: 15<br/>Used in: P99</Japanese>
|
||||
<Hungarian>Kaliber: 10x22mm <br/> Töltények: 15 <br/> Hozzá tartozó fegyver: P99</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_MAG_15RND_P99SD_DESC">
|
||||
<Chinese>Caliber: 10x22mm SD<br/>Rounds: 15<br/>Used in: P99 SD</Chinese>
|
||||
<English>Caliber: 10x22mm SD<br/>Rounds: 15<br/>Used in: P99 SD</English>
|
||||
<French>Calibre : 10x22mm SD<br/>Munitions : 15<br/>Utilisé avec : P99 SD</French>
|
||||
<Spanish>Calibre: 10x22mm SD<br/>Cartuchos: 15<br/>Usado en: P99 SD</Spanish>
|
||||
<Italian>Calibro: 10x22mm SD<br/>Munizioni: 15<br/>Usato in: P99 SD</Italian>
|
||||
<Hungarian>Caliber: 10x22mm SD<br/>Rounds: 15<br/>Used in: P99 SD</Hungarian>
|
||||
<Polish>Kaliber: 10x22mm SD<br/>Naboje: 15<br/>Uzywany w: P99 SD</Polish>
|
||||
<Russian>Патрон: 10x22 мм SD<br/>Количество: 15<br/>Исп. в: P99 SD</Russian>
|
||||
<German>Kaliber: 10x22mm SD<br/>Patronen: 15<br/>Eingesetzt in: P99 SD</German>
|
||||
<Czech>Kalibr: 10x22mm SD<br/>Nábojů: 15<br/>Pro: P99 SD</Czech>
|
||||
<English>Caliber: 10x22mm SD<br/>Rounds: 15<br/>Used in: P99 SD</English>
|
||||
<Japanese>Caliber: 10x22mm SD<br/>Rounds: 15<br/>Used in: P99 SD</Japanese>
|
||||
<Hungarian>Kaliber: 10x22mm SD <br/> Töltények: 15 <br/> Hozzá tartozó fegyver: P99 SD</Hungarian>
|
||||
</Key>
|
||||
|
||||
<Key ID="STR_DZ_MAG_30RND_ACR_NAME">
|
||||
<English>30Rnd. ACR mag.</English>
|
||||
<Russian>30п. ACR маг.</Russian>
|
||||
@@ -12368,30 +12475,116 @@
|
||||
<Russian>30п. ACR SD маг.</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_MAG_30RND_ACR_DESC">
|
||||
<Chinese>Caliber: 6.80x43mm<br/>Rounds: 30<br/>Used in: ACR</Chinese>
|
||||
<English>Caliber: 6.80x43mm<br/>Rounds: 30<br/>Used in: ACR</English>
|
||||
<French>Calibre : 6.80x43mm<br/>Munitions : 30<br/>Utilisé avec : ACR</French>
|
||||
<Spanish>Calibre: 6.80x43mm<br/>Cartuchos: 30<br/>Usado en: ACR</Spanish>
|
||||
<Italian>Calibro: 6.80x43mm<br/>Munizioni: 30<br/>Usato in: ACR</Italian>
|
||||
<Hungarian>Caliber: 6.80x43mm<br/>Rounds: 30<br/>Used in: ACR</Hungarian>
|
||||
<Polish>Kaliber: 6.80x43mm<br/>Naboje: 30<br/>Uzywany w: ACR</Polish>
|
||||
<Russian>Патрон: 6.80x43 мм<br/>Количество: 30<br/>Исп. в: ACR</Russian>
|
||||
<German>Kaliber: 6.80x43mm<br/>Patronen: 30<br/>Eingesetzt in: ACR</German>
|
||||
<Czech>Kalibr: 6.80x43mm<br/>Nábojů: 30<br/>Pro: ACR</Czech>
|
||||
<English>Caliber: 6.80x43mm<br/>Rounds: 30<br/>Used in: ACR</English>
|
||||
<Japanese>Caliber: 6.80x43mm<br/>Rounds: 30<br/>Used in: ACR</Japanese>
|
||||
<Hungarian>Kaliber: 6.80x43mm <br/> Töltények: 30 <br/> Hozzá tartozó fegyver: ACR</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_MAG_30RND_ACRSD_DESC">
|
||||
<Chinese>Caliber: 6.80x43mm SD<br/>Rounds: 30<br/>Used in: ACR SD</Chinese>
|
||||
<English>Caliber: 6.80x43mm SD<br/>Rounds: 30<br/>Used in: ACR SD</English>
|
||||
<French>Calibre : 6.80x43mm SD<br/>Munitions : 30<br/>Utilisé avec : ACR SD</French>
|
||||
<Spanish>Calibre: 6.80x43mm SD<br/>Cartuchos: 30<br/>Usado en: ACR SD</Spanish>
|
||||
<Italian>Calibro: 6.80x43mm SD<br/>Munizioni: 30<br/>Usato in: ACR SD</Italian>
|
||||
<Hungarian>Caliber: 6.80x43mm SD<br/>Rounds: 30<br/>Used in: ACR SD</Hungarian>
|
||||
<Polish>Kaliber: 6.80x43mm SD<br/>Naboje: 30<br/>Uzywany w: ACR SD</Polish>
|
||||
<Russian>Патрон: 6.80x43 мм SD<br/>Количество: 30<br/>Исп. в: ACR SD</Russian>
|
||||
<German>Kaliber: 6.80x43mm SD<br/>Patronen: 30<br/>Eingesetzt in: ACR SD</German>
|
||||
<Czech>Kalibr: 6.80x43mm SD<br/>Nábojů: 30<br/>Pro: ACR SD</Czech>
|
||||
<English>Caliber: 6.80x43mm SD<br/>Rounds: 30<br/>Used in: ACR SD</English>
|
||||
<Japanese>Caliber: 6.80x43mm SD<br/>Rounds: 30<br/>Used in: ACR SD</Japanese>
|
||||
<Hungarian>Kaliber: 6.80x43mm SD <br/> Töltények: 30 <br/> Hozzá tartozó fegyver: ACR SD</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_MAG_20RND_RSASS_NAME">
|
||||
<English>30Rnd. RSASS mag.</English>
|
||||
<Russian>30п. RSASS маг.</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_MAG_20RND_RSASSSD_NAME">
|
||||
<English>30Rnd. RSASS SD mag.</English>
|
||||
<Russian>30п. RSASS SD маг.</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_MAG_20RND_RSASS_DESC">
|
||||
<English>Caliber: 7.62x51mm<br/>Rounds: 20<br/>Used in: RSASS</English>
|
||||
<French>Calibre : 7.62x51mm<br/>Munitions : 20<br/>Utilisé avec : RSASS</French>
|
||||
<Spanish>Calibre: 7.62x51mm<br/>Cartuchos: 20<br/>Usado en: RSASS</Spanish>
|
||||
<Italian>Calibro: 7.62x51mm<br/>Munizioni: 20<br/>Usato in: RSASS</Italian>
|
||||
<Polish>Kaliber: 7.62x51mm<br/>Naboje: 20<br/>Uzywany w: RSASS</Polish>
|
||||
<Russian>Патрон: 7.62x51 мм<br/>Количество: 20<br/>Исп. в: RSASS</Russian>
|
||||
<German>Kaliber: 7.62x51mm<br/>Patronen: 20<br/>Eingesetzt in: RSASS</German>
|
||||
<Czech>Kalibr: 7.62x51mm<br/>Nábojů: 20<br/>Pro: RSASS</Czech>
|
||||
<Hungarian>Kaliber: 7.62x51mm<br/> Töltények: 20 <br/> Hozzá tartozó fegyver: RSASS</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_MAG_20RND_RSASSSD_DESC">
|
||||
<English>Caliber: 7.62x51mm SD<br/>Rounds: 20<br/>Used in: RSASS SD</English>
|
||||
<French>Calibre : 7.62x51mm SD<br/>Munitions : 20<br/>Utilisé avec : RSASS SD</French>
|
||||
<Spanish>Calibre: 7.62x51mm SD<br/>Cartuchos: 20<br/>Usado en: RSASS SD</Spanish>
|
||||
<Italian>Calibro: 7.62x51mm SD<br/>Munizioni: 20<br/>Usato in: RSASS SD</Italian>
|
||||
<Polish>Kaliber: 7.62x51mm SD<br/>Naboje: 20<br/>Uzywany w: RSASS SD</Polish>
|
||||
<Russian>Патрон: 7.62x51 мм SD<br/>Количество: 20<br/>Исп. в: RSASS SD</Russian>
|
||||
<German>Kaliber: 7.62x51mm SD<br/>Patronen: 20<br/>Eingesetzt in: RSASS SD</German>
|
||||
<Czech>Kalibr: 7.62x51mm SD<br/>Nábojů: 20<br/>Pro: RSASS SD</Czech>
|
||||
<Hungarian>Kaliber: 7.62x51mm SD <br/> Töltények: 20 <br/> Hozzá tartozó fegyver: RSASS SD</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_MAG_7RND_MSR_NAME">
|
||||
<English>7Rnd. MSR mag.</English>
|
||||
<Russian>7п. MSR маг.</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_MAG_7RND_MSRSD_NAME">
|
||||
<English>7Rnd. MSR SD mag.</English>
|
||||
<Russian>7п. MSR SD маг.</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_MAG_7RND_MSR_DESC">
|
||||
<English>Caliber: .338<br/>Rounds: 7<br/>Used in: MSR</English>
|
||||
<French>Calibre : .338<br/>Munitions : 7<br/>Utilisé avec : MSR</French>
|
||||
<Spanish>Calibre: .338<br/>Cartuchos: 7<br/>Usado en: MSR</Spanish>
|
||||
<Italian>Calibro: .338<br/>Munizioni: 7<br/>Usato in: MSR</Italian>
|
||||
<Polish>Kaliber: .338<br/>Naboje: 7<br/>Uzywany w: MSR</Polish>
|
||||
<Russian>Патрон: .338 <br/>Количество: 7<br/>Исп. в: MSR</Russian>
|
||||
<German>Kaliber: .338<br/>Patronen: 7<br/>Eingesetzt in: MSR</German>
|
||||
<Czech>Kalibr: .338<br/>Nábojů: 7<br/>Pro: MSR</Czech>
|
||||
<Hungarian>Kaliber: .338 <br/> Töltények: 7 <br/> Hozzá tartozó fegyver: MSR</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_MAG_7RND_MSRSD_DESC">
|
||||
<English>Caliber: .338 SD<br/>Rounds: 7<br/>Used in: MSR SD</English>
|
||||
<French>Calibre : .338 SD<br/>Munitions : 7<br/>Utilisé avec : MSR SD</French>
|
||||
<Spanish>Calibre: .338 SD<br/>Cartuchos: 7<br/>Usado en: MSR SD</Spanish>
|
||||
<Italian>Calibro: .338 SD<br/>Munizioni: 7<br/>Usato in: MSR SD</Italian>
|
||||
<Polish>Kaliber: .338 SD<br/>Naboje: 7<br/>Uzywany w: MSR SD</Polish>
|
||||
<Russian>Патрон: .338 SD<br/>Количество: 7<br/>Исп. в: MSR SD</Russian>
|
||||
<German>Kaliber: .338 SD<br/>Patronen: 7<br/>Eingesetzt in: MSR SD</German>
|
||||
<Czech>Kalibr: .338 SD<br/>Nábojů: 7<br/>Pro: MSR SD</Czech>
|
||||
<Hungarian>Kaliber: .338 SD <br/> Töltények: 7 <br/> Hozzá tartozó fegyver: MSR SD</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_MAG_5RND_XM2010_NAME">
|
||||
<English>5Rnd. XM2010 mag.</English>
|
||||
<Russian>5п. XM2010 маг.</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_MAG_5RND_XM2010SD_NAME">
|
||||
<English>5Rnd. XM2010 SD mag.</English>
|
||||
<Russian>5п. XM2010 SD маг.</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_MAG_5RND_XM2010_DESC">
|
||||
<English>Caliber: .300<br/>Rounds: 5<br/>Used in: XM2010</English>
|
||||
<French>Calibre : .300<br/>Munitions : 5<br/>Utilisé avec : XM2010</French>
|
||||
<Spanish>Calibre: .300<br/>Cartuchos: 5<br/>Usado en: XM2010</Spanish>
|
||||
<Italian>Calibro: .300<br/>Munizioni: 5<br/>Usato in: XM2010</Italian>
|
||||
<Polish>Kaliber: .300<br/>Naboje: 5<br/>Uzywany w: XM2010</Polish>
|
||||
<Russian>Патрон: .300 <br/>Количество: 5<br/>Исп. в: XM2010</Russian>
|
||||
<German>Kaliber: .300<br/>Patronen: 5<br/>Eingesetzt in: XM2010</German>
|
||||
<Czech>Kalibr: .300<br/>Nábojů: 5<br/>Pro: XM2010</Czech>
|
||||
<Hungarian>Kaliber: .300 <br/> Töltények: 5 <br/> Hozzá tartozó fegyver: XM2010</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_MAG_5RND_XM2010SD_DESC">
|
||||
<English>Caliber: .300 SD<br/>Rounds: 5<br/>Used in: XM2010 SD</English>
|
||||
<French>Calibre : .300 SD<br/>Munitions : 5<br/>Utilisé avec : XM2010 SD</French>
|
||||
<Spanish>Calibre: .300 SD<br/>Cartuchos: 5<br/>Usado en: XM2010 SD</Spanish>
|
||||
<Italian>Calibro: .300 SD<br/>Munizioni: 5<br/>Usato in: XM2010 SD</Italian>
|
||||
<Polish>Kaliber: .300 SD<br/>Naboje: 5<br/>Uzywany w: XM2010 SD</Polish>
|
||||
<Russian>Патрон: .300 SD<br/>Количество: 5<br/>Исп. в: XM2010 SD</Russian>
|
||||
<German>Kaliber: .300 SD<br/>Patronen: 5<br/>Eingesetzt in: XM2010 SD</German>
|
||||
<Czech>Kalibr: .300 SD<br/>Nábojů: 5<br/>Pro: XM2010 SD</Czech>
|
||||
<Hungarian>Kaliber: .300 SD <br/> Töltények: 5 <br/> Hozzá tartozó fegyver: XM2010 SD</Hungarian>
|
||||
</Key>
|
||||
|
||||
<!-- **** ATTACHMENTS **** -->
|
||||
|
||||
Reference in New Issue
Block a user