Compare commits

...

2 Commits
1.01 ... 1.03

Author SHA1 Message Date
Vasyl Horbachenko
e49fd13730 added Su34 2018-07-03 05:18:24 +03:00
Vasyl Horbachenko
a2aff82617 added Mig 29S, lowered importance of 3rd CP in PG 2018-07-03 05:16:57 +03:00
2 changed files with 8 additions and 2 deletions

View File

@@ -40,7 +40,8 @@ PRICES = {
MiG_23MLD: 20,
Su_27: 24,
Su_33: 25,
MiG_29A: 26,
MiG_29A: 22,
MiG_29S: 26,
F_5E: 6,
MiG_15bis: 5,
@@ -55,6 +56,7 @@ PRICES = {
# bomber
Su_25T: 13,
L_39ZA: 10,
Su_34: 18,
A_10A: 18,
A_10C: 20,
@@ -137,6 +139,7 @@ UNIT_BY_TASK = {
Su_33,
MiG_21Bis,
MiG_29A,
MiG_29S,
FA_18C_hornet,
F_15C,
M_2000C,
@@ -148,6 +151,7 @@ UNIT_BY_TASK = {
A_10A,
A_10C,
Su_25T,
Su_34,
Ka_50,
],
@@ -234,10 +238,12 @@ UNIT_BY_COUNTRY = {
MiG_15bis,
MiG_21Bis,
MiG_29A,
MiG_29S,
M_2000C,
AV8BNA,
Su_25T,
Su_34,
L_39ZA,
IL_76MD,

View File

@@ -21,7 +21,7 @@ class PersianGulfTheater(ConflictTheater):
al_dhafra = ControlPoint.from_airport(persiangulf.Al_Dhafra_AB, LAND, SIZE_BIG, IMPORTANCE_LOW)
al_maktoum = ControlPoint.from_airport(persiangulf.Al_Maktoum_Intl, LAND, SIZE_BIG, IMPORTANCE_LOW)
al_minhad = ControlPoint.from_airport(persiangulf.Al_Minhad_AB, LAND, SIZE_REGULAR, IMPORTANCE_MEDIUM)
al_minhad = ControlPoint.from_airport(persiangulf.Al_Minhad_AB, LAND, SIZE_REGULAR, IMPORTANCE_LOW)
sir_abu_nuayr = ControlPoint.from_airport(persiangulf.Sir_Abu_Nuayr, [0, 330], SIZE_SMALL, IMPORTANCE_MEDIUM)
dubai = ControlPoint.from_airport(persiangulf.Dubai_Intl, COAST_DL_E, SIZE_LARGE, IMPORTANCE_MEDIUM)