proper waypoints for CAS escort; game and trigger balance; fixed minor bugs

This commit is contained in:
Vasyl Horbachenko
2018-07-03 02:28:19 +03:00
parent b2458ac244
commit 9845698481
8 changed files with 54 additions and 41 deletions

View File

@@ -46,12 +46,12 @@ Events:
* InfantryTransportEvent - helicopter infantry transport
"""
EVENT_PROBABILITIES = {
CaptureEvent: [100, 6],
InterceptEvent: [25, 9],
GroundInterceptEvent: [25, 9],
GroundAttackEvent: [0, 9],
NavalInterceptEvent: [25, 9],
AntiAAStrikeEvent: [25, 9],
CaptureEvent: [100, 8],
InterceptEvent: [25, 12],
GroundInterceptEvent: [25, 12],
GroundAttackEvent: [0, 12],
NavalInterceptEvent: [25, 12],
AntiAAStrikeEvent: [25, 12],
InfantryTransportEvent: [25, 0],
}