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

29 lines
726 B
Lua
Raw Normal View History

2024-08-05 18:40:29 +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 = "Quick-Eject Capacitors"
att.Icon = Material("entities/acwatt_gauss_rifle_capacitor.png")
att.Description = "Capacitors that quickly cycle slugs, accelerating reload speed."
att.Desc_Pros = {
}
att.Desc_Cons = {
}
att.Slot = {"gauss_rifle_capacitor"}
att.InvAtt = "gauss_rifle_capacitor"
att.AutoStats = true
att.Mult_AccuracyMOA = 3
att.Mult_ReloadTime = 0.75
att.Mult_Range = 0.75
if engine.ActiveGamemode() == "terrortown" then
att.Free = true
end