mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fine-tune DEAD ingress wpt-tasks
This commit is contained in:
parent
d484e133ce
commit
0591f74a11
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user