mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
52 lines
986 B
Python
52 lines
986 B
Python
from dcs.vehicles import *
|
|
from dcs.ships import *
|
|
from dcs.planes import *
|
|
from dcs.helicopters import *
|
|
|
|
Iran_2015 = {
|
|
"country": "Iran",
|
|
"side": "red",
|
|
"units": [
|
|
|
|
MiG_29A,
|
|
F_4E,
|
|
F_14B,
|
|
F_5E_3,
|
|
|
|
MiG_21Bis,
|
|
Su_24M,
|
|
Su_25,
|
|
Su_17M4,
|
|
|
|
IL_76MD,
|
|
IL_78M,
|
|
An_26B,
|
|
An_30M,
|
|
Yak_40,
|
|
|
|
A_50,
|
|
|
|
Mi_28N,
|
|
Mi_24V,
|
|
|
|
AirDefence.AAA_ZU_23_Closed,
|
|
AirDefence.AAA_ZU_23_Insurgent_on_Ural_375,
|
|
AirDefence.SPAAA_ZSU_23_4_Shilka,
|
|
AirDefence.SAM_Hawk_PCP,
|
|
AirDefence.SAM_SA_2_LN_SM_90,
|
|
|
|
Armor.APC_M113,
|
|
Armor.APC_BTR_80,
|
|
Armor.MBT_M60A3_Patton,
|
|
Armor.MBT_T_72B,
|
|
|
|
Unarmed.Transport_Ural_375,
|
|
Unarmed.Transport_UAZ_469,
|
|
Infantry.Soldier_AK,
|
|
|
|
CV_1143_5_Admiral_Kuznetsov,
|
|
Bulk_cargo_ship_Yakushev,
|
|
Dry_cargo_ship_Ivanov,
|
|
Tanker_Elnya_160
|
|
]
|
|
} |