Skip to content

Commit

Permalink
Add files via upload (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
GenericRicochetPlayer authored Nov 19, 2023
1 parent 0f2b191 commit 887c899
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/cfc_entity_stubber/cw/cw_ak74.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ cfcEntityStubber.registerStub( function()
weapon.DeployTime = 0
weapon.HolsterTime = 0
weapon.ReloadSpeed = 1.2
weapon.HipSpread = 0.03
end )
1 change: 1 addition & 0 deletions lua/cfc_entity_stubber/cw/cw_boberg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ cfcEntityStubber.registerStub( function()
weapon.AimSpread = 0.005
weapon.DeployTime = 0
weapon.HolsterTime = 0
weapon.SprintingEnabled = false
end )
1 change: 1 addition & 0 deletions lua/cfc_entity_stubber/cw/cw_deagle.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ cfcEntityStubber.registerStub( function()
weapon.DeployTime = 0
weapon.HolsterTime = 0
weapon.SpreadPerShot = 0.0001
weapon.SprintingEnabled = false
end )
2 changes: 2 additions & 0 deletions lua/cfc_entity_stubber/cw/cw_g4p_an94.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ cfcEntityStubber.registerStub( function()
local weapon = cfcEntityStubber.getWeapon( "cw_g4p_an94" )
weapon.ReloadSpeed = 1.4
weapon.VelocitySensitivity = 0
weapon.Damage = 35
weapon.HipSpread = 0.03
end )
3 changes: 3 additions & 0 deletions lua/cfc_entity_stubber/cw/cw_g4p_magpul_masada.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ cfcEntityStubber.registerStub( function()
local weapon = cfcEntityStubber.getWeapon( "cw_g4p_magpul_masada" )
weapon.ReloadSpeed = 1.4
weapon.HipSpread = 0.04
weapon.CanRicochet = true
weapon.CanPenetrate = false
weapon.NoRicochet = {[MAT_FLESH] = true, [MAT_ANTLION] = false, [MAT_BLOODYFLESH] = false, [MAT_DIRT] = false, [MAT_SAND] = false, [MAT_GLASS] = false, [MAT_ALIENFLESH] = false, [MAT_GRASS] = false}
end )
1 change: 1 addition & 0 deletions lua/cfc_entity_stubber/cw/cw_mr96.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ cfcEntityStubber.registerStub( function()
weapon.AimSpread = 0.001
weapon.VelocitySensitivity = 0
weapon.RecoilToSpread = 0
weapon.SprintingEnabled = false
end )
1 change: 1 addition & 0 deletions lua/cfc_entity_stubber/cw/cw_ragingbull.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ cfcEntityStubber.registerStub( function()
weapon.ACF_DamageMult = 6
weapon.DeployTime = 0
weapon.HolsterTime = 0
weapon.SprintingEnabled = false
end )

0 comments on commit 887c899

Please sign in to comment.