mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
32 lines
540 B
Python
32 lines
540 B
Python
from dcs.vehicles import *
|
|
from dcs.ships import *
|
|
from dcs.planes import *
|
|
from dcs.helicopters import *
|
|
|
|
USA_1960 = {
|
|
"country": "USA",
|
|
"side": "blue",
|
|
"units": [
|
|
F_86F_Sabre,
|
|
P_51D,
|
|
|
|
KC_135,
|
|
S_3B_Tanker,
|
|
C_130,
|
|
E_3A,
|
|
|
|
UH_1H,
|
|
|
|
Armor.MBT_M60A3_Patton,
|
|
Armor.APC_M113,
|
|
|
|
Unarmed.Transport_M818,
|
|
Infantry.Infantry_M4,
|
|
|
|
AirDefence.AAA_Vulcan_M163,
|
|
|
|
CVN_74_John_C__Stennis,
|
|
LHA_1_Tarawa,
|
|
Armed_speedboat,
|
|
]
|
|
} |