Files
wnsrc/lua/arccw/shared/attachments/uc_fg_heavy.lua
lifestorm c6d9b6f580 Upload
2024-08-05 18:40:29 +03:00

37 lines
846 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 = "Heavy Bolt"
att.Icon = Material("entities/att/arccw_uc_heavybolt.png", "mips smooth")
att.Description = "Heavyweight bolt springs reduce the cyclic rate of the weapon, improving its controllability."
att.Desc_Pros = {
}
att.Desc_Cons = {
}
att.Desc_Neutrals = {
}
att.Slot = "uc_fg"
att.AutoStats = true
att.SortOrder = 3
att.Mult_Recoil = 0.9
att.Mult_RPM = 0.8
att.Mult_CycleTime = 1.1
--[[]
att.Hook_Compatible = function(wep)
if wep:GetIsManualAction() then
return false
end
end
]]
att.AttachSound = "arccw_uc/common/gunsmith/internal_modification.ogg"