mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
29 lines
879 B
Lua
29 lines
879 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 = "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"} |