Updated Squadrons and pilots (markdown)

Dan Albert 2021-06-16 20:53:48 -07:00
parent 0ceb236062
commit 85d4c71e50

@ -126,7 +126,7 @@ The `role` field is currently non-functional. The `role` field will later be sho
The `mission_types` field determines which mission types to assign to the squadron. The spelling of each entry in `mission_types` should match the spelling of the mission that is used in the Liberation UI. If the squadron specifies a mission type that the aircraft is not capable of, an error will be emitted in the log and the incompatible mission type will not be used for the squadron.
The `livery` field, if set, will be the livery used by all aircraft of this squadron. It should match the name of the livery in game.
The `livery` field, if set, will be the livery used by all aircraft of this squadron. It should match the quoted portion of the livery name in https://github.com/pydcs/dcs/blob/master/dcs/planes.py. For example, the name for the HAF 330 Thunder livery for a Greek F-16 is `HAF_ 330_Thunder`
The `pilots` field defines AI pilot names that will be used before generating random pilot names for this squadron.