Juansero29 / SFDScripts

My Superfighters Deluxe Scripts
GNU Lesser General Public License v2.1
1 stars 3 forks source link

Set max ammo for Bouncy and fire ammo types #45

Closed GenericUsername27 closed 3 years ago

GenericUsername27 commented 3 years ago

Fixes Issue #44.

BouncyMaxAmmo

Secondary weapons get one clip, except for flaregun (2 shots)

There are some irregularities in the amount of ammo for primary weapons: I didn't want to do separate if statements for bow, grenade launcher, m60, sawn-off shotgun and bazooka, so I set it to 1/4 of max ammo, rounded up. A few guns have slightly more than one clip, if you want me to even it out just let me know.

Since all guns can have 3 or more clips, choosing fire/bouncy ammo gives you an extra clip, so I reduced the cost of both by just 100.

GenericUsername27 commented 3 years ago

Alright, I made a big mess of things, but I think it's all good now. Let me know if you want me to break it down into even smaller parts, and how, cause I don't see how to sensibly do so.

Juansero29 commented 3 years ago

Fixes #45