mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
29 lines
748 B
Lua
29 lines
748 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 = "USP Match Slide"
|
|
att.Icon = Material("vgui/entities/eft_attachments/usp_slide_default.png", "mips smooth")
|
|
att.Description = "A pistol slide for the special version of the USP45 pistol - USP45 Match, manufactured by Heckler & Koch."
|
|
|
|
att.SortOrder = 1
|
|
|
|
att.Desc_Pros = {
|
|
"Badass"
|
|
}
|
|
att.Desc_Cons = {
|
|
}
|
|
att.AutoStats = true
|
|
att.Slot = "eft_usp_slide"
|
|
|
|
att.SortOrder = 15
|
|
|
|
att.Model = "models/weapons/arc_eft_usp/atts/eft_usp_receiver_match.mdl"
|
|
|
|
att.ModelScale = Vector(1, 1, 1) |