MrCrayfish's Gun Mod

MrCrayfish's Gun Mod

25M Downloads

Grenade Launcher Capacity

16-squared opened this issue ยท 2 comments

commented

In the game, the grenade launcher has a capacity of 1 grenade. However, the launcher is clearly based off of a design capable of holding six. I believe that increasing the capacity would also improve gameplay balance.

commented

you can change that via overwriting the gun's data file ("data/cgm/guns/grenade_launcher.json")

{
   "general" : {
      ...
      "maxAmmo": 6,
      ...
   }
   ...
}
commented

Thanks