Skip to content

Commit

Permalink
Add files via upload (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
GenericRicochetPlayer authored Aug 4, 2024
1 parent a639015 commit aa9924e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions lua/cfc_entity_stubber/cw/cw_akm_official.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ cfcEntityStubber.registerStub( function()
weapon.HolsterTime = 0
weapon.HipSpread = 0.02
weapon.SpreadPerShot = 0.008
weapon.Recoil = 1
end )
1 change: 1 addition & 0 deletions lua/cfc_entity_stubber/cw/cw_ar15.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ cfcEntityStubber.registerStub( function()
local weapon = cfcEntityStubber.getWeapon( "cw_ar15" )
weapon.DeployTime = 0
weapon.HolsterTime = 0
weapon.Recoil = 0.85
end )
5 changes: 2 additions & 3 deletions lua/cfc_entity_stubber/cw/cw_l85a2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ cfcEntityStubber.registerStub( function()
weapon.VelocitySensitivity = 0
weapon.DeployTime = 0
weapon.HolsterTime = 0
weapon.SpreadPerShot = 0.0015
weapon.Recoil = 0.8
weapon.damage = 33
weapon.SpreadPerShot = 0.003
weapon.Recoil = 0.7
end )

0 comments on commit aa9924e

Please sign in to comment.