diff --git a/lua/acf/shared/guns/autoloader.lua b/lua/acf/shared/guns/autoloader.lua index 801deffc..598b4a00 100644 --- a/lua/acf/shared/guns/autoloader.lua +++ b/lua/acf/shared/guns/autoloader.lua @@ -139,6 +139,23 @@ ACF_defineGun("170mmAL", { --PLACEHOLDERS until we get an actual autoloader system. +ACF_defineGun("50mmBAL", { + name = "50mm Breech Autoloader", + desc = "PLACEHOLDER. 50mm Breech Autoloader. Autoloading giving it a consistent rate of fire in all conditions.", + model = "models/tankgun_new/tankgun_50mm.mdl", + sound = "ace_weapons/multi_sound/50mm_multi.mp3", + gunclass = "AL", + caliber = 5, + weight = 900, + year = 1960, + rofmod = 1.2, + round = { + maxlength = 63, + propweight = 2.1 + }, + acepoints = 2000 +} ) + ACF_defineGun("75mmBAL", { name = "75mm Breech Autoloader", desc = "PLACEHOLDER. 75mm Breech Autoloader. Autoloading giving it a consistent rate of fire in all conditions.", @@ -222,4 +239,4 @@ ACF_defineGun("170mmBAL", { propweight = 34 }, acepoints = 5200 -} ) \ No newline at end of file +} )