mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add CTLD zones to AOD campaign + version bump
This commit is contained in:
parent
531625ff08
commit
e87621576d
@ -3,11 +3,12 @@ from __future__ import annotations
|
|||||||
import random
|
import random
|
||||||
from typing import Union, TYPE_CHECKING, Tuple
|
from typing import Union, TYPE_CHECKING, Tuple
|
||||||
|
|
||||||
|
from game.theater.interfaces.CTLD import CTLD
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
from dcs import Point
|
from dcs import Point
|
||||||
|
|
||||||
from game.theater import ControlPoint
|
from game.theater import ControlPoint
|
||||||
from game.theater.interfaces.CTLD import CTLD
|
|
||||||
|
|
||||||
|
|
||||||
def generate_random_ctld_point(cp: Union[ControlPoint, CTLD]) -> Point:
|
def generate_random_ctld_point(cp: Union[ControlPoint, CTLD]) -> Point:
|
||||||
|
|||||||
Binary file not shown.
@ -9,7 +9,7 @@ description: "<p>Edited by HolyOrangeJuice. Original Golan Heights by Khopa. Mod
|
|||||||
<a style=\"color: white\" href=\"https://werunliberation.com\">werunliberation.com</a></p>"
|
<a style=\"color: white\" href=\"https://werunliberation.com\">werunliberation.com</a></p>"
|
||||||
miz: AssaultonDamascus.miz
|
miz: AssaultonDamascus.miz
|
||||||
performance: 2
|
performance: 2
|
||||||
version: "10.5"
|
version: "10.6"
|
||||||
max_frontline_length: 30
|
max_frontline_length: 30
|
||||||
recommended_player_money: 2000
|
recommended_player_money: 2000
|
||||||
recommended_enemy_money: 2000
|
recommended_enemy_money: 2000
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user