mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
37
lua/arccw/shared/attachments/ur_ak_hg_74m.lua
Normal file
37
lua/arccw/shared/attachments/ur_ak_hg_74m.lua
Normal file
@@ -0,0 +1,37 @@
|
||||
--[[
|
||||
| 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 = "Polymer Handguard"
|
||||
att.Icon = Material("entities/att/ur_ak/handguards/poly.png", "mips smooth")
|
||||
att.Description = "Light polymer handguard with superior agility, but higher recoil from the reduced counterweight."
|
||||
att.Slot = {"ur_ak_hg"}
|
||||
att.AutoStats = true
|
||||
|
||||
att.SortOrder = 16
|
||||
|
||||
att.Mult_Sway = 0.9
|
||||
att.Mult_SightTime = 0.9
|
||||
att.Mult_Recoil = 1.1
|
||||
|
||||
att.ToggleLockDefault = true
|
||||
att.ToggleStats = {
|
||||
{
|
||||
PrintName = "Black",
|
||||
ActivateElements = {"barrel_74m"},
|
||||
},
|
||||
{
|
||||
PrintName = "Plum",
|
||||
ActivateElements = {"barrel_74m_red"},
|
||||
},
|
||||
{
|
||||
PrintName = "Olive Drab",
|
||||
ActivateElements = {"barrel_74m_green"},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user