Fine-tune DEAD ingress wpt-tasks

This commit is contained in:
Raffson 2024-03-03 02:23:42 +01:00
parent d484e133ce
commit 0591f74a11
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

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)