Batfoxkid / Freak-Fortress-2-Rewrite

The gamemode that's now also a standalone boss maker.
https://forums.alliedmods.net/forumdisplay.php?f=154
GNU General Public License v3.0
17 stars 7 forks source link

[Bug] The Beggar's Bazooka ammo bug #194

Closed FateFighter970730 closed 5 months ago

FateFighter970730 commented 5 months ago

In theory, it should be able to launch 3 missiles at once, but it doesn't work

        "730"
    {
        "strip"     "false"
        "attributes"
        {
            "fire rate bonus HIDDEN"    "0.2"
            "reload time increased hidden"  "1.3"
            "clip size penalty" "0.75"
            "projectile spread angle penalty"   "5.0"
            "fire rate bonus"   "0.1"
            "mini rockets"  "1.5"
            "auto fires full clip"  "1.0"
        }
    }

VIDEO

Batfoxkid commented 5 months ago

Your adding a reduction of clip size on top of existing clip size reduction that the Begger's Bazooka already has. You may be better off setting "strip" to 1 if you wish to override existing attributes it already has with your own.

FateFighter970730 commented 5 months ago

Your adding a reduction of clip size on top of existing clip size reduction that the Begger's Bazooka already has. You may be better off setting "strip" to 1 if you wish to override existing attributes it already has with your own.

video