Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion lua/acf/shared/guns/autoloader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -222,4 +239,4 @@ ACF_defineGun("170mmBAL", {
propweight = 34
},
acepoints = 5200
} )
} )