Added Soviet Union 1943

This commit is contained in:
Khopa
2020-11-23 00:15:03 +01:00
parent 57edc5678c
commit 2adaee8671
5 changed files with 325 additions and 3 deletions

View File

@@ -0,0 +1,257 @@
local unitPayloads = {
["name"] = "I-16",
["payloads"] = {
[1] = {
["name"] = "CAP",
["pylons"] = {
},
["tasks"] = {
[1] = 11,
},
},
[2] = {
["name"] = "CAS",
["pylons"] = {
[1] = {
["CLSID"] = "I16_RS_82",
["num"] = 8,
},
[2] = {
["CLSID"] = "I16_RS_82",
["num"] = 7,
},
[3] = {
["CLSID"] = "I16_RS_82",
["num"] = 6,
},
[4] = {
["CLSID"] = "I16_FAB_100SV",
["num"] = 5,
},
[5] = {
["CLSID"] = "I16_FAB_100SV",
["num"] = 4,
},
[6] = {
["CLSID"] = "I16_RS_82",
["num"] = 3,
},
[7] = {
["CLSID"] = "I16_RS_82",
["num"] = 2,
},
[8] = {
["CLSID"] = "I16_RS_82",
["num"] = 1,
},
},
["tasks"] = {
[1] = 11,
},
},
[3] = {
["name"] = "STRIKE",
["pylons"] = {
[1] = {
["CLSID"] = "I16_FAB_100SV",
["num"] = 5,
},
[2] = {
["CLSID"] = "I16_FAB_100SV",
["num"] = 4,
},
[3] = {
["CLSID"] = "I16_RS_82",
["num"] = 1,
},
[4] = {
["CLSID"] = "I16_RS_82",
["num"] = 2,
},
[5] = {
["CLSID"] = "I16_RS_82",
["num"] = 3,
},
[6] = {
["CLSID"] = "I16_RS_82",
["num"] = 6,
},
[7] = {
["CLSID"] = "I16_RS_82",
["num"] = 7,
},
[8] = {
["CLSID"] = "I16_RS_82",
["num"] = 8,
},
},
["tasks"] = {
[1] = 11,
},
},
[4] = {
["name"] = "ANTISHIP",
["pylons"] = {
[1] = {
["CLSID"] = "I16_FAB_100SV",
["num"] = 5,
},
[2] = {
["CLSID"] = "I16_FAB_100SV",
["num"] = 4,
},
[3] = {
["CLSID"] = "I16_RS_82",
["num"] = 8,
},
[4] = {
["CLSID"] = "I16_RS_82",
["num"] = 7,
},
[5] = {
["CLSID"] = "I16_RS_82",
["num"] = 6,
},
[6] = {
["CLSID"] = "I16_RS_82",
["num"] = 3,
},
[7] = {
["CLSID"] = "I16_RS_82",
["num"] = 2,
},
[8] = {
["CLSID"] = "I16_RS_82",
["num"] = 1,
},
},
["tasks"] = {
[1] = 11,
},
},
[5] = {
["name"] = "SEAD",
["pylons"] = {
[1] = {
["CLSID"] = "I16_RS_82",
["num"] = 8,
},
[2] = {
["CLSID"] = "I16_RS_82",
["num"] = 7,
},
[3] = {
["CLSID"] = "I16_RS_82",
["num"] = 6,
},
[4] = {
["CLSID"] = "I16_FAB_100SV",
["num"] = 5,
},
[5] = {
["CLSID"] = "I16_FAB_100SV",
["num"] = 4,
},
[6] = {
["CLSID"] = "I16_RS_82",
["num"] = 3,
},
[7] = {
["CLSID"] = "I16_RS_82",
["num"] = 2,
},
[8] = {
["CLSID"] = "I16_RS_82",
["num"] = 1,
},
},
["tasks"] = {
[1] = 11,
},
},
[6] = {
["name"] = "DEAD",
["pylons"] = {
[1] = {
["CLSID"] = "I16_RS_82",
["num"] = 8,
},
[2] = {
["CLSID"] = "I16_RS_82",
["num"] = 7,
},
[3] = {
["CLSID"] = "I16_RS_82",
["num"] = 6,
},
[4] = {
["CLSID"] = "I16_FAB_100SV",
["num"] = 5,
},
[5] = {
["CLSID"] = "I16_FAB_100SV",
["num"] = 4,
},
[6] = {
["CLSID"] = "I16_RS_82",
["num"] = 3,
},
[7] = {
["CLSID"] = "I16_RS_82",
["num"] = 2,
},
[8] = {
["CLSID"] = "I16_RS_82",
["num"] = 1,
},
},
["tasks"] = {
[1] = 11,
},
},
[7] = {
["name"] = "BAI",
["pylons"] = {
[1] = {
["CLSID"] = "I16_RS_82",
["num"] = 8,
},
[2] = {
["CLSID"] = "I16_RS_82",
["num"] = 7,
},
[3] = {
["CLSID"] = "I16_RS_82",
["num"] = 6,
},
[4] = {
["CLSID"] = "I16_FAB_100SV",
["num"] = 5,
},
[5] = {
["CLSID"] = "I16_FAB_100SV",
["num"] = 4,
},
[6] = {
["CLSID"] = "I16_RS_82",
["num"] = 3,
},
[7] = {
["CLSID"] = "I16_RS_82",
["num"] = 2,
},
[8] = {
["CLSID"] = "I16_RS_82",
["num"] = 1,
},
},
["tasks"] = {
[1] = 11,
},
},
},
["tasks"] = {
},
["unitType"] = "I-16",
}
return unitPayloads

View File

@@ -0,0 +1,53 @@
{
"country": "USSR",
"name": "Soviet Union 1943",
"authors": "Khopa",
"description": "<p>Soviet Union in 1943. Featuring the I16, and using some allies units to represent either lend leased vehicles or soviet equivalent vehicles. BM-21 is used to represent BM-13</p>",
"aircrafts": [
"SpitfireLFMkIX",
"I_16"
],
"frontline_units": [
"MT_M4_Sherman",
"APC_M2A1",
"Daimler_Armoured_Car",
"LT_Mk_VII_Tetrarch"
],
"artillery_units": [
"MLRS_BM_21_Grad"
],
"logistics_units": [
"Bedford_MWD",
"CCKW_353"
],
"infantry_units": [
"Infantry_SMLE_No_4_Mk_1"
],
"shorads": [
"BoforsGenerator"
],
"sams": [
"AllyWW2FlakGenerator",
"BoforsGenerator"
],
"aircraft_carrier": [
],
"helicopter_carrier": [
],
"destroyers": [
],
"cruisers": [
],
"requirements": {
"WW2 Asset Pack": "https://www.digitalcombatsimulator.com/en/products/other/wwii_assets_pack/"
},
"carrier_names": [
],
"helicopter_carrier_names": [
],
"navy_generators": [
],
"has_jtac": false,
"doctrine": "ww2",
"building_set": "ww2ally"
}