mirror of
https://github.com/spencershepard/RotorOps.git
synced 2025-11-10 15:45:30 +00:00
..
This commit is contained in:
parent
315b226014
commit
7d549c586e
BIN
Generator/Forces/red/RED Default Armor.miz
Normal file
BIN
Generator/Forces/red/RED Default Armor.miz
Normal file
Binary file not shown.
@ -146,7 +146,7 @@ class RotorOpsMission:
|
|||||||
for zone_name in red_zones:
|
for zone_name in red_zones:
|
||||||
self.m.vehicle_group(
|
self.m.vehicle_group(
|
||||||
self.m.country('Russia'),
|
self.m.country('Russia'),
|
||||||
zone_name + " Protection SAM",
|
zone_name + " Protection SAM NOAI",
|
||||||
random.choice(RotorOpsUnits.e_zone_sams),
|
random.choice(RotorOpsUnits.e_zone_sams),
|
||||||
red_zones[zone_name].position,
|
red_zones[zone_name].position,
|
||||||
heading=random.randint(0, 359),
|
heading=random.randint(0, 359),
|
||||||
@ -160,11 +160,11 @@ class RotorOpsMission:
|
|||||||
self.addGroundGroups(blue_zones[zone_name], self.m.country('USA'), blue_forces,
|
self.addGroundGroups(blue_zones[zone_name], self.m.country('USA'), blue_forces,
|
||||||
options["blue_quantity"])
|
options["blue_quantity"])
|
||||||
|
|
||||||
if options["zone_protect_sams"] and options["defending"]:
|
if options["zone_protect_sams"]:
|
||||||
for zone_name in blue_zones:
|
for zone_name in blue_zones:
|
||||||
self.m.vehicle_group(
|
self.m.vehicle_group(
|
||||||
self.m.country('USA'),
|
self.m.country('USA'),
|
||||||
zone_name + " Protection SAM",
|
zone_name + " Protection SAM NOAI",
|
||||||
random.choice(RotorOpsUnits.e_zone_sams),
|
random.choice(RotorOpsUnits.e_zone_sams),
|
||||||
blue_zones[zone_name].position,
|
blue_zones[zone_name].position,
|
||||||
heading=random.randint(0, 359),
|
heading=random.randint(0, 359),
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
RotorOps = {}
|
RotorOps = {}
|
||||||
RotorOps.version = "1.2.3"
|
RotorOps.version = "1.2.4"
|
||||||
local debug = true
|
local debug = false
|
||||||
|
|
||||||
|
|
||||||
---[[ROTOROPS OPTIONS]]---
|
---[[ROTOROPS OPTIONS]]---
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user