mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-16 21:33:46 +03:00
34 lines
713 B
Lua
34 lines
713 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 = "Jackhammer"
|
|
att.Icon = Material("entities/hammer.png")
|
|
att.Description = "Makes the hammer very light, resulting in a increased firerate."
|
|
att.Desc_Pros = {
|
|
}
|
|
att.Desc_Cons = {
|
|
}
|
|
att.AutoStats = true
|
|
att.Slot = "ar2_hammer"
|
|
|
|
att.Override_Firemodes = {
|
|
{
|
|
Mode = -10,
|
|
RunAwayBurst = true,
|
|
PostBurstDelay = 0.35,
|
|
},
|
|
{
|
|
Mode = 0,
|
|
},
|
|
}
|
|
|
|
att.Mult_Recoil = 2.5
|
|
att.Mult_ReloadTime = 0.9
|
|
att.Mult_RPM = 5 |