mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
widened spawn windows for aircraft
This commit is contained in:
parent
6a02d2ffb6
commit
a4aa1cff3a
@ -127,10 +127,10 @@ class AircraftConflictGenerator:
|
|||||||
alt = WARM_START_HELI_ALT + random.randint(50, 200)
|
alt = WARM_START_HELI_ALT + random.randint(50, 200)
|
||||||
speed = WARM_START_HELI_AIRSPEED
|
speed = WARM_START_HELI_AIRSPEED
|
||||||
else:
|
else:
|
||||||
alt = WARM_START_ALTITUDE + random.randint(50, 200)
|
alt = WARM_START_ALTITUDE + random.randint(50, 800)
|
||||||
speed = WARM_START_AIRSPEED
|
speed = WARM_START_AIRSPEED
|
||||||
|
|
||||||
pos = Point(at.x + random.randint(100, 200), at.y + random.randint(100, 200))
|
pos = Point(at.x + random.randint(100, 1000), at.y + random.randint(100, 1000))
|
||||||
|
|
||||||
logging.info("airgen: {} for {} at {} at {}".format(unit_type, side.id, alt, speed))
|
logging.info("airgen: {} for {} at {} at {}".format(unit_type, side.id, alt, speed))
|
||||||
return self.m.flight_group(
|
return self.m.flight_group(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user