diff --git a/game/version.py b/game/version.py index 55d27d74..3e71fcae 100644 --- a/game/version.py +++ b/game/version.py @@ -123,4 +123,9 @@ VERSION = _build_version_string() #: Version 9.1 #: * Campaign files can optionally define a start date with #: `recommended_start_date: YYYY-MM-DD`. -CAMPAIGN_FORMAT_VERSION = (9, 1) +#: +#: Version 9.2 +#: * Squadrons defined in campaign files can optionally setup squadrons' name, +#: nickname and/or generated female pilot name ratio +#: +CAMPAIGN_FORMAT_VERSION = (9, 2) diff --git a/resources/campaigns/golan_heights_lite.yaml b/resources/campaigns/golan_heights_lite.yaml index 3619701d..99fc3aca 100644 --- a/resources/campaigns/golan_heights_lite.yaml +++ b/resources/campaigns/golan_heights_lite.yaml @@ -40,10 +40,14 @@ squadrons: Golan South: - primary: CAS secondary: air-to-ground + nickname: Golan Heights Heroes + female_pilot_ratio: 15 aircraft: - AH-1W SuperCobra - primary: CAS secondary: air-to-ground + nickname: Defenders of Golan + female_pilot_ratio: 25 aircraft: - AH-64D Apache Longbow - primary: Transport