mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-16 21:33:46 +03:00
24 lines
703 B
Lua
24 lines
703 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 = "No Dust Cover"
|
|
att.Icon = Material("vgui/entities/eft_attachments/NoAttachment.png", "mips smooth")
|
|
att.Description = "Removing the dust cover lets you get a nice look at the internals, however it allows dust to get into the weapon"
|
|
att.Desc_Pros = {
|
|
}
|
|
att.Desc_Cons = {
|
|
}
|
|
att.AutoStats = true
|
|
att.Slot = "eft_aks74u_receiever"
|
|
att.GivesFlags = {"NoReceiver"}
|
|
|
|
att.Mult_Recoil = 1.02
|
|
att.Mult_MoveSpeed = 1.1
|
|
att.Mult_SightTime = 0.9 |