mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
31 lines
916 B
Lua
31 lines
916 B
Lua
--[[
|
|
| 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 = "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" |