mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add new pistols from Robert Hammer. - 23 new pistols - New sounds for the M9, M1911, PDW - New magazine icon and model for M1911 - Full attachment support for different pistols
22 lines
1.1 KiB
C++
22 lines
1.1 KiB
C++
class CfgRecoils
|
|
{
|
|
DZ_Swing[] = {0, 0.06, -0.1, 0, 0.1, -0.12, 0.1, 0, 0};
|
|
DZ_Stab[] = {0.02, -0.5, 0.2, 0.05, -0.5, 0.3, 0.04, 0, -0.1, 0.5, 0, 0};
|
|
|
|
Mosin_NagantRecoil[] = {0,0,0,0.0500,0.04500,0.1,0.1000,0,0};
|
|
Mosin_Nagant_CarbineRecoil[] = {0,0,0,0.0500,0.12,0.3,0.1000,0,0};
|
|
Mosin_NagantRecoilProne[] = {0,0,0,0.0500,0.04500,0.1,0.1000,0,0};
|
|
Mosin_Nagant_CarbineRecoilProne[] = {0,0,0,0.0500,0.12,0.3,0.1000,0,0};
|
|
|
|
MP7Recoil[] = {0,0.005,0.005,0.005,0.007,0.006,0.09,0.002,-0.0015,0.1,0,0};
|
|
|
|
RH_pdwassaultRiflesBase[] = {0,0.005,0.005,0.005,0.01,0.011,0.09,0.005,-0.0005,0.14,0,0};
|
|
RH_pdwassaultRiflesBaseProne[] = {0,0.005,0.005,0.005,0.01,0.009,0.075,0.005,-0.0003,0.13,0,0};
|
|
RH_PDWRecoil[] = {0,0.005,0.005,0.005,0.01,0.011,0.09,0.005,-0.0004,0.13,0,0};
|
|
|
|
M21_Recoil[] = {0,0.013,0.015,0.02,0.013,0.015,0.1,0.009,0.015,0.12,0,0};
|
|
M21_ProneRecoil[] = {0,0.012,0.01,0.013,0.012,0.01,0.07,0.007,0,0.12,0,0};
|
|
|
|
ColtAnaconda_Recoil[] = {0,0,0,0.1,0.1,0.1,0.1,-0.02,-0.03,0.05,0,0};
|
|
ColtPython_Recoil[] = {0,0,0,0.15,0.12,0.13,0.14,-0.02,-0.03,0.07,0,0};
|
|
}; |