21 lines
663 B
Lua
21 lines
663 B
Lua
|
att.PrintName = "Skeletal Stock"
|
||
|
att.Icon = Material("entities/att/ur_ak/stock/saiga.png", "mips smooth")
|
||
|
att.Description = [[Lightens the weapon by reducing mass in the stock. Unlike other skeletal stocks for this platform, this stock cannot be folded.]]
|
||
|
att.AutoStats = true
|
||
|
att.Slot = {"ur_ak_stock"}
|
||
|
|
||
|
att.SortOrder = 2
|
||
|
|
||
|
att.Mult_SightTime = .8
|
||
|
att.Mult_SightedSpeedMult = 1.1
|
||
|
att.Mult_SpeedMult = 1.05
|
||
|
|
||
|
att.Mult_Sway = 1.1
|
||
|
att.Mult_Recoil = 1.35
|
||
|
att.Mult_RecoilSide = 1.15
|
||
|
|
||
|
att.ActivateElements = {"stock_skeletal"}
|
||
|
|
||
|
att.Ignore = true
|
||
|
att.Icon = Material("entities/att/obsolete.png", "mips smooth")
|
||
|
att.Description = "stop looking at deprecated shit you suka"
|