Files
wnsrc/lua/arccw/shared/attachments/eft_aks74u_fold.lua
lifestorm 94063e4369 Upload
2024-08-04 22:55:00 +03:00

26 lines
704 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 = "Folded Stock"
att.Icon = Material("vgui/entities/eft_aks74u/stock_folded.png", "mips smooth")
att.Description = "Folding the stock will make the weapon easier to handle however it will make recoil control harder"
att.Desc_Pros = {
}
att.Desc_Cons = {
}
att.AutoStats = true
att.Slot = "eft_aks74u_stock"
att.ActivateElements = {"Stock_Fold"}
att.SortOrder = 10
att.Mult_Recoil = 1.5
att.Mult_MoveSpeed = 1.1
att.Mult_SightTime = 0.7