mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
31
lua/arccw/shared/attachments/ur_ak_stock_skeletal.lua
Normal file
31
lua/arccw/shared/attachments/ur_ak_stock_skeletal.lua
Normal file
@@ -0,0 +1,31 @@
|
||||
--[[
|
||||
| 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"
|
||||
Reference in New Issue
Block a user