Increase default AI skill to Veteran

This commit is contained in:
Raffson 2022-11-20 16:20:09 +01:00
parent 65f09c46ca
commit c0c310862a
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -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",