mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Migrate generators to templats
- added all new templates - deleted the generators - added documentation
This commit is contained in:
17
resources/templates/ground_forces/Armor_Group.yaml
Normal file
17
resources/templates/ground_forces/Armor_Group.yaml
Normal 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
|
||||
@@ -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
|
||||
BIN
resources/templates/ground_forces/ground_forces.miz
Normal file
BIN
resources/templates/ground_forces/ground_forces.miz
Normal file
Binary file not shown.
Reference in New Issue
Block a user