mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
Upload
This commit is contained in:
35
lua/arccw/shared/attachments/ar2hammer_blacksmith.lua
Normal file
35
lua/arccw/shared/attachments/ar2hammer_blacksmith.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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 = "Blacksmith"
|
||||
att.Icon = Material("entities/hammer.png")
|
||||
att.Description = "Makes the hammer heavier, at the cost of a decreased firerate."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.AutoStats = true
|
||||
att.Slot = "ar2_hammer"
|
||||
|
||||
att.Override_Firemodes = {
|
||||
{
|
||||
Mode = 2,
|
||||
},
|
||||
{
|
||||
Mode = 1
|
||||
},
|
||||
{
|
||||
Mode = 0
|
||||
}
|
||||
}
|
||||
|
||||
att.Mult_Recoil = 0.25
|
||||
att.Mult_ReloadTime = 1.2
|
||||
att.Mult_RPM = 0.5
|
||||
Reference in New Issue
Block a user