From b1e17e5dc3d764f9bf9edbdb339f4e9ebd5678a2 Mon Sep 17 00:00:00 2001 From: ColonelAkirNakesh <93631947+ColonelAkirNakesh@users.noreply.github.com> Date: Thu, 29 Dec 2022 17:01:40 -0800 Subject: [PATCH] fixed link to aircraft purchase priority page --- Auto-purchase-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Auto-purchase-options.md b/Auto-purchase-options.md index e7be2f0..6e2de6c 100644 --- a/Auto-purchase-options.md +++ b/Auto-purchase-options.md @@ -24,7 +24,7 @@ Reinforcements will first be purchased at control points with active front lines Any remaining budget will be used to purchase aircraft. -Aircraft will be purchased to fulfill any missions that could not be planned due to lack of aircraft. This occurs in the order specified by the mission planner. The best aircraft for the job will be purchased, with a random change of making a suboptimal decision to maintain unit variety. The preferences for each task type are defined in https://github.com/dcs-liberation/dcs_liberation/blob/develop/gen/flights/ai_flight_planner_db.py. +Aircraft will be purchased to fulfill any missions that could not be planned due to lack of aircraft. This occurs in the order specified by the mission planner. The best aircraft for the job will be purchased, with a random change of making a suboptimal decision to maintain unit variety. The preferences for each task type are defined in https://github.com/dcs-liberation/dcs_liberation/blob/develop/game/ato/ai_flight_planner_db.py. When attempting to fulfill an order for a mission, the purchase will be attempted at the airfield in range if the target, with parking available, closest to the mission target. Airbases outside the enemy's threat zone will be preferred. This will result in more regular, safer, albeit longer flight plans.