infantry transport missions for helis

This commit is contained in:
Vasyl Horbachenko
2018-06-25 03:26:42 +03:00
parent 0110af0bec
commit f9e66dec21
54 changed files with 203 additions and 4186 deletions

View File

@@ -35,9 +35,10 @@ EVENT_PROBABILITIES = {
CaptureEvent: [100, 4],
InterceptEvent: [35, 5],
GroundInterceptEvent: [35, 5],
GroundAttackEvent: [0, 35],
GroundAttackEvent: [0, 5],
NavalInterceptEvent: [35, 5],
AntiAAStrikeEvent: [35, 5],
InfantryTransportEvent: [100, 0],
}
PLAYER_BASE_STRENGTH_RECOVERY = 0.2