mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
25
lua/arccw/shared/attachments/ud_m16_fs_sig.lua
Normal file
25
lua/arccw/shared/attachments/ud_m16_fs_sig.lua
Normal file
@@ -0,0 +1,25 @@
|
||||
--[[
|
||||
| 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 = "SIG Flip-Up Front Sight"
|
||||
att.AbbrevName = "SIG Front Sight"
|
||||
att.Icon = Material("entities/att/acwatt_ud_m16_fs_sig.png", "mips smooth")
|
||||
att.Description = [[Removable front sight made by SIG Sauer. Designed to be mounted on forend rails.]]
|
||||
att.Desc_Neutrals = {"uc.cosmetic"}
|
||||
att.SortOrder = 1
|
||||
att.IgnorePickX = true
|
||||
|
||||
att.Model = "models/weapons/arccw/atts/sig_fs.mdl"
|
||||
att.ModelScale = Vector(0.7, 0.7, 0.7)
|
||||
att.Slot = {"ud_m16_fs"}
|
||||
att.RequireFlags = {"ud_m16_rscompatible"}
|
||||
att.GivesFlags = {"ud_m16_rs"}
|
||||
|
||||
att.FrontSight = 1
|
||||
Reference in New Issue
Block a user