mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
35
lua/arccw/shared/attachments/ur_dbs_barrel_mid.lua
Normal file
35
lua/arccw/shared/attachments/ur_dbs_barrel_mid.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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 = "IZh-58 22\" Trimmed Barrel"
|
||||
att.AbbrevName = "22\" Trimmed Barrel"
|
||||
|
||||
if !GetConVar("arccw_truenames"):GetBool() then
|
||||
att.PrintName = "Volga SuperShotgun 22\" Trimmed Barrel"
|
||||
end
|
||||
|
||||
att.Icon = Material("entities/att/ur_dbs/bmid.png","smooth mips")
|
||||
att.Description = "Take off just a bit of the barrel for an edge in close-quarters while maintaining as much performance as possible."
|
||||
att.Slot = {"ur_db_barrel"}
|
||||
att.AutoStats = true
|
||||
att.SortOrder = 22
|
||||
|
||||
|
||||
att.Mult_Sway = .85
|
||||
att.Add_BarrelLength = -4
|
||||
att.Mult_SightTime = 0.95
|
||||
att.Mult_HipDispersion = 0.9
|
||||
|
||||
att.Mult_Recoil = 1.1
|
||||
att.Mult_AccuracyMOA = 1.1
|
||||
att.Mult_Range = 0.9
|
||||
|
||||
|
||||
att.ActivateElements = {"barrel_mid"}
|
||||
Reference in New Issue
Block a user