mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
41
lua/arccw/shared/attachments/ud_m16_barrel_14in.lua
Normal file
41
lua/arccw/shared/attachments/ud_m16_barrel_14in.lua
Normal file
@@ -0,0 +1,41 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
att.PrintName = "14.5\" RAYCAR-1 Carbine Barrel"
|
||||
if GetConVar("arccw_truenames"):GetBool() then
|
||||
att.PrintName = "14.5\" M4 Carbine Barrel"
|
||||
end
|
||||
|
||||
att.Icon = Material("entities/att/acwatt_ud_m16_barrel_14_5.png", "smooth mips")
|
||||
att.AbbrevName = "14.5\" Carbine Barrel"
|
||||
att.Description = "Carbine length barrel. Provides a small increase in firerate while maintaining respectable accuracy and range."
|
||||
att.Slot = "ud_m16_blen"
|
||||
|
||||
att.AutoStats = true
|
||||
|
||||
att.Mult_SightTime = 0.85
|
||||
att.Mult_SightedSpeedMult = 1.1
|
||||
att.Mult_HipDispersion = 0.85
|
||||
|
||||
att.Mult_Recoil = 1.25
|
||||
att.Mult_AccuracyMOA = 1.5
|
||||
att.Mult_Range = 0.75
|
||||
att.Mult_RPM = 1.111 --0.945
|
||||
att.Mult_Sway = 0.85
|
||||
|
||||
att.Add_BarrelLength = -6
|
||||
att.Mult_PhysBulletMuzzleVelocity = 0.833333
|
||||
|
||||
--att.LHIK = true
|
||||
--att.Model = "models/weapons/arccw/atts/tactical_lhik.mdl"
|
||||
att.DroppedModel = "models/items/boxsrounds.mdl"
|
||||
|
||||
att.ActivateElements = {"barrel_14","mount_14"}
|
||||
att.GivesFlags = {"blen_14","barrel_short"}
|
||||
Reference in New Issue
Block a user