mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Increase squadron size and replenishment rate.
Given the current lack of control over the number of squadrons this needs be be raised to make it have less of an impact.
This commit is contained in:
parent
e09f53da8f
commit
1e2522375b
@ -38,10 +38,10 @@ class Settings:
|
||||
#: the campaign has started will have no immediate effect; pilots already in the
|
||||
#: squadron will not be removed if the limit is lowered and pilots will not be
|
||||
#: immediately created if the limit is raised.
|
||||
squadron_pilot_limit: int = 12
|
||||
squadron_pilot_limit: int = 24
|
||||
|
||||
#: The number of pilots a squadron can replace per turn.
|
||||
squadron_replenishment_rate: int = 1
|
||||
squadron_replenishment_rate: int = 4
|
||||
|
||||
default_start_type: str = "Cold"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user