mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Resolves #313 * Initial commit of OH-6 Modpack v1.2 + Vietnam Asset Pack v1 support. * Added OH-6 Mod loadouts by @Starfire13 * Modified pydcs_extensions/oh6_vietnamassetpack/oh6_vietnamassetpack.py Added resources/units/ground_units/vap_m35_truck.yaml Added resources/units/ground_units/vap_mule.yaml Added resources/units/ground_units/vap_mutt.yaml Added resources/units/ground_units/vap_mutt_gun.yaml Added resources/units/ground_units/vap_type63_mlrs.yaml Added resources/units/ground_units/vap_vc_bicycle_ak.yaml Added resources/units/ground_units/vap_vc_zis.yaml * Modified changelog.md Modified resources/factions/USA 1970 Vietnam War.json Modified resources/factions/USA 1971 Vietnam War.json Modified resources/units/ground_units/vap_mule.yaml Added resources/units/aircraft/OH-6A.yaml * Added the OH-6 to factions and implemented the mod selection in the new game wizard. Added an icon an a banner. * Modified resources/units/aircraft/OH-6A.yaml * Added icons for the Vietnam Asset Pack ground units. Also added an icon for the PT-76 since it was missing. Added a Viet Cong 1970s faction. * Added resources/units/ships/vap_us_seafloat.yaml * Adjust tasking for OH-6A OH-6A is only capable of Transport & Reconnaissance, but we can ignore this if the lead slot is a client. AI however will most likely not support this, but we can add Transport & Air Assault instead... * Fix bug in configure task + client override fallback --------- Co-authored-by: Raffson <Raffson@users.noreply.github.com>
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"country": "Vietnam",
|
|
"name": "Viet Cong 1970",
|
|
"authors": "Ghosti",
|
|
"description": "<p>National Liberation Front of South Vietnam during the Vietnam War from 1965 to 1975. Includes air units of the PAVN/VPAF. Requires the OH-6 Vietnam Asset Pack.</p>",
|
|
"locales": [
|
|
"vi_Vn"
|
|
],
|
|
"aircrafts": [
|
|
"Mi-8MTV2 Hip",
|
|
"MiG-19P Farmer-B",
|
|
"MiG-21bis Fishbed-N"
|
|
],
|
|
"awacs": [],
|
|
"tankers": [],
|
|
"frontline_units": [
|
|
"PT-76",
|
|
"VAP VC Zil 130 Armed",
|
|
"VAP VC Bicycle AK",
|
|
"VAP VC MG Nest",
|
|
"VAP VC Bunker"
|
|
],
|
|
"artillery_units": [
|
|
"VAP VC Type63 107mm MLRS"
|
|
],
|
|
"logistics_units": [
|
|
"VAP VC Zis 150",
|
|
"VAP VC Bicycle"
|
|
],
|
|
"infantry_units": [
|
|
"Infantry AK-74 Rus",
|
|
"VAP VC Bicycle Mortar"
|
|
],
|
|
"missiles": [],
|
|
"preset_groups": [
|
|
"KS-19/SON-9"
|
|
],
|
|
"naval_units": [
|
|
"Boat Armed Hi-speed",
|
|
"Boat Schnellboot type S130"
|
|
],
|
|
"air_defense_units": [
|
|
"VAP VC Zis 150 AAA",
|
|
"S-60 57mm",
|
|
"ZSU-57-2 'Sparka'",
|
|
"AAA ZU-23 Emplacement",
|
|
"ZU-23 on Ural-375",
|
|
"ZSU-23-4 Shilka"
|
|
],
|
|
"requirements": {
|
|
"OH-6 Vietnam Asset Pack": "https://github.com/tobi-be/DCS-OH-6A"
|
|
},
|
|
"doctrine": "coldwar"
|
|
} |