mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
34
lua/arccw/shared/attachments/uc_powder_high.lua
Normal file
34
lua/arccw/shared/attachments/uc_powder_high.lua
Normal file
@@ -0,0 +1,34 @@
|
||||
--[[
|
||||
| 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 = "Increased Load"
|
||||
|
||||
att.SortOrder = 19
|
||||
att.Icon = Material("entities/att/acwatt_uc_powder_high.png", "smooth mips")
|
||||
att.Description = "Ammunition loaded with a higher amount of powder, slightly increasing ballistic performance."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
}
|
||||
att.Slot = "uc_powder"
|
||||
|
||||
att.AutoStats = true
|
||||
|
||||
att.Mult_Recoil = 1.15
|
||||
att.Mult_Range = 1.2
|
||||
|
||||
att.Mult_ShootVol = 1.15
|
||||
att.Mult_RPM = 1.04
|
||||
--att.Mult_ShootPitch = 0.95 please don't
|
||||
|
||||
att.Mult_MalfunctionMean = 0.85
|
||||
att.Mult_PhysBulletMuzzleVelocity = 1.1
|
||||
Reference in New Issue
Block a user