Fine-tune DEAD ingress wpt-tasks

This commit is contained in:
Raffson
2024-03-03 02:23:42 +01:00
parent d484e133ce
commit 0591f74a11

View File

@@ -44,7 +44,16 @@ class DeadIngressBuilder(PydcsWaypointBuilder):
task = AttackGroup(
miz_group.id,
weapon_type=WeaponType.Guided,
weapon_type=WeaponType.ASM,
expend=Expend.All,
altitude=waypoint.alt,
group_attack=True,
)
waypoint.tasks.append(task)
task = AttackGroup(
miz_group.id,
weapon_type=WeaponType.GuidedBombs,
altitude=waypoint.alt,
)
waypoint.tasks.append(task)