mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
38
lua/arccw/shared/attachments/ud_870_slide_poly.lua
Normal file
38
lua/arccw/shared/attachments/ud_870_slide_poly.lua
Normal file
@@ -0,0 +1,38 @@
|
||||
--[[
|
||||
| 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 Polymer Forend"
|
||||
att.AbbrevName = "Polymer Forend"
|
||||
|
||||
if GetConVar("arccw_truenames"):GetBool() then
|
||||
att.PrintName = "Remington 870 Polymer Forend"
|
||||
end
|
||||
|
||||
att.Icon = Material("entities/att/acwatt_ud_870_slide_poly.png", "smooth mips")
|
||||
att.Description = "A hardened polymer forend, improving sighted mobility slightly."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
}
|
||||
att.Slot = "ud_870_slide"
|
||||
|
||||
att.AutoStats = true
|
||||
|
||||
att.Mult_SightTime = 0.95
|
||||
att.Mult_SightedSpeedMult = 1.05
|
||||
att.Mult_RecoilSide = 1.15
|
||||
|
||||
att.LHIK = true
|
||||
|
||||
att.Model = "models/weapons/arccw/atts/poly_lhik.mdl"
|
||||
|
||||
att.ActivateElements = {"ud_870_slide_poly"}
|
||||
Reference in New Issue
Block a user