mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
25
lua/arccw/shared/attachments/uc_stock_pistol.lua
Normal file
25
lua/arccw/shared/attachments/uc_stock_pistol.lua
Normal file
@@ -0,0 +1,25 @@
|
||||
--[[
|
||||
| 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 = "FAB Defense Collapsible Tactical Stock"
|
||||
att.AbbrevName = "Pistol Stock"
|
||||
att.Icon = Material("entities/att/acwatt_uc_stock_pistol.png", "mips smooth")
|
||||
att.Description = "Mitigates the recoil disadvantage typical of most pistols, but extends the weapon's profile substantially.\n\nYou probably shouldn't let the feds know you have this."
|
||||
att.Slot = "go_stock_pistol_bt"
|
||||
att.AutoStats = true
|
||||
|
||||
att.Model = "models/weapons/arccw/atts/stock_fab.mdl"
|
||||
|
||||
att.Mult_Recoil = .70
|
||||
att.Mult_RecoilSide = .5
|
||||
att.Mult_Sway = .5
|
||||
att.Mult_SightTime = 1.3
|
||||
att.Mult_DrawTime = 1.4
|
||||
att.Add_BarrelLength = 20
|
||||
Reference in New Issue
Block a user