Tweak default budget and turn 0 allocation.

AI wasn't buying many ground vehicles. Keep the turn 0 air budget about
where it was but bump up the ground budget from ~120M to ~600M.
This commit is contained in:
Dan Albert
2020-12-27 19:48:03 -08:00
parent 69833f66e3
commit 922d935bc1
2 changed files with 5 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ jinja_env = Environment(
)
DEFAULT_BUDGET = 1600
DEFAULT_BUDGET = 2000
class NewGameWizard(QtWidgets.QWizard):