Files
wnsrc/lua/arccw/shared/attachments/uc_powder_high.lua

34 lines
810 B
Lua
Raw Normal View History

2024-08-04 23:54:45 +03:00
--[[
| 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