mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +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 = "Mini-14 Sawn-off Stock"
|
||
|
|
att.AbbrevName = "Sawn-off Stock"
|
||
|
|
|
||
|
|
if !GetConVar("arccw_truenames"):GetBool() then
|
||
|
|
att.PrintName = "Patriot 809 Sawn-off Stock"
|
||
|
|
end
|
||
|
|
|
||
|
|
att.Icon = Material("entities/att/acwatt_ud_mini14_stock_sawnoff.png", "smooth mips")
|
||
|
|
att.Description = "Using your hacksaw on the stock is not gunsmithing either."
|
||
|
|
att.Desc_Pros = {
|
||
|
|
}
|
||
|
|
att.Desc_Cons = {
|
||
|
|
}
|
||
|
|
att.Desc_Neutrals = {
|
||
|
|
}
|
||
|
|
att.Slot = "ud_mini14_stock"
|
||
|
|
|
||
|
|
att.AutoStats = true
|
||
|
|
|
||
|
|
att.Mult_SightTime = 0.75
|
||
|
|
att.Mult_DrawTime = 0.75
|
||
|
|
att.Mult_HolsterTime = 0.75
|
||
|
|
|
||
|
|
att.Mult_Recoil = 1.25
|
||
|
|
att.Mult_RecoilSide = 2.25
|
||
|
|
|
||
|
|
att.Mult_Sway = 1.85
|
||
|
|
|
||
|
|
att.Mult_SightedSpeedMult = 1.33
|
||
|
|
att.Mult_ShootSpeedMult = 1.2
|
||
|
|
|
||
|
|
att.Add_BarrelLength = -4
|
||
|
|
|
||
|
|
att.ActivateElements = {"ud_mini14_stock_sawnoff"}
|
||
|
|
|
||
|
|
att.Override_ActivePos = Vector(0.5, 2, 1.5)
|