mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
- adopted to review comments - removed the role from layouts - reworked the Groups within the layouts - added more documentation - rebased to latest changes
21 lines
536 B
YAML
21 lines
536 B
YAML
name: AAA Mobile
|
|
description: A standard AAA template
|
|
generic: true # This Layout will be used to generate ForceGroups
|
|
tasks:
|
|
- AAA
|
|
groups:
|
|
- AAA: # Group Name
|
|
- name: AAA Mobile 0 # Sub group which will be merged into the group
|
|
unit_count:
|
|
- 2
|
|
- 6
|
|
unit_classes:
|
|
- AAA
|
|
- name: AAA Mobile 1 # Sub group which will be merged into the group
|
|
optional: true
|
|
unit_count:
|
|
- 1
|
|
- 2
|
|
unit_classes:
|
|
- Logistics
|
|
layout_file: resources/layouts/anti_air/AAA.miz |