mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 21:29:59 +03:00
CFG WEAPONS DONE
This commit is contained in:
10
SQF/dayz_code/Configs/CfgRecoils.hpp
Normal file
10
SQF/dayz_code/Configs/CfgRecoils.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
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};
|
||||
};
|
||||
Reference in New Issue
Block a user