mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
46 lines
1.0 KiB
Lua
46 lines
1.0 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 = "Express-12 MOE Forend"
|
|
att.AbbrevName = "MOE Forend"
|
|
|
|
if GetConVar("arccw_truenames"):GetBool() then
|
|
att.PrintName = "Remington 870 MOE Forend"
|
|
end
|
|
|
|
att.Icon = Material("entities/att/acwatt_ud_870_slide_moe.png", "smooth mips")
|
|
att.Description = "A lightweight polymer forend. Easier to cycle but harder to grip on, increasing both fire rate and recoil."
|
|
att.Desc_Pros = {
|
|
}
|
|
att.Desc_Cons = {
|
|
}
|
|
att.Desc_Neutrals = {
|
|
}
|
|
att.Slot = "ud_870_slide"
|
|
|
|
att.AutoStats = true
|
|
|
|
-- att.Mult_SightTime = 0.75
|
|
-- att.Mult_Recoil = 1.15
|
|
-- att.Mult_Sway = 1.15
|
|
|
|
att.Mult_SightTime = 0.85
|
|
|
|
att.Mult_Sway = 1.25
|
|
att.Mult_Recoil = 1.1
|
|
att.Mult_RecoilSide = 1.5
|
|
|
|
att.Mult_CycleTime = 0.9
|
|
|
|
att.LHIK = true
|
|
|
|
att.Model = "models/weapons/arccw/atts/moe_lhik.mdl"
|
|
|
|
att.ActivateElements = {"ud_870_slide_moe"} |