mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
29
lua/arccw/shared/attachments/stock_eft_mp155_ultima_l.lua
Normal file
29
lua/arccw/shared/attachments/stock_eft_mp155_ultima_l.lua
Normal file
@@ -0,0 +1,29 @@
|
||||
--[[
|
||||
| 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 = "Ultima polymer stock (large recoil pad)"
|
||||
att.AbbrevName = "Ultima polymer (large pad)"
|
||||
att.Icon = Material("vgui/entities/eft_attachments/mp155_ultima_l.png", "mips smooth")
|
||||
att.Description = "The \"Ultima\" modification polymer stock with large rubber recoil butt-pad for the MP-155 shotgun. Manufactured by Kalashnikov Group."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.AutoStats = true
|
||||
att.Slot = "eft_mp155_stock"
|
||||
|
||||
att.SortOrder = 2
|
||||
|
||||
att.Mult_DrawTime = 0.9
|
||||
att.Mult_SightTime = 0.9
|
||||
att.Mult_SpeedMult = 0.9
|
||||
att.Mult_Recoil = 0.9
|
||||
|
||||
att.ActivateElements = {"ultimapistol", "ultimastock", "ultimastockendL"}
|
||||
Reference in New Issue
Block a user