mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
41 lines
1.1 KiB
Lua
41 lines
1.1 KiB
Lua
--[[
|
|
| 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 = "AT 20\" Shortened Barrel"
|
|
att.AbbrevName = "20\" Shortened Barrel"
|
|
att.Icon = Material("entities/att/ur_aw/bar_short.png", "mips smooth")
|
|
|
|
if !GetConVar("arccw_truenames"):GetBool() then
|
|
att.PrintName = "AP 20\" Shortened Barrel"
|
|
end
|
|
|
|
--att.Icon = Material("entities/att/acwatt_ud_mini14_barrel_long.png", "smooth mips")
|
|
att.SortOrder = 20
|
|
att.Description = "Custom-tooled \"close-quarters\" barrel that compromises long-range performance, but reduces forward weight significantly."
|
|
att.Desc_Pros = {
|
|
}
|
|
att.Desc_Cons = {
|
|
}
|
|
att.Desc_Neutrals = {
|
|
}
|
|
att.Slot = "ur_aw_barrel"
|
|
|
|
att.Mult_SightTime = 0.75
|
|
att.Mult_Sway = 0.5
|
|
att.Mult_HipDispersion = 0.5
|
|
att.Mult_SpeedMult = 1.05
|
|
att.Add_BarrelLength = -4
|
|
|
|
att.Mult_Range = 0.3
|
|
att.Mult_AccuracyMOA = 4
|
|
att.Mult_Recoil = 1.25
|
|
|
|
att.AutoStats = true
|
|
att.ActivateElements = {"barrel_short"} |