mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
29
lua/arccw/shared/attachments/ur_g3_stock_psg.lua
Normal file
29
lua/arccw/shared/attachments/ur_g3_stock_psg.lua
Normal file
@@ -0,0 +1,29 @@
|
||||
--[[
|
||||
| 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 = "PSG-1 Sniper Stock"
|
||||
att.AbbrevName = "Sniper Stock"
|
||||
|
||||
if !GetConVar("arccw_truenames"):GetBool() then
|
||||
att.PrintName = "PMR-2 Sniper Stock"
|
||||
end
|
||||
|
||||
att.Icon = Material("entities/att/ur_g3/stock_psg.png","smooth mips")
|
||||
att.Description = [[Heavy-duty marksman stock made for the sniper variant of the rifle. Cumbersome, but very comfortable to shoot with.]]
|
||||
att.AutoStats = true
|
||||
att.Slot = {"ur_g3_stock"}
|
||||
|
||||
att.SortOrder = 11
|
||||
|
||||
att.Mult_Recoil = 0.85
|
||||
att.Mult_Sway = .6
|
||||
|
||||
att.Mult_SightTime = 1.1
|
||||
att.Mult_SpeedMult = 0.8
|
||||
Reference in New Issue
Block a user