Files
wnsrc/lua/arccw/shared/attachments/ud_870_tube_ext.lua
lifestorm ba1fc01b16 Upload
2024-08-04 23:12:27 +03:00

34 lines
897 B
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 = "Express-12 8 Shell Tube"
att.AbbrevName = "8 Shell Tube"
if GetConVar("arccw_truenames"):GetBool() then
att.PrintName = "Remington 870 8 Shell Tube"
end
att.Icon = Material("entities/att/acwatt_ud_870_tube_ext.png", "smooth mips")
att.Description = "An extension of the default shell tube holds more rounds, but increases weapon weight."
att.Desc_Pros = {}
att.Desc_Cons = {}
att.Desc_Neutrals = {}
att.Slot = "ud_870_tube"
att.AutoStats = true
att.Override_ClipSize = 8
att.Mult_Sway = 1.5
att.Mult_SightedSpeedMult = 0.8
att.Mult_SightTime = 1.15
att.Mult_ReloadTime = 1.1
att.ActivateElements = {"ud_870_tube_ext"}