Migrate generators to templats

- added all new templates
- deleted the generators
- added documentation
This commit is contained in:
RndName
2022-01-29 00:43:28 +01:00
parent 60c8c80480
commit 344d4e31b7
128 changed files with 2736 additions and 4198 deletions

View File

@@ -0,0 +1,17 @@
name: Armor Group
role: GroundForce
generic: true
tasks:
- BaseDefense
- FrontLine
groups:
- name: Armor Group 0
unit_count:
- 2
- 6
unit_classes:
- APC
- ATGM
- IFV
- Tank
template_file: resources/templates/ground_forces/ground_forces.miz

View File

@@ -0,0 +1,26 @@
name: Armor Group with Anti-Air
role: GroundForce
generic: true
tasks:
- BaseDefense
- FrontLine
groups:
- name: Armor Group with Anti-Air 0
unit_count:
- 2
- 6
unit_classes:
- APC
- ATGM
- IFV
- Tank
- name: Armor Group with Anti-Air 1
optional: true
unit_count:
- 1
- 2
unit_classes:
- AAA
- SHORAD
- Manpad
template_file: resources/templates/ground_forces/ground_forces.miz

Binary file not shown.