mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
34
lua/arccw/shared/attachments/ur_g3_barrel_15.lua
Normal file
34
lua/arccw/shared/attachments/ur_g3_barrel_15.lua
Normal file
@@ -0,0 +1,34 @@
|
||||
--[[
|
||||
| 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 = "HK33A2 15\" Assault Barrel"
|
||||
att.AbbrevName = "15\" Assault Barrel"
|
||||
|
||||
if !GetConVar("arccw_truenames"):GetBool() then
|
||||
att.PrintName = "CN66 15\" Assault Barrel"
|
||||
end
|
||||
|
||||
att.Icon = Material("entities/att/ur_g3/barrel_33.png","smooth mips")
|
||||
att.Description = "Standard barrel for the intermediate carbine variant of the rifle. Improves weapon handling while marginally reducing range."
|
||||
att.Slot = "ur_g3_barrel"
|
||||
att.AutoStats = true
|
||||
|
||||
att.SortOrder = 15
|
||||
|
||||
att.Mult_SightTime = 0.9
|
||||
att.Add_BarrelLength = -4
|
||||
att.Mult_SightedSpeedMult = 1.05
|
||||
att.Mult_Sway = 0.85
|
||||
|
||||
att.Mult_Recoil = 1.1
|
||||
att.Mult_AccuracyMOA = 1.1
|
||||
att.Mult_Range = 0.75
|
||||
|
||||
att.GivesFlags = {"g3_not8"}
|
||||
Reference in New Issue
Block a user