mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
added Gazelle as CAS aircraft
This commit is contained in:
@@ -58,14 +58,14 @@ EVENT_PROBABILITIES = {
|
||||
InfantryTransportEvent: [25, 0],
|
||||
|
||||
# events conditionally present; for both enemy and player
|
||||
BaseAttackEvent: [100, 5],
|
||||
BaseAttackEvent: [100, 8],
|
||||
|
||||
# events randomly present; for both enemy and player
|
||||
InterceptEvent: [25, 5],
|
||||
NavalInterceptEvent: [25, 5],
|
||||
InterceptEvent: [25, 8],
|
||||
NavalInterceptEvent: [25, 8],
|
||||
|
||||
# events randomly present; only for the enemy
|
||||
InsurgentAttackEvent: [0, 4],
|
||||
InsurgentAttackEvent: [0, 5],
|
||||
}
|
||||
|
||||
# amount of strength player bases recover for the turn
|
||||
|
||||
Reference in New Issue
Block a user