mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Increase random horizontal separation for escort flights
This commit is contained in:
parent
667addf25b
commit
763dbebf13
@ -73,7 +73,7 @@ class JoinPointBuilder(PydcsWaypointBuilder):
|
||||
) -> None:
|
||||
rx = (random.random() + 0.1) * 333
|
||||
ry = feet(vertical_spacing).meters
|
||||
rz = (random.random() + 0.1) * 50 * random.choice([-1, 1])
|
||||
rz = (random.random() + 0.1) * 166 * random.choice([-1, 1])
|
||||
pos = {"x": rx, "y": ry, "z": rz}
|
||||
|
||||
group_id = None
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user