37 lines
845 B
Lua
37 lines
845 B
Lua
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.ModelOffset = Vector(-0, 0.1, 0.2)
|
|
att.Model = "models/weapons/arccw/atts/moe_lhik.mdl"
|
|
|
|
att.ActivateElements = {"ud_870_slide_moe"} |