mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Restore former turn 0 budget split.
This commit is contained in:
parent
3a592aee8b
commit
6d682d509f
@ -67,8 +67,8 @@ class ProcurementAi:
|
||||
|
||||
total_investment = aircraft_investment + armor_investment
|
||||
if total_investment == 0:
|
||||
# Turn 0 or all units were destroyed. Either way, split 50/50.
|
||||
return 0.5
|
||||
# Turn 0 or all units were destroyed. Either way, split 30/70.
|
||||
return 0.3
|
||||
|
||||
# the more planes we have, the more ground units we want and vice versa
|
||||
ground_unit_share = aircraft_investment / total_investment
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user