mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Increase default AI skill to Veteran
This commit is contained in:
parent
65f09c46ca
commit
c0c310862a
@ -56,19 +56,19 @@ class Settings:
|
|||||||
"Player coalition skill",
|
"Player coalition skill",
|
||||||
page=DIFFICULTY_PAGE,
|
page=DIFFICULTY_PAGE,
|
||||||
section=AI_DIFFICULTY_SECTION,
|
section=AI_DIFFICULTY_SECTION,
|
||||||
default="Good",
|
default="High",
|
||||||
)
|
)
|
||||||
enemy_skill: str = skill_option(
|
enemy_skill: str = skill_option(
|
||||||
"Enemy coalition skill",
|
"Enemy coalition skill",
|
||||||
page=DIFFICULTY_PAGE,
|
page=DIFFICULTY_PAGE,
|
||||||
section=AI_DIFFICULTY_SECTION,
|
section=AI_DIFFICULTY_SECTION,
|
||||||
default="Average",
|
default="High",
|
||||||
)
|
)
|
||||||
enemy_vehicle_skill: str = skill_option(
|
enemy_vehicle_skill: str = skill_option(
|
||||||
"Enemy AA and vehicles skill",
|
"Enemy AA and vehicles skill",
|
||||||
page=DIFFICULTY_PAGE,
|
page=DIFFICULTY_PAGE,
|
||||||
section=AI_DIFFICULTY_SECTION,
|
section=AI_DIFFICULTY_SECTION,
|
||||||
default="Average",
|
default="High",
|
||||||
)
|
)
|
||||||
player_income_multiplier: float = bounded_float_option(
|
player_income_multiplier: float = bounded_float_option(
|
||||||
"Player income multiplier",
|
"Player income multiplier",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user