mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
31
lua/arccw/shared/attachments/ur_aw_muzzle_brake_sights.lua
Normal file
31
lua/arccw/shared/attachments/ur_aw_muzzle_brake_sights.lua
Normal file
@@ -0,0 +1,31 @@
|
||||
--[[
|
||||
| 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 = "AI Ironsight Brake"
|
||||
att.Icon = Material("entities/att/ur_aw/muzzle_sights.png", "mips smooth")
|
||||
att.Description = "Light muzzle brake unique to the AW platform.\n\nEquips alternative \"compact\" iron sights."
|
||||
att.AutoStats = true
|
||||
att.Slot = {"ur_aw_muzzle"}
|
||||
|
||||
att.Mult_Recoil = .9
|
||||
att.Mult_RecoilSide = .9
|
||||
|
||||
att.Add_BarrelLength = 2
|
||||
att.Mult_SightTime = 1.05
|
||||
att.Mult_Sway = 1.05
|
||||
|
||||
att.SortOrder = 998
|
||||
|
||||
att.AttachSound = "arccw_uc/common/gunsmith/suppressor_thread.ogg"
|
||||
att.Model = "models/weapons/arccw/ur_aw_muzzlesight.mdl"
|
||||
att.ModelScale = Vector(2/3,2/3,2/3)
|
||||
att.ModelOffset = Vector(0,0,-.075)
|
||||
|
||||
att.GivesFlags = {"sights_compact"}
|
||||
Reference in New Issue
Block a user