mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
- Break down the remaining Anti Air Layouts. Now each layout.miz only contains 1 layout - Added a python script which can fix the orientation of a layout - Fix layout orientation. Now all aa layouts are oriented to the north. - Add small change so that whole carrier group will be rotated correctly with the BRC closes #2215
26 lines
489 B
YAML
26 lines
489 B
YAML
name: AAA Radar Site
|
|
description: AAA Template with a Radar
|
|
generic: false
|
|
tasks:
|
|
- AAA
|
|
groups:
|
|
- AAA:
|
|
- name: AAA Site Radar
|
|
unit_count:
|
|
- 1
|
|
unit_classes:
|
|
- SearchRadar
|
|
- name: AAA Site
|
|
unit_count:
|
|
- 2
|
|
- 6
|
|
unit_classes:
|
|
- AAA
|
|
- name: AAA Site Logistics
|
|
optional: true
|
|
unit_count:
|
|
- 1
|
|
- 2
|
|
unit_classes:
|
|
- Logistics
|
|
layout_file: resources/layouts/anti_air/AAA_Site.miz |