35 lines
792 B
Lua
35 lines
792 B
Lua
|
|
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"
|
|
SWEP.ActivePos = Vector( 1, -6, -1 )
|
|
|
|
SWEP.Sound_Fire = {
|
|
"cnr/weapons/p220/fire-01.ogg",
|
|
"cnr/weapons/p220/fire-02.ogg",
|
|
"cnr/weapons/p220/fire-03.ogg",
|
|
}
|
|
|
|
SWEP.Primary.ClipSize = 13
|
|
SWEP.Delay = ( 60 / 400 )
|
|
SWEP.MaxBurst = 1
|
|
SWEP.DamageClose = 25
|
|
SWEP.DamageFar = 21
|
|
|
|
SWEP.BubbleSpreadUp = 0.8
|
|
SWEP.BubbleRecoilUp = 0.8
|
|
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
|
|
SWEP.RecoilDistEnd = 2.2 |