mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
46
lua/arccw/shared/attachments/ud_mini14_stock_sawnoff.lua
Normal file
46
lua/arccw/shared/attachments/ud_mini14_stock_sawnoff.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 = "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)
|
||||
Reference in New Issue
Block a user