mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
39
lua/arccw/shared/attachments/ur_spas12_stock_none.lua
Normal file
39
lua/arccw/shared/attachments/ur_spas12_stock_none.lua
Normal file
@@ -0,0 +1,39 @@
|
||||
--[[
|
||||
| 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 = "No Stock"
|
||||
att.Icon = Material("entities/att/ur_spas/grip_std.png", "smooth mips")
|
||||
att.Description = "A real theoretical physicist won't need this."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
}
|
||||
att.Slot = "ur_spas12_stock"
|
||||
|
||||
att.AutoStats = true
|
||||
att.Free = true
|
||||
att.SortOrder = -1
|
||||
|
||||
att.Mult_SpeedMult = 1.05
|
||||
|
||||
att.Mult_SightTime = 0.5
|
||||
att.Mult_DrawTime = 0.75
|
||||
att.Mult_HolsterTime = 0.75
|
||||
|
||||
att.Mult_Recoil = 1.4
|
||||
att.Mult_RecoilSide = 2
|
||||
|
||||
att.Mult_SightedSpeedMult = 1.2
|
||||
att.Mult_ShootSpeedMult = 1.15
|
||||
|
||||
att.Add_BarrelLength = -12
|
||||
att.Mult_Sway = 3
|
||||
Reference in New Issue
Block a user