Skip to content

Commit

Permalink
300WM, 338 Lapua Recoil Patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-MF committed Sep 3, 2023
1 parent a576c0c commit 4ac1c69
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions addons/recoils/CfgRecoils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,20 @@ class CfgRecoils {
class CLASS(65_Long_MG) {};

// 300WM
class CLASS(300WM_Long) {};
class CLASS(300WM_Long) {
kickBack[] = {0.3, 0.5};
muzzleOuter[] = {0.46, 0.76, 0.5, 0.5};
permanent = 0.2;
temporary = 0.2;
};

// 338 Lapua
class CLASS(338_Long) {};
class CLASS(338_Long) {
kickBack[] = {0.33, 0.53};
muzzleOuter[] = {0.5, 0.82, 0.55, 0.55};
permanent = 0.22;
temporary = 0.2;
};

// 5.45
class CLASS(545_Long) {};
Expand Down

0 comments on commit 4ac1c69

Please sign in to comment.