mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
34 lines
817 B
Lua
34 lines
817 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 = "Reduced Load"
|
|
|
|
att.SortOrder = 18
|
|
att.Icon = Material("entities/att/acwatt_uc_powder_low.png", "smooth mips")
|
|
att.Description = "Underpressured ammunition places less strain on the weapon, but lowers muzzle velocity and cyclic rate."
|
|
att.Desc_Pros = {
|
|
}
|
|
att.Desc_Cons = {
|
|
}
|
|
att.Desc_Neutrals = {
|
|
}
|
|
att.Slot = "uc_powder"
|
|
|
|
att.AutoStats = true
|
|
|
|
att.Mult_Recoil = 0.85
|
|
att.Mult_Range = 0.8
|
|
|
|
att.Mult_RPM = 0.95
|
|
att.Mult_ShootVol = 0.9
|
|
--att.Mult_ShootPitch = 1.05 please don't
|
|
|
|
att.Mult_MalfunctionMean = 1.15
|
|
att.Mult_PhysBulletMuzzleVelocity = 0.9 |