mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
44
lua/arccw/shared/attachments/ud_m79_stock_sawn.lua
Normal file
44
lua/arccw/shared/attachments/ud_m79_stock_sawn.lua
Normal file
@@ -0,0 +1,44 @@
|
||||
--[[
|
||||
| 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 = "Sawn-off Stock"
|
||||
att.Icon = Material("entities/att/acwatt_ud_m79_stock_sawn.png", "smooth mips")
|
||||
att.Description = "Removing the wooden stock and leaving only a grip massively increases the agility of the weapon, but also makes it difficult to fire accurately or controllably."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
"uc.sightdisp.50"
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
}
|
||||
att.Slot = "ud_m79_stock"
|
||||
|
||||
att.AutoStats = true
|
||||
att.Free = true
|
||||
|
||||
att.Add_SightsDispersion = 50
|
||||
|
||||
att.Mult_Recoil = 1.5
|
||||
att.Mult_RecoilSide = 1.5
|
||||
att.Mult_Sway = 3
|
||||
|
||||
att.Mult_SightTime = 0.75
|
||||
att.Mult_HipDispersion = 0.75
|
||||
|
||||
att.Mult_SpeedMult = 1.05
|
||||
att.Mult_SightedSpeedMult = 1.1
|
||||
att.Mult_ShootSpeedMult = 1.1
|
||||
|
||||
att.Mult_DrawTime = 0.5
|
||||
att.Mult_HolsterTime = 0.5
|
||||
|
||||
att.ActivateElements = {"m79_nostock"}
|
||||
|
||||
att.Override_ActivePos = Vector(0.5, 2, 1.5)
|
||||
Reference in New Issue
Block a user