mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-16 21:33:46 +03:00
30 lines
744 B
Lua
30 lines
744 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 = "Extended slide stop"
|
|
att.Icon = Material("vgui/entities/eft_attachments/1911_catchwilson_icon.png", "mips smooth")
|
|
att.Description = "Extended slide lever for M1911A1, product by Wilson."
|
|
|
|
att.SortOrder = 1
|
|
|
|
att.Desc_Pros = {
|
|
}
|
|
att.Desc_Cons = {
|
|
}
|
|
att.AutoStats = true
|
|
att.Slot = "eft_catch_1911"
|
|
|
|
att.SortOrder = 15
|
|
|
|
att.Model = "models/weapons/arc_eft_1911/eft_1911_catch_wilson/models/eft_1911_catchwilson.mdl"
|
|
|
|
att.ModelScale = Vector(1, 1, 1)
|
|
|
|
att.Mult_SightTime = 0.97 |