mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
proper waypoints for CAS escort; game and trigger balance; fixed minor bugs
This commit is contained in:
12
game/game.py
12
game/game.py
@@ -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],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user