Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
GenericRicochetPlayer authored Nov 21, 2023
1 parent 887c899 commit de1c8f9
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions lua/cfc_entity_stubber/cw/cw_g18.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ cfcEntityStubber.registerStub( function()
weapon.HolsterTime = 0
weapon.ReloadSpeed = 1.4
weapon.VelocitySensitivity = 0
weapon.SprintingEnabled = false
end )
2 changes: 2 additions & 0 deletions lua/cfc_entity_stubber/cw/cw_g36c.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ cfcEntityStubber.registerStub( function()
weapon.VelocitySensitivity = 0
weapon.ReloadSpeed = 1.4
weapon.AimSpread = 0.001
weapon.Damage = 33
weapon.HipSpread = 0.03
end )
9 changes: 9 additions & 0 deletions lua/cfc_entity_stubber/cw/cw_g4p_g36c.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
AddCSLuaFile()

cfcEntityStubber.registerStub( function()
local weapon = cfcEntityStubber.getWeapon( "cw_g4p_g36c" )
weapon.DeployTime = 0
weapon.HolsterTime = 0
weapon.VelocitySensitivity = 0
weapon.Damage = 30
end )
2 changes: 1 addition & 1 deletion lua/cfc_entity_stubber/cw/cw_g4p_ump45.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ cfcEntityStubber.registerStub( function()
weapon.VelocitySensitivity = 0
weapon.HipSpread = 0.03
weapon.SpreadPerShot = 0.006
weapon.Damage = 26
weapon.Damage = 30
weapon.MaxSpreadInc = 0.03
end )
1 change: 1 addition & 0 deletions lua/cfc_entity_stubber/cw/cw_mp5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ cfcEntityStubber.registerStub( function()
weapon.HolsterTime = 0
weapon.ReloadSpeed = 1.5
weapon.VelocitySensitivity = 0
weapon.Damage = 26
end )
1 change: 1 addition & 0 deletions lua/cfc_entity_stubber/cw/cw_mp7_official.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ cfcEntityStubber.registerStub( function()
weapon.VelocitySensitivity = 0.5
weapon.AimSpread = 0.04
weapon.HipSpread = 0.05
weapon.Damage = 27
end )
1 change: 1 addition & 0 deletions lua/cfc_entity_stubber/cw/cw_ump45.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.VelocitySensitivity = 0
weapon.Damage = 30
end )

0 comments on commit de1c8f9

Please sign in to comment.