starfighter/src
onpon4 19936f67c9 Substantially reduced the amount you can upgrade your plasma cannons.
I've tested this a lot, and I think these are good numbers to go by.
Plasma damage has been limited the most, because it is the upgrade
that quickly breaks the balance of the weapons, making the plasma
cannon the obviously most powerful weapon. I don't want this; the
powerful weapon should be the secondary weapon, while the plasma
cannon is the fast-firing weapon with much more ammo.

Basically, I want to make a tactic I found myself using, which was
to carefully keep my plasma power at maximum and take out most
enemies in one plasma shot, obsolete. As a result, missiles should
now be much more cost-effective (because even a single missile's
power of 15 greatly exceeds plasma's maximum power of 3*2=6).

None of these reductions in limits apply to easy mode; that mode
still has the old limits of 3 for min and 5 for max.
2015-03-06 12:36:02 -05:00
..
Starfighter.cpp Started renaming functions. 2015-03-04 21:30:23 -05:00
Starfighter.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
ai.cpp Don't restrict enemies from passing through other enemies. 2015-03-06 09:37:21 -05:00
ai.h Don't restrict enemies from passing through other enemies. 2015-03-06 09:37:21 -05:00
aliens.cpp Don't restrict enemies from passing through other enemies. 2015-03-06 09:37:21 -05:00
aliens.h More name updates... 2015-03-05 10:47:30 -05:00
audio.cpp Added Sound and Silence music track. 2015-03-03 01:08:47 -05:00
audio.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
bullets.cpp Don't restrict enemies from passing through other enemies. 2015-03-06 09:37:21 -05:00
bullets.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
cargo.cpp Updated copyright notices on all files based on git-blame. 2015-03-01 15:37:32 -05:00
cargo.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
collectable.cpp If a powerup is currently useless, replace it with plasma ammo. 2015-03-02 21:21:31 -05:00
collectable.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
comms.cpp Updated copyright notices on all files based on git-blame. 2015-03-01 15:37:32 -05:00
comms.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
debris.cpp Updated copyright notices on all files based on git-blame. 2015-03-01 15:37:32 -05:00
debris.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
defs.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
events.cpp Updated copyright notices on all files based on git-blame. 2015-03-01 15:37:32 -05:00
events.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
explosions.cpp Updated copyright notices on all files based on git-blame. 2015-03-01 15:37:32 -05:00
explosions.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
game.cpp Substantially reduced the amount you can upgrade your plasma cannons. 2015-03-06 12:36:02 -05:00
game.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
globals.cpp Updated copyright notices on all files based on git-blame. 2015-03-01 15:37:32 -05:00
globals.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
graphics.cpp Updated copyright notices on all files based on git-blame. 2015-03-01 15:37:32 -05:00
graphics.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
init.cpp Changed the usual music volume to match the usual sound effect volume. 2015-03-02 10:51:17 -05:00
init.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
intermission.cpp Autosave when changing planets and when buying/selling. 2015-03-03 19:28:15 -05:00
intermission.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
loadSave.cpp Dedicated autosave slot + much improved menu code. 2015-03-02 23:32:48 -05:00
loadSave.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
math.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
messages.cpp Updated copyright notices on all files based on git-blame. 2015-03-01 15:37:32 -05:00
messages.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
misc.cpp Updated copyright notices on all files based on git-blame. 2015-03-01 15:37:32 -05:00
misc.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
missions.cpp More name updates... 2015-03-05 10:47:30 -05:00
missions.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
player.cpp Autosave when changing planets and when buying/selling. 2015-03-03 19:28:15 -05:00
player.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
resources.cpp Don't restrict enemies from passing through other enemies. 2015-03-06 09:37:21 -05:00
resources.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
script.cpp Autosave when changing planets and when buying/selling. 2015-03-03 19:28:15 -05:00
script.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
shop.cpp Substantially reduced the amount you can upgrade your plasma cannons. 2015-03-06 12:36:02 -05:00
shop.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
structs.h Substantially reduced the amount you can upgrade your plasma cannons. 2015-03-06 12:36:02 -05:00
title.cpp Removed the extro text from the credits. 2015-03-04 08:20:11 -05:00
title.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00
weapons.cpp Increased the damage of micro rockets. 2015-03-05 08:19:44 -05:00
weapons.h Prevent inclusion of headers multiple times, on an individual level. 2015-03-04 09:11:04 -05:00