mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
46
lua/arccw/shared/attachments/ud_870_slide_moe.lua
Normal file
46
lua/arccw/shared/attachments/ud_870_slide_moe.lua
Normal file
@@ -0,0 +1,46 @@
|
||||
--[[
|
||||
| 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"}
|
||||
Reference in New Issue
Block a user