Files
wnsrc/lua/arccw/shared/attachments/ur_ak_stock_skeletal.lua

31 lines
916 B
Lua
Raw Normal View History

2024-08-04 22:55:00 +03:00
--[[
| 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"