CopsNRobbers/gamemodes/copsnrobbers/entities/weapons/cnr_p220.lua

35 lines
790 B
Lua
Raw Normal View History

2023-12-21 13:58:05 -05:00
SWEP.Base = "cnr"
SWEP.PrintName = "CAL.357"
SWEP.Slot = 1
SWEP.ViewModel = "models/weapons/cstrike/c_pist_p228.mdl"
SWEP.ViewModelFOV = 90
SWEP.WorldModel = "models/weapons/w_pist_p228.mdl"
2023-12-21 20:40:47 -05:00
SWEP.ActivePos = Vector( 1, -8, -1 )
2023-12-21 13:58:05 -05:00
2023-12-21 16:15:25 -05:00
SWEP.Sound_Fire = {
"cnr/weapons/p220/fire-01.ogg",
"cnr/weapons/p220/fire-02.ogg",
"cnr/weapons/p220/fire-03.ogg",
}
2023-12-21 13:58:05 -05:00
SWEP.Primary.ClipSize = 13
SWEP.Delay = ( 60 / 400 )
SWEP.MaxBurst = 1
SWEP.DamageClose = 25
2023-12-21 16:50:52 -05:00
SWEP.DamageFar = 21
2023-12-21 16:15:25 -05:00
SWEP.BubbleSpreadUp = 0.8
2023-12-22 09:07:47 -05:00
SWEP.BubbleRecoilUp = 0.2
2023-12-21 16:15:25 -05:00
SWEP.BubbleSpreadDown = 0.1
SWEP.BubbleRecoilDown = 0.1
SWEP.SpreadStart = 0.1
SWEP.SpreadEnd = 4
SWEP.RecoilUp = 33
SWEP.RecoilSpeed = 60
SWEP.RecoilDistStart = 0.8
2023-12-22 09:07:47 -05:00
SWEP.RecoilDistEnd = 4